Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37565842
en ru br
ALT Linux repos
S:0.6.2-alt2

Group :: Development/Python3
RPM: python3-module-flask-login

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname flask-login

%def_enable check

Name: python3-module-%oname
Version: 0.6.2
Release: alt2

Summary: User session management for Flask
License: MIT
Group: Development/Python3
Url: https://pypi.python.org/pypi/Flask-Login/
VCS: https://github.com/maxcountryman/flask-login.git
BuildArch: noarch

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-setuptools
BuildRequires: python3-module-wheel
%if_enabled check
BuildRequires: python3-module-flask
BuildRequires: python3-module-blinker
BuildRequires: python3-module-semantic_version
BuildRequires: python3-module-asgiref
BuildRequires: python3-module-pytest
BuildRequires: python3-module-tox
BuildRequires: python3-module-tox-no-deps
BuildRequires: python3-module-tox-console-scripts
BuildRequires: python3-module-coverage
%endif


%description
Flask-Login provides user session management for Flask. It handles the
common tasks of logging in, logging out, and remembering your users'
sessions over extended periods of time.

Flask-Login is not bound to any particular database system or
permissions model. The only requirement is that your user objects
implement a few methods, and that you provide a callback to the
extension capable of loading users from their ID.

%prep
%setup

%build
%pyproject_build

%install
%pyproject_install

%check
%tox_check_pyproject -- -vra ./tests

%files
%doc CHANGES.md LICENSE README* docs/*.rst
%python3_sitelibdir/*


%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin