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
|
python-persistent (4.2.2-2) unstable; urgency=high
* Team upload.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
[ Dominik George ]
* Move header files to correct location. (Closes: #920027)
-- Dominik George <natureshadow@debian.org> Sat, 23 Feb 2019 19:12:16 +0100
python-persistent (4.2.2-1) unstable; urgency=medium
* Team upload.
[ Barry Warsaw ]
* Fix typo in the description of python3-persistent. Closes: #810544.
* Rework the autopkgtests:
- d/control: We don't need to specify Testsuite explicitly anymore.
- Rename debian/tests/* to something more descriptive and add explicit
import tests of the C extension submodules.
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Julien Muchembled ]
* New upstream release 4.2.2
* d/watch: access to PyPI with HTTPS.
* d/control:
+ Bump X-Python*-Version stanzas (support for 2.6 and 3.2 was dropped)
+ Update Standards-Version to 3.9.8 (no change needed).
* Do not ship the test suite.
* New 'python-persistent-doc' package with Sphinx documentation.
* d/copyright: update Copyright: year
* Use debhelper 10 (no change).
* Enable build hardening.
* Clean up *.so to fix FTFBS if built twice in a row.
-- Julien Muchembled <jm@jmuchemb.eu> Sun, 04 Dec 2016 00:39:46 +0100
python-persistent (4.1.1-1) unstable; urgency=medium
* New upstream release.
* d/copyright: Back out previous change; upstream has fixed their
release tarball.
-- Barry Warsaw <barry@debian.org> Tue, 02 Jun 2015 10:33:59 -0400
python-persistent (4.1.0-1) unstable; urgency=medium
* New upstream release.
* d/control: Bump Standards-Version to 3.9.6 with no other changes needed.
* d/watch: Use the pypi.debian.net redirector.
* d/copyright: Exclude persistent/__pycache__ binary files, which
appear to be artifacts of cffi sneaking into the upstream tarball.
https://github.com/zopefoundation/persistent/issues/27
-- Barry Warsaw <barry@debian.org> Mon, 01 Jun 2015 19:20:34 -0400
python-persistent (4.0.8-3) unstable; urgency=medium
* Team upload.
* Revert change in previous upload in favor of removing persistent
module from python-zodb and make it depend upon this package (with
upstream ACK). Closes: #767554.
+ d/control: Add Breaks/Replaces against python-zodb << 1:3.9.7-4~.
-- Arnaud Fontaine <arnau@debian.org> Wed, 10 Dec 2014 17:33:13 +0900
python-persistent (4.0.8-2) unstable; urgency=medium
* Team upload.
* d/control: ZODB3 >= 3.11a1 (python-zodb in Debian) has been split up
into distinct packages (persistent, BTrees, ZODB and ZEO), so until
python-zodb is updated to at least that version (eg after Jessie), add
a Conflicts. Thanks to Andreas Beckmann. Closes: #767554.
-- Arnaud Fontaine <arnau@debian.org> Fri, 14 Nov 2014 18:22:35 +0900
python-persistent (4.0.8-1) unstable; urgency=medium
* Initial release. (Closes: #752679)
-- Barry Warsaw <barry@debian.org> Wed, 25 Jun 2014 15:29:45 -0400
|