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
|
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
|