flask-login 0.4.1-2 source package in Ubuntu

Changelog

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

  * Team upload.
  * Fix Breaks/Replaces of python3-flask-login-doc. Spotted by Andreas
    Beckmann, thanks! (Closes: #891025 again)
  * The doc package Enhances the module package instead of Suggests.

 -- Christoph Berg <email address hidden>  Wed, 18 Apr 2018 09:35:46 +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

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flask-login_0.4.1-2.dsc 2.2 KiB 947ad22393354713375139c9c1161265f012cb047a8cf6f23a84f50f4f4e0b44
flask-login_0.4.1.orig.tar.gz 42.7 KiB ed7facda15d0217ba02c2762b37711ad52144bbde401d6175109acd833d5e69f
flask-login_0.4.1-2.debian.tar.xz 5.3 KiB 6ee492a89b1e0a5f955f65dc3de9e713cbb2544b0075b251cc2703651dd4bcc3

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.