Bug#836500: O: flask-principal -- identity management for Flask

2019-09-11 Thread Emmanuel Arias
Hello,

I used flask-principal, and how Scott Kitterman say
there're user that used.

I am available to maintain Flask-Principal

I will ITA.

Cheers,
Arias Emmanuel
@eamanu
http://eamanu.com


Bug#836500: O: flask-principal -- identity management for Flask

2019-09-07 Thread Scott Kitterman
Still has users:

Checking reverse dependencies...
# Broken Depends:
flask-security: python3-flask-security

# Broken Build-Depends:
flask-security: python3-flask-principal

Dependency problem found.

Needs to be fixed before this can be removed.

Scott K



Bug#836500: O: flask-principal -- identity management for Flask

2016-09-03 Thread Tobias Frost
Package: wnpp
Severity: normal

The current maintainer of flask-principal, Tonnerre LOMBARD 
,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: flask-principal
Binary: python-flask-principal, python3-flask-principal
Version: 0.4.0-1
Maintainer: Tonnerre LOMBARD 
Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-3), 
python-blinker, python-flask, python-nose, python-setuptools (>= 0.6b3), 
python3-all (>= 3.2), python3-flask, python3-setuptools (>= 0.6b3)
Architecture: all
Standards-Version: 3.9.4
Format: 3.0 (quilt)
Files:
 ad1b4f470cdddb3e7ccebe59988603b2 2046 flask-principal_0.4.0-1.dsc
 462d1345c9ddaddbec33a743e5821e2c 5452 flask-principal_0.4.0.orig.tar.gz
 86f52099171819734cd5fc0cff79eca8 2414 flask-principal_0.4.0-1.debian.tar.gz
Checksums-Sha256:
 a8ad153f57a4cc623b8df2df2600f10eb748932fefa4f13869417bc49c293fdd 2046 
flask-principal_0.4.0-1.dsc
 f5d6134b5caebfdbb86f32d56d18ee44b080876a27269560a96ea35f75c99453 5452 
flask-principal_0.4.0.orig.tar.gz
 28a0370d5a2ad20d31032e660dbdc068ef378f2384ef760c62123af55e62cdc5 2414 
flask-principal_0.4.0-1.debian.tar.gz
Homepage: https://flask-principal.readthedocs.org/
Package-List: 
 python-flask-principal deb python optional
 python3-flask-principal deb python optional
Directory: pool/main/f/flask-principal
Priority: extra
Section: misc

Package: flask-principal
Binary: python-flask-principal, python3-flask-principal
Version: 0.4.0-1
Maintainer: Tonnerre LOMBARD 
Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-3), 
python-blinker, python-flask, python-nose, python-setuptools (>= 0.6b3), 
python3-all (>= 3.2), python3-flask, python3-setuptools (>= 0.6b3)
Architecture: all
Standards-Version: 3.9.4
Format: 3.0 (quilt)
Files:
 ad1b4f470cdddb3e7ccebe59988603b2 2046 flask-principal_0.4.0-1.dsc
 462d1345c9ddaddbec33a743e5821e2c 5452 flask-principal_0.4.0.orig.tar.gz
 86f52099171819734cd5fc0cff79eca8 2414 flask-principal_0.4.0-1.debian.tar.gz
Checksums-Sha1:
 ddcb85034f3c27f8547bd7c6fa1d0e002e744819 2046 flask-principal_0.4.0-1.dsc
 a49ba2c21d2e06ecf71c4589bc8380d24f68e496 5452 flask-principal_0.4.0.orig.tar.gz
 5871275b88bd81a43ecd1d8ad8bcd8c72c7f9835 2414 
flask-principal_0.4.0-1.debian.tar.gz
Checksums-Sha256:
 a8ad153f57a4cc623b8df2df2600f10eb748932fefa4f13869417bc49c293fdd 2046 
flask-principal_0.4.0-1.dsc
 f5d6134b5caebfdbb86f32d56d18ee44b080876a27269560a96ea35f75c99453 5452 
flask-principal_0.4.0.orig.tar.gz
 28a0370d5a2ad20d31032e660dbdc068ef378f2384ef760c62123af55e62cdc5 2414 
flask-principal_0.4.0-1.debian.tar.gz
Homepage: https://flask-principal.readthedocs.org/
Package-List: 
 python-flask-principal deb python optional
 python3-flask-principal deb python optional
Directory: pool/main/f/flask-principal
Priority: source
Section: misc

Package: python-flask-principal
Source: flask-principal
Version: 0.4.0-1
Installed-Size: 66
Maintainer: Tonnerre LOMBARD 
Architecture: all
Depends: python-flask, python (>= 2.7), python-blinker, python (<< 2.8)
Description-en: 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 2 version of the package.
Description-md5: 5f387742f46a37dc4d1a279e8d9f1f19
Homepage: https://flask-principal.readthedocs.org/
Section: python
Priority: optional
Filename: pool/main/f/flask-principal/python-flask-principal_0.4.0-1_all.deb
Size: 7416
MD5sum: cac596e9bb38bc134d4ebd6e730747b1
SHA256: 3eb4cafc80fa88699f1d7a1b05d8ecb2ed9baffa326bddb7a421e15545ac77e4

Package: python3-flask-principal
Source: flask-principal
Version: 0.4.0-1
Installed-Size: 58
Maintainer: Tonnerre LOMBARD 
Architecture: all
Depends: python3 (>= 3.2.3-3~), python3-flask
Description-en: 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