Control: tags 936528 + patch Control: tags 936528 + pending
Dear maintainer, I've prepared an NMU for flask-principal (versioned as 0.4.0-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. diff -Nru flask-principal-0.4.0/debian/control flask-principal-0.4.0/debian/control --- flask-principal-0.4.0/debian/control 2013-08-22 02:46:55.000000000 +0200 +++ flask-principal-0.4.0/debian/control 2019-10-27 21:10:30.000000000 +0100 @@ -3,28 +3,11 @@ Homepage: https://flask-principal.readthedocs.org/ Section: python Priority: optional -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, +Build-Depends: debhelper (>= 9), dh-python, + python3-all (>= 3.2), python3-flask, python3-setuptools (>= 0.6b3) Standards-Version: 3.9.4 -Package: python-flask-principal -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Description: 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. - Package: python3-flask-principal Architecture: all Depends: ${misc:Depends}, ${python3:Depends} diff -Nru flask-principal-0.4.0/debian/changelog flask-principal-0.4.0/debian/changelog --- flask-principal-0.4.0/debian/changelog 2013-08-02 23:55:18.000000000 +0200 +++ flask-principal-0.4.0/debian/changelog 2019-10-27 21:12:31.000000000 +0100 @@ -1,3 +1,10 @@ +flask-principal (0.4.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop Python 2 support (Closes: #936528). + + -- OndÅej Nový <on...@debian.org> Sun, 27 Oct 2019 21:12:31 +0100 + flask-principal (0.4.0-1) unstable; urgency=low * Initial release. Closes: 718555 diff -Nru flask-principal-0.4.0/debian/rules flask-principal-0.4.0/debian/rules --- flask-principal-0.4.0/debian/rules 2013-08-21 00:08:53.000000000 +0200 +++ flask-principal-0.4.0/debian/rules 2019-10-27 21:09:56.000000000 +0100 @@ -1,10 +1,8 @@ #!/usr/bin/make -f -export PYBUILD_DESTDIR_python2=debian/python-flask-principal/ -export PYBUILD_DESTDIR_python2-dbg=debian/python-flask-principal-dbg/ export PYBUILD_DESTDIR_python3=debian/python3-flask-principal/ export PYBUILD_DESTDIR_python3-dbg=debian/python3-flask-principal-dbg/ export PYBUILD_DISABLE_python3=test %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild