Codebase list python-flask-httpauth / cc99825
Import NMU patch. Martina Ferrari 4 years ago
3 changed file(s) with 9 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
0 python-flask-httpauth (3.2.4-3.1) unstable; urgency=medium
1
2 * Non-maintainer upload.
3 * Drop Python 2 support (Closes: #937759).
4
5 -- Ondřej Nový <onovy@debian.org> Sun, 27 Oct 2019 20:37:51 +0100
6
07 python-flask-httpauth (3.2.4-3) unstable; urgency=medium
18
29 * debian/control: Put the Breaks/Replaces in the proper place; previous
33 Priority: optional
44 Build-Depends: debhelper (>= 11),
55 dh-python,
6 python-all,
7 python-docutils,
8 python-flask,
9 python-setuptools,
106 python3-all,
7 python3-docutils,
118 python3-flask,
129 python3-setuptools,
1310 python3-sphinx,
1613 Vcs-Git: https://salsa.debian.org/debian/python-flask-httpauth.git
1714 Homepage: https://github.com/miguelgrinberg/flask-httpauth/
1815 Testsuite: autopkgtest-pkg-python
19
20 Package: python-flask-httpauth
21 Architecture: all
22 Depends: ${misc:Depends},
23 ${python:Depends},
24 Provides: ${python:Provides},
25 Suggests: python-flask-httpauth-doc,
26 Description: Basic and Digest HTTP authentication for Flask (Python 2)
27 Flask-HTTPAuth is a simple extension that provides Basic and Digest HTTP
28 authentication for Flask routes.
29 .
30 This package installs the library for Python 2.
3116
3217 Package: python3-flask-httpauth
3318 Architecture: all
22 export PYBUILD_NAME = flask-httpauth
33
44 %:
5 dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
5 dh $@ --with python3,sphinxdoc --buildsystem=pybuild
66
77 override_dh_auto_build: export http_proxy=127.0.0.1:9
88 override_dh_auto_build: export https_proxy=127.0.0.1:9