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 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
python-argon2 (25.1.0-2) unstable; urgency=medium
* Team upload.
* Upstream stopped signing tags with GPG after 23.1.0.
* d/watch: disabled GPG-key verification (Closes: #1111266).
* d/upstream/signing-key.asc: removed obsolete GPG key.
-- Carl Keinath <carl.keinath@gmail.com> Mon, 18 Aug 2025 00:14:46 +0200
python-argon2 (25.1.0-1) unstable; urgency=medium
* Team upload.
* New upstream release 25.1.0.
* d/watch:
+ Tags do not use prefix 'v' anymore.
* Drop support for python <= 3.7.
* Added CI/CD config.
* Fix FTBFS (Closes: #1048524).
-- Carl Keinath <carl.keinath@gmail.com> Sun, 03 Aug 2025 12:15:03 +0200
python-argon2 (23.1.0-1) experimental; urgency=medium
* Team upload.
* New upstream release 23.1.0.
* d/control:
+ Bump Standards-Version to 4.7.2.
+ Switched to dh-sequence-python3.
+ Migrate from setuptools to hatchling (upstream change).
+ Drop unnecessary shlibs dependency.
* d/watch:
+ Set mode to git.
+ Update upstream signing key (minified export version).
* Port patch for generic Sphinx theme.
* d/rules: Remove obsolete overrides.
-- Carl Keinath <carl.keinath@gmail.com> Sun, 06 Apr 2025 17:03:34 +0200
python-argon2 (21.1.0-3) unstable; urgency=medium
* Team upload.
* Port to Sphinx 8.0 (closes: #1090133).
-- Colin Watson <cjwatson@debian.org> Tue, 24 Dec 2024 18:39:04 +0000
python-argon2 (21.1.0-2) unstable; urgency=medium
* Team Upload.
* Add patch to fix FTBFS (Closes: #1020022)
+ Do not try to build external lib when using the
system lib is specified.
* Change B-D to libargon2-dev (Closes: #1005700)
-- Nilesh Patra <nilesh@debian.org> Thu, 13 Oct 2022 15:08:36 +0530
python-argon2 (21.1.0-1) unstable; urgency=medium
* Team upload.
[ 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 ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Refer to specific version of license .
* Apply multi-arch hints.
+ python-argon2-doc: Add Multi-Arch: foreign.
[ Gordon Ball ]
* d/watch: use github as upstream
* d/copyright: s/argon2_cffi/argon2-cffi/
* d/copyright: drop unused licenses
* d/control: debhelper compat 13
* d/control: standards-version 4.6.0
* d/control: drop old version constraint on dh-python
* New upstream version 21.1.0
* Patch documentation build to use generic sphinx theme
* Drop dependency on python3-six
* Drop obsolete copyright block and license for extras/msinttypes
-- Gordon Ball <gordon@chronitis.net> Sun, 10 Oct 2021 19:56:17 +0000
python-argon2 (18.3.0-2) unstable; urgency=medium
* Team upload.
* Use debhelper-compat instead of debian/compat.
* Drop PyPy support
* Drop Python 2 support
* Bump standards version to 4.4.0
* Bump debhelper compat level to 12
* Enable PIE
-- Ondřej Nový <onovy@debian.org> Mon, 22 Jul 2019 21:57:19 +0200
python-argon2 (18.3.0-1) unstable; urgency=medium
* New upstream release 18.3.0
* Stop exporting HYPOTHESIS_DATABASE_FILE, now handled by pybuild
* Don't install cffi bindings in multiple python3 versioned dirs
* Review debian/copyright for missing attributions (Closes: #909512)
* Update Standards-Version to 4.2.1 (no further changes)
* Set Rules-Requires-Root: no
* Set Vcs-Git to a redirect-less URI
-- Nicolas Dandrimont <olasd@debian.org> Wed, 07 Nov 2018 21:18:00 +0100
python-argon2 (18.1.0-1) unstable; urgency=medium
* Initial release (Closes: #864156).
- Provide the python-argon2 binary package to allow usage of the
algorithm by existing Python2 packages such as python-passlib.
-- Nicolas Dandrimont <olasd@debian.org> Wed, 18 Apr 2018 16:11:34 +0200
|