tag 937759 + patch thanks This looks like a trivial fix to drop the Python2 support. I've had a look and done a quick test build. If you don't have time to do the upload yourself, would you be open to moving the package into Debian Python Team maintenance?
Simple patch attached. -- Neil Williams ============= http://www.linux.codehelp.co.uk/
diffstat for python-flask-httpauth-3.2.4 python-flask-httpauth-3.2.4 changelog | 7 +++++++ control | 20 +++----------------- rules | 2 +- 3 files changed, 11 insertions(+), 18 deletions(-) diff -Nru python-flask-httpauth-3.2.4/debian/changelog python-flask-httpauth-3.2.4/debian/changelog --- python-flask-httpauth-3.2.4/debian/changelog 2018-10-24 14:27:30.000000000 +0100 +++ python-flask-httpauth-3.2.4/debian/changelog 2019-10-23 21:10:27.000000000 +0100 @@ -1,3 +1,10 @@ +python-flask-httpauth (3.2.4-4) unstable; urgency=medium + + * Team upload + * Drop Python2 support. (Closes: #937759) + + -- Neil Williams <[email protected]> Wed, 23 Oct 2019 21:10:27 +0100 + python-flask-httpauth (3.2.4-3) unstable; urgency=medium * debian/control: Put the Breaks/Replaces in the proper place; previous diff -Nru python-flask-httpauth-3.2.4/debian/control python-flask-httpauth-3.2.4/debian/control --- python-flask-httpauth-3.2.4/debian/control 2018-10-24 14:27:30.000000000 +0100 +++ python-flask-httpauth-3.2.4/debian/control 2019-10-23 21:10:27.000000000 +0100 @@ -1,13 +1,11 @@ Source: python-flask-httpauth -Maintainer: MartÃn Ferrari <[email protected]> +Maintainer: Debian Python Modules Team <[email protected]> +Uploaders: MartÃn Ferrari <[email protected]> Section: python Priority: optional Build-Depends: debhelper (>= 11), dh-python, - python-all, - python-docutils, - python-flask, - python-setuptools, + python3-docutils, python3-all, python3-flask, python3-setuptools, @@ -18,18 +16,6 @@ Homepage: https://github.com/miguelgrinberg/flask-httpauth/ Testsuite: autopkgtest-pkg-python -Package: python-flask-httpauth -Architecture: all -Depends: ${misc:Depends}, - ${python:Depends}, -Provides: ${python:Provides}, -Suggests: python-flask-httpauth-doc, -Description: Basic and Digest HTTP authentication for Flask (Python 2) - Flask-HTTPAuth is a simple extension that provides Basic and Digest HTTP - authentication for Flask routes. - . - This package installs the library for Python 2. - Package: python3-flask-httpauth Architecture: all Depends: ${misc:Depends}, diff -Nru python-flask-httpauth-3.2.4/debian/rules python-flask-httpauth-3.2.4/debian/rules --- python-flask-httpauth-3.2.4/debian/rules 2018-10-24 14:27:30.000000000 +0100 +++ python-flask-httpauth-3.2.4/debian/rules 2019-10-23 21:08:50.000000000 +0100 @@ -3,7 +3,7 @@ export PYBUILD_NAME = flask-httpauth %: - dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild + dh $@ --with python3,sphinxdoc --buildsystem=pybuild override_dh_auto_build: export http_proxy=127.0.0.1:9 override_dh_auto_build: export https_proxy=127.0.0.1:9
pgp0BLvvzX0jk.pgp
Description: OpenPGP digital signature

