flask-login 0.6.2-1 source package in Ubuntu

Changelog

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

  * Team upload
  * New upstream version 0.6.2
    (Closes: #1020730, #1020794)
  * Rebuild patch queue form patch-queue branch
    Added patches:
    0002-docs-Use-installed-local-inventory-information.patch
    0003-unittest-Skip-test-which-requires-a-packaged-aioflas.patch
    Removed patch (obsolete):
    0002-Import-ABC-from-collections.abc.patch
  * d/control: Add python3-doc to Build-Depends
  * d/rules: Adjust PYBUILD exports before and after tests
  * d/rules: Adjust the sphinx build
  * d/control: Increase Standards-Version to 4.6.1
    No further changes needed.
  * CI: Use suggested base files, drop not needed tests
    We don't build architecture related stuff and thus we don't need to run
    BLHC checking and building packages of typ ANY.
  * d/control: Keep binary packages list alphabetical
  * autopkgtest: Add a first basic setup

 -- Carsten Schoenert <email address hidden>  Tue, 11 Oct 2022 07:26:06 +0200

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flask-login_0.6.2-1.dsc 2.3 KiB d9580863326f531cdc98533c0e8b4ff36c730b5404d15c26a84ddf63a6429b25
flask-login_0.6.2.orig.tar.gz 47.1 KiB 49b71fc595de12837a079ccdb7d4bd5b8e308600335b1def56b9640fec9265fe
flask-login_0.6.2-1.debian.tar.xz 7.0 KiB 4741c2e8b6aaf146aa19d1ecde8ab5b09586b5ad43cdb5e18cda5de5676ac8e2

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.