1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
flask-bcrypt (1.0.1-3) unstable; urgency=medium
* Team upload.
* Fix test_long_password for bcrypt 5.0.0+ strict limit (closes:
#1120247).
-- Colin Watson <cjwatson@debian.org> Wed, 03 Dec 2025 15:25:13 +0000
flask-bcrypt (1.0.1-2) unstable; urgency=medium
* Team upload.
* d/control: add b-d on pytest to force tests to run via something other
than the deprecated "python3 setup.py test" command.
-- Louis-Philippe Véronneau <pollo@debian.org> Fri, 02 Dec 2022 18:10:21 -0500
flask-bcrypt (1.0.1-1) unstable; urgency=medium
* Team upload.
* gbp: Add a starting config
* d/watch: Update to version 4
* New upstream version 1.0.1
(Closes: #1020824)
* Rebuild patch queue from patch-queue branch
Reworked/renamed patch:
0001-Remove-image-from-amazonaws-in-docs-theme.patch
-> Privacy-Remove-image-linking-to-amazonaws.patch
* d/control: Add new Build-Depends on Pallets sphinx theme
* d/rules: Add dh_sphinxdoc based override
(Closes: #988780)
* d/p-flask-bcrypt-doc: Drop the docs sequencer file
Not needed due dh_sphinxdoc.
* d/control: Small rewrite of p-flask-bcrypt description
* d/control: Adjust python-flask-bcrypt-doc entry
* d/control: Keep binary packages sorting alphabetical
* d/control: Increase Standards-Version to 4.6.1
No further changes needed.
* d/copyright: Small update after upstream changes
* d/control: Adding entry Rules-Requires-Root: no
* d/README.source: Adding base information about source
* autopkgtest: Run upstream test as a base testing
-- Carsten Schoenert <c.schoenert@t-online.de> Fri, 14 Oct 2022 07:05:00 +0200
flask-bcrypt (0.7.1-4) unstable; urgency=medium
* Update standards version to 4.6.0, no changes needed.
-- Debian Janitor <janitor@jelmer.uk> Sat, 28 May 2022 00:53:34 +0100
flask-bcrypt (0.7.1-3) unstable; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Debian Janitor ]
* Use secure URI in Homepage field.
* Update standards version to 4.5.0, no changes needed.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Apply multi-arch hints.
+ python-flask-bcrypt-doc: Add Multi-Arch: foreign.
* Bump debhelper from old 12 to 13.
* Update standards version to 4.5.1, no changes needed.
-- Sandro Tosi <morph@debian.org> Mon, 02 May 2022 20:42:39 -0400
flask-bcrypt (0.7.1-2) unstable; urgency=medium
* Team upload.
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
* Drop Python 2 support
* Bump debhelper compat level to 12
* Bump standards version to 4.4.0 (no changes)
* Enable autopkgtest-pkg-python testsuite
-- Ondřej Nový <onovy@debian.org> Tue, 23 Jul 2019 19:43:11 +0200
flask-bcrypt (0.7.1-1) unstable; urgency=low
* Initial release. (Closes: #817770).
-- Orestis Ioannou <orestis@oioannou.com> Fri, 11 Mar 2016 00:05:43 +0100
|