Codebase list python-flask-httpauth / 78610c6
debian/control: Put the Breaks/Replaces in the proper place; previous upload was a mistake. Closes: #911444. Martín Ferrari 5 years ago
2 changed file(s) with 9 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 python-flask-httpauth (3.2.4-3) UNRELEASED; urgency=medium
1
2 * debian/control: Put the Breaks/Replaces in the proper place; previous
3 upload was a mistake. Closes: #911444.
4
5 -- Martín Ferrari <tincho@debian.org> Wed, 24 Oct 2018 13:26:33 +0000
6
07 python-flask-httpauth (3.2.4-2) unstable; urgency=medium
18
29 * debian/control: Add missing Breaks/Replaces to new -doc package.
3434 Depends: ${misc:Depends},
3535 ${python3:Depends},
3636 Provides: ${python:Provides},
37 Breaks: python-flask-httpauth (<< 3.2.4-1)
38 Replaces: python-flask-httpauth (<< 3.2.4-1)
3937 Suggests: python-flask-httpauth-doc,
4038 Description: Basic and Digest HTTP authentication for Flask (Python 3)
4139 Flask-HTTPAuth is a simple extension that provides Basic and Digest HTTP
4846 Section: doc
4947 Depends: ${misc:Depends},
5048 ${sphinxdoc:Depends},
49 Breaks: python-flask-httpauth (<< 3.2.4-1)
50 Replaces: python-flask-httpauth (<< 3.2.4-1)
5151 Description: Basic and Digest HTTP authentication for Flask (documentation)
5252 Flask-HTTPAuth is a simple extension that provides Basic and Digest HTTP
5353 authentication for Flask routes.