Package python3-module-flask-login: Information

  • Default inline alert: Version in the repository: 0.6.3-alt2

Source package: python3-module-flask-login
Version: 0.6.2-alt1
Build time:  Oct 8, 2022, 02:36 PM
Report package bug
License: MIT
Summary: User session management for Flask
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.

List of rpms provided by this srpm:
python3-module-flask-login (noarch)

Maintainer: Danil Shein


    1. python3-module-blinker
    2. python3-module-flask
    3. python3-module-pytest
    4. python3-module-semantic_version
    5. python3-module-setuptools
    6. rpm-build-python3

Last changed


Sept. 22, 2022 Danil Shein 0.6.2-alt1
- NMU: new version 0.6.2
  + compatible with Werkzeug 2.2 and Flask 2.2
  + enable tests
May 30, 2022 Grigory Ustinov 0.3.0-alt5
- Fixed BuildRequires.
Aug. 10, 2021 Grigory Ustinov 0.3.0-alt4
- Fixed BuildRequires.