Control: tags 936527 + patch Control: tags 936527 + pending
Dear maintainer, I've prepared an NMU for flask-openid (versioned as 1.2.5+dfsg-2.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. diff -Nru flask-openid-1.2.5+dfsg/debian/control flask-openid-1.2.5+dfsg/debian/control --- flask-openid-1.2.5+dfsg/debian/control 2015-09-22 19:12:56.000000000 +0200 +++ flask-openid-1.2.5+dfsg/debian/control 2019-12-10 15:25:47.000000000 +0100 @@ -5,37 +5,16 @@ Build-Depends: debhelper (>= 9), dh-python, - python-all, python3-all, - python-setuptools, python3-setuptools, - python-sphinx (>= 1.0.7+dfsg), - python-flask (>= 0.8), + python3-sphinx (>= 1.0.7+dfsg), python3-flask (>= 0.10.1), - python-openid (>= 2.0), python3-openid (>= 2.0), - python-doc -X-Python-Version: >= 2.6 Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/bear.git Vcs-Git: git://anonscm.debian.org/collab-maint/flask-openid.git Homepage: https://github.com/mitsuhiko/flask-openid -Package: python-flask-openid -Architecture: all -Depends: - ${python:Depends}, - ${misc:Depends}, - python-flask (>= 0.8), - python-openid (>= 2.0) -Suggests: python-flask-openid-doc -Description: OpenID support for Flask applications (Python 2) - Flask-OpenID is an extension to Flask to add OpenID based authentication. It - supports OpenID 2.x and has basic support for the Simple Registration (SReg) - and Attribute Exchange (AX) extensions. - . - This package contains the module for Python 2. - Package: python3-flask-openid Architecture: all Depends: diff -Nru flask-openid-1.2.5+dfsg/debian/changelog flask-openid-1.2.5+dfsg/debian/changelog --- flask-openid-1.2.5+dfsg/debian/changelog 2015-09-22 19:17:35.000000000 +0200 +++ flask-openid-1.2.5+dfsg/debian/changelog 2019-12-10 15:25:47.000000000 +0100 @@ -1,3 +1,10 @@ +flask-openid (1.2.5+dfsg-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop Python 2 support (Closes: #936527). + + -- OndÅej Nový <[email protected]> Tue, 10 Dec 2019 15:25:47 +0100 + flask-openid (1.2.5+dfsg-2) unstable; urgency=medium * debian/control: Actually save the file before running dpkg-buildpackage. diff -Nru flask-openid-1.2.5+dfsg/debian/python-flask-openid.install flask-openid-1.2.5+dfsg/debian/python-flask-openid.install --- flask-openid-1.2.5+dfsg/debian/python-flask-openid.install 2015-09-22 18:50:54.000000000 +0200 +++ flask-openid-1.2.5+dfsg/debian/python-flask-openid.install 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -usr/lib/python2.* diff -Nru flask-openid-1.2.5+dfsg/debian/python-flask-openid.pyremove flask-openid-1.2.5+dfsg/debian/python-flask-openid.pyremove --- flask-openid-1.2.5+dfsg/debian/python-flask-openid.pyremove 2015-09-22 18:50:54.000000000 +0200 +++ flask-openid-1.2.5+dfsg/debian/python-flask-openid.pyremove 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -SOURCES.txt diff -Nru flask-openid-1.2.5+dfsg/debian/rules flask-openid-1.2.5+dfsg/debian/rules --- flask-openid-1.2.5+dfsg/debian/rules 2015-09-22 18:50:54.000000000 +0200 +++ flask-openid-1.2.5+dfsg/debian/rules 2019-12-10 15:25:47.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with=python2,python3,sphinxdoc --buildsystem=pybuild + dh $@ --with=python3,sphinxdoc --buildsystem=pybuild override_dh_clean: dh_clean @@ -9,4 +9,4 @@ override_dh_auto_build: dh_auto_build - python setup.py build_sphinx + python3 setup.py build_sphinx

