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 13:27:30.000000000 +0000 +++ python-flask-httpauth-3.2.4/debian/changelog 2019-10-27 19:37:51.000000000 +0000 @@ -1,3 +1,10 @@ +python-flask-httpauth (3.2.4-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop Python 2 support (Closes: #937759). + + -- Ondřej Nový Sun, 27 Oct 2019 20:37:51 +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 13:27:30.000000000 +0000 +++ python-flask-httpauth-3.2.4/debian/control 2019-10-27 19:37:21.000000000 +0000 @@ -4,11 +4,8 @@ Priority: optional Build-Depends: debhelper (>= 11), dh-python, - python-all, - python-docutils, - python-flask, - python-setuptools, python3-all, + python3-docutils, python3-flask, python3-setuptools, python3-sphinx, @@ -18,18 +15,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 13:27:30.000000000 +0000 +++ python-flask-httpauth-3.2.4/debian/rules 2019-10-27 19:36:44.000000000 +0000 @@ -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