flask-login 0.6.3-1ubuntu1 source package in Ubuntu

Changelog

flask-login (0.6.3-1ubuntu1) noble; urgency=medium

  * d/patches: cherry-pick upstream commit to fix FTBFS with py3.12
    Use datetime.now with timezone instead of utcnow. To be fixed in 0.7.0.

 -- Lukas Märdian <email address hidden>  Tue, 09 Jan 2024 12:54:18 +0100

Upload details

Uploaded by:
Lukas Märdian
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flask-login_0.6.3.orig.tar.gz 46.6 KiB d17e8d432263c87db93c29059d54a19e621288a0431e89d60a4ab77e57252ea7
flask-login_0.6.3-1ubuntu1.debian.tar.xz 8.2 KiB 9bb89b948bc64654737c2b6640f8fe3c224528fbdc85022e9f4760347e02add5
flask-login_0.6.3-1ubuntu1.dsc 2.5 KiB 7a1b97ebbc4ca3722903de6e0582d83772c10d0668d03f0865ce5412b2388f11

View changes file

Binary packages built by this source

python-flask-login-doc: user session management for Flask -- documentation

 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.
 .
 This package provides the documentation.

python3-flask-login: user session management for Flask -- Python 3 module

 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.
 .
 This package provides the Python 3 module.