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 192 193 194 195 196 197 198 199 200
|
python-pgpy (0.6.0-1.4) unstable; urgency=medium
* Non-maintainer upload.
* Add patch to fix removed imghdr since Python 3.13 (Closes: #1082248,
#1084730)
* Add patch to workaround test failure caused by GPGME change (Closes:
#1086378)
-- Xiyue Deng <manphiz@gmail.com> Sat, 07 Dec 2024 02:21:07 -0800
python-pgpy (0.6.0-1.3) unstable; urgency=medium
* Non-maintainer upload.
* Fix tests with python3-cryptography >= 43 (Closes: #1081366).
-- Andrey Rakhmatullin <wrar@debian.org> Mon, 16 Sep 2024 22:24:21 +0500
python-pgpy (0.6.0-1.2) unstable; urgency=medium
* Non-maintainer upload.
* Remove extraneous runtime dependecy on python3-six (Closes: #1070187)
-- Alexandre Detiste <tchet@debian.org> Sun, 30 Jun 2024 19:27:00 +0200
python-pgpy (0.6.0-1.1) unstable; urgency=medium
* Non-maintainer upload.
* docs: Don't use html4_writer=True (Closes: #1042703).
-- Sean Whitton <spwhitton@spwhitton.name> Tue, 19 Mar 2024 20:03:20 +0800
python-pgpy (0.6.0-1) unstable; urgency=medium
* New upstream version
* adjust dependencies
* Standards-Version: bump to 4.6.2 (no changes needed)
* refresh patches (dropping those already upstream)
* Move testing to pybuild-autopkgtest
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Mon, 23 Jan 2023 21:07:12 -0500
python-pgpy (0.5.4-4.1) unstable; urgency=medium
* Non-maintainer upload.
* Cherry-pick upstream commit d84597e (Closes: #1026561).
The cryptography.utils.register_interface decorator has been removed.
* Cherry-pick upstream commit 3f55a53 to fix a test.
-- Sean Whitton <spwhitton@spwhitton.name> Sat, 24 Dec 2022 11:07:25 -0700
python-pgpy (0.5.4-4) unstable; urgency=medium
* accept passphrases as bytes
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Tue, 01 Feb 2022 23:12:37 -0500
python-pgpy (0.5.4-3) unstable; urgency=medium
* avoid deprecated sphinx add_stylesheet (Closes: #997381)
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Mon, 31 Jan 2022 19:22:00 -0500
python-pgpy (0.5.4-2) unstable; urgency=medium
* move to unstable
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Tue, 25 Jan 2022 19:26:13 -0500
python-pgpy (0.5.4-1) experimental; urgency=medium
* New upstream release
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Mon, 24 May 2021 19:12:59 -0400
python-pgpy (0.5.3-3) unstable; urgency=medium
* move debian packaging to salsa
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Fri, 12 Feb 2021 19:34:09 -0500
python-pgpy (0.5.3-2) unstable; urgency=medium
[ Daniel Kahn Gillmor ]
* Taking over maintenance. Thanks, Michael Greene! (Closes: #979048)
* refresh patches
[ Logan Rosen ]
* Add build-dep on python3-wheel (Closes: #979037)
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Fri, 12 Feb 2021 19:02:20 -0500
python-pgpy (0.5.3-1) unstable; urgency=medium
* New upstream release
[ Debian Janitor ]
* Set upstream metadata fields: Repository-Browse.
* Use canonical URL in Vcs-Git.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.
* Update standards version to 4.5.0, no changes needed.
[ Daniel Kahn Gillmor ]
* bump standards-version to 4.5.1 (no changes needed)
* move to dh 13
* drop patches already upstream
* python3-pgpy-doc now Recommends: libjs-sphinxdoc
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Fri, 01 Jan 2021 20:15:55 -0500
python-pgpy (0.5.2-2) unstable; urgency=medium
* import minor bugfixes reported upstream
* Update standards version to 4.4.1, no changes needed.
* Set upstream metadata fields: Repository.
* Rules-Requires-Root: no
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Fri, 25 Oct 2019 14:24:38 -0400
python-pgpy (0.5.2-1) unstable; urgency=medium
* new upstream release
- adds Curve25519 and Ed25519 support
* move to debhelper 12
* standards-version: bump to 4.4.0 (no changes needed)
* drop python3-singledispatch from build, since it is part of core
* drop patches already upstream
* pull in upstream facepalm version number fix
* update dependency version for python3-cryptography
* clean up python and pytest cache
* wrap-and-sort debian/tests/control, mark module load test as superficial
* drop X-Python3-Version: PGPy supports all modern py3 in debian
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Fri, 02 Aug 2019 12:16:03 -0400
python-pgpy (0.4.3-3) unstable; urgency=medium
* move to DEP-14 branch naming conventions
* Standards-Version: bump to 4.1.3 (no changes needed)
* move to debhelper 11
* import bugfixes from upstream
* d/tests: add lowest-common-denominator smoketest
* only test against a single version of python3 (Closes: #878633)
* ship examples using dh_installexamples
* build html docs instead of just shipping rst source
* accept multi-arch hinter about python-pgpy-doc
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Fri, 23 Feb 2018 16:56:02 -0800
python-pgpy (0.4.3-2) unstable; urgency=medium
* Yet another upload to try to work around build-daemon
testsuite failures (Closes: #848518)
* cherry-pick upstream workarounds/bugfixes
* bump Standards-Version to 4.1.1 (no changes needed)
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Tue, 10 Oct 2017 18:52:59 -0400
python-pgpy (0.4.3-1) unstable; urgency=medium
* New upstream release
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Thu, 17 Aug 2017 20:28:33 -0400
python-pgpy (0.4.2-2) unstable; urgency=medium
* updated year in debian/copyright
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Mon, 14 Aug 2017 13:00:03 -0400
python-pgpy (0.4.2-1) unstable; urgency=medium
* New upstream release (Closes: #848518)
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Mon, 14 Aug 2017 00:29:03 -0400
python-pgpy (0.4.1-3) unstable; urgency=medium
* resolve checksum issue (upstream)
* ensure singledispatch dependency is present
* avoid non-unicode failures in test suite
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 26 Apr 2017 12:28:23 -0400
python-pgpy (0.4.1-2) unstable; urgency=medium
* remove unnecessary and brittle attempts to tweak pydist.
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 19 Apr 2017 15:43:50 -0400
python-pgpy (0.4.1-1) unstable; urgency=medium
* new upstream release.
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 19 Apr 2017 13:17:49 -0400
python-pgpy (0.4.0+git20170216-1) unstable; urgency=medium
* Initial release into the debian archive (Closes: #848518)
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Sun, 26 Feb 2017 01:37:05 -0800
|