flask-login 0.5.0-1 source package in Ubuntu

Changelog

flask-login (0.5.0-1) unstable; urgency=medium

  * New upstream version 0.5.0.
  * debian/clean
    - Remove .pytest_cache directory.
  * debian/control
    - Bump Standards-Version to 4.5.0 (no changes needed).
    - Switch to pytest for testing as upstream.
  * debian/copyright
    - Update copyright years.
  * debian/patches/0001-disable-github-fork-ribbon.patch
    - Refresh.
  * debian/rules
    - Re-enable previously failing test.
  * debian/upstream/metadata
    - Add Bug-Database URL.

 -- Daniele Tricoli <email address hidden>  Thu, 02 Apr 2020 00:16:53 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flask-login_0.5.0-1.dsc 2.2 KiB ad7db1b596a447af0ecf1efc4519cf69f42c1c7888289a59115d104e37660159
flask-login_0.5.0.orig.tar.gz 43.9 KiB 08ddae69a5f7adf206cd5eeffd993b8305e3384809399abc5dbfac47273e9089
flask-login_0.5.0-1.debian.tar.xz 5.5 KiB ff49d1e62c5450786eae6472c79854f4b18d272531e523f1805e79657fbc78c3

Available diffs

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.