flask-login 0.6.3-2 source package in Ubuntu

Changelog

flask-login (0.6.3-2) unstable; urgency=medium

  * Team upload.

  [ Alexandre Detiste ]
  * Remove extraneous dependency on python3-mock

  [ Boyuan Yang ]
  * debian/gbp.conf: Add ignore-branch = True.
  * debian/patches/0004-use-datetime.now-with-timezone-instead-of-utcnow.patch:
    Add patch from Ubuntu (cherry-picked from upstream git trunk) to fix FTBFS
    with Python 3.12.
  * The package now builds correctly. (Closes: #1067794)

 -- Boyuan Yang <email address hidden>  Sat, 06 Apr 2024 10:30:40 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flask-login_0.6.3-2.dsc 2.4 KiB 4c2b02e251d61914a9aa72bfbd275c793c73d408f013d5eba82e1be6fbbf044d
flask-login_0.6.3.orig.tar.gz 46.6 KiB d17e8d432263c87db93c29059d54a19e621288a0431e89d60a4ab77e57252ea7
flask-login_0.6.3-2.debian.tar.xz 8.2 KiB 80b04ed5585428d649484bcbae91e7575d5678c1df8b753520b0f05f6be339a5

No changes file available.

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.