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 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
|
python-passlib (1.7.4-6) unstable; urgency=medium
* Team upload.
* Take patch from fork suggesting in #1099184
to remove usage of python3-pkg-resources (Closes: #1083674)
-- Alexandre Detiste <tchet@debian.org> Mon, 10 Mar 2025 11:40:31 +0100
python-passlib (1.7.4-5) unstable; urgency=medium
* Team upload.
[ Alexandre Detiste ]
* Remove useless patch (it's "future" that was removed, not "__future__").
[ Colin Watson ]
* Use importlib.metadata to get bcrypt version (closes: #1082011).
* Use importlib.metadata to get argon2 version.
* Build-depend on python3-bcrypt.
* Accept legacycrypt as an alternative to crypt (closes: #1090282).
-- Colin Watson <cjwatson@debian.org> Sun, 02 Mar 2025 17:03:02 +0000
python-passlib (1.7.4-4) unstable; urgency=medium
* Team upload.
* Add py3.12-use-raw-strings-to-avoid-warning.patch.
* Add py3.12-avoid-utcfromtimestamp.patch.
* Add py3.12-do-not-use-__future__.patch.
-- Thomas Goirand <zigo@debian.org> Sat, 23 Dec 2023 13:11:12 +0100
python-passlib (1.7.4-3) unstable; urgency=medium
[ Debian Janitor ]
* Re-export upstream signing key without extra signatures.
-- Jelmer Vernooij <jelmer@debian.org> Sun, 16 Oct 2022 23:37:01 +0100
python-passlib (1.7.4-2) unstable; urgency=medium
* Team upload.
* Depend on python3-pkg-resources. (Closes: #992177)
* Add autopkgtest to check if the library can actually be imported.
* Use pytest instead of nose. (Closes: #1018550)
* Set debhelper compatibility level to 13.
* Set Standards-Version to 4.6.1.
* Fix blowfish's base.py filename in d/copyright.
* Fix indentation error in d/changelog for version 1.7.2-1.
-- Emanuele Rocca <ema@debian.org> Mon, 26 Sep 2022 22:04:29 +0200
python-passlib (1.7.4-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Sandro Tosi ]
* New upstream release; Closes: #981821
* debian/copyright
- update upstream copyright years
- update Source field to heptapod repo location
* debian/control
- update Homepage to https://passlib.readthedocs.io; Closes: #983685
-- Sandro Tosi <morph@debian.org> Sun, 28 Feb 2021 23:58:42 -0500
python-passlib (1.7.2-2) unstable; urgency=medium
* Drop python2 support; Closes: #938002
-- Sandro Tosi <morph@debian.org> Sat, 28 Mar 2020 12:00:52 -0400
python-passlib (1.7.2-1) unstable; urgency=medium
[ Emmanuel Arias ]
* Team upload.
* New upstream version 1.7.2.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Fix Format URL to correct one
* d/control: Deprecating priority extra as per policy 4.0.1
* d/watch: Use https protocol
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
-- Emmanuel Arias <eamanu@yaerobi.com> Tue, 04 Feb 2020 17:18:19 -0300
python-passlib (1.7.1-1) unstable; urgency=medium
* Team upload.
* New upstream release. (Closes: #852289)
* d/patches/0001-Disable-Django-support.patch: Dropped as upstream issue
should now be fixed.
-- Sandro Tosi <morph@debian.org> Sat, 28 Mar 2020 11:54:11 -0400
python-passlib (1.7.0-1) unstable; urgency=medium
* Team upload.
* New upstream release. (Closes: #844233)
* d/control:
- Bump Standards-Version with no other changes necessary.
- Bump debhelper version dependency to >= 9.
* d/compat: Bump to version 9.
-- Barry Warsaw <barry@debian.org> Mon, 28 Nov 2016 11:31:28 -0500
python-passlib (1.6.5-4) unstable; urgency=medium
* Disable Django tests.
* I believe none of the packages that depend on python-passlib use the
Django stuff.
* Can be reversed as soon as
https://bitbucket.org/ecollins/passlib/issues/68/tests-fail-with-django-19
is fixed.
* Closes: #806366.
-- Brian May <bam@debian.org> Sun, 03 Jan 2016 14:32:44 +1100
python-passlib (1.6.5-3) unstable; urgency=medium
* Run tests for Python 3.4 and Python 3.5
-- Brian May <bam@debian.org> Mon, 26 Oct 2015 14:20:14 +1100
python-passlib (1.6.5-2) unstable; urgency=medium
* Update Vcs-* headers.
* Update standards-version to 3.9.6.
* Update homepage.
-- Brian May <bam@debian.org> Thu, 15 Oct 2015 17:04:03 +1100
python-passlib (1.6.5-1) unstable; urgency=medium
* Make package DPMT maintained. With permission of original maintainer,
see #795662.
* New upstream version. Closes: #794752.
* Remove '--with-doctest' option to tests. See
https://bitbucket.org/ecollins/passlib/issues/61/tests-fail
Closes: #795662.
-- Brian May <bam@debian.org> Mon, 24 Aug 2015 17:59:12 +1000
python-passlib (1.6.1-1.3) unstable; urgency=low
* Non-maintainer upload.
* Add missing licenses. Closes: #752080.
-- Brian May <bam@debian.org> Mon, 01 Dec 2014 16:57:16 +1100
python-passlib (1.6.1-1.2) unstable; urgency=low
* Non-maintainer upload, with permission.
* Fix python3-passlib depends.
-- Brian May <bam@debian.org> Wed, 18 Jun 2014 13:16:33 +1000
python-passlib (1.6.1-1.1) unstable; urgency=low
* Non-maintainer upload, with permission.
* Support Python 3. Closes: #751758.
* Add missing build depends for python-nose.
* Update standards version to 3.9.5.
-- Brian May <bam@debian.org> Wed, 18 Jun 2014 09:13:20 +1000
python-passlib (1.6.1-1) unstable; urgency=low
* New upstream release
* Bump standards version
-- Julien Danjou <acid@debian.org> Mon, 10 Sep 2012 14:42:19 +0200
python-passlib (1.5.3-2) unstable; urgency=low
* Fix arch
* Switch to dh_python2
-- Julien Danjou <acid@debian.org> Thu, 12 Jan 2012 14:51:13 +0100
python-passlib (1.5.3-1) unstable; urgency=low
* Initial release (Closes: #647171)
-- Julien Danjou <acid@debian.org> Wed, 02 Nov 2011 16:49:09 +0100
|