flask-principal 0.4.0-3 source package in Ubuntu

Changelog

flask-principal (0.4.0-3) experimental; urgency=medium

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field.
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Add Vcs-* field.

  [ Emmanuel Arias ]
  * d/control: Bump debhelper-compat to 13 (from 12).
  * d/control: Bump Standards-Version to 4.5.1 (from 4.4.1).
  * d/control: Update my contact information.
  * d/copyright: Update debian/* Copyright year.
    - Update my contact information.
  * d/watch: bump version to 4 (from 3).

 -- Emmanuel Arias <email address hidden>  Mon, 05 Apr 2021 22:03:56 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flask-principal_0.4.0-3.dsc 1.4 KiB ac0737d67b143a5db1c6728b433a9cf207a8517feaee180f21e01c621bfbe430
flask-principal_0.4.0.orig.tar.gz 5.3 KiB f5d6134b5caebfdbb86f32d56d18ee44b080876a27269560a96ea35f75c99453
flask-principal_0.4.0-3.debian.tar.xz 2.7 KiB f4a9045114356cb3eb9f3487c95a26e5f67cbde29b30ec4ec20e4e312996e1ff

Available diffs

No changes file available.

Binary packages built by this source

python3-flask-principal: identity management for Flask

 Flask-Principal provides a very loose framework to tie in providers of two
 types of service, often located in different parts of a web application:
 .
  - Authentication providers
  - User information providers
 .
 For example, an authentication provider may be oauth, using Flask-OAuth and
 the user information may be stored in a relational database. Looseness of
 the framework is provided by using signals as the interface.
 .
 This is the Python 3 version of the package.