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
|
python-persistent (4.6.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.
[ Debian Janitor ]
* Apply multi-arch hints.
+ python-persistent-doc: Add Multi-Arch: foreign.
-- Sandro Tosi <morph@debian.org> Mon, 20 Jun 2022 13:16:57 -0400
python-persistent (4.6.4-0.2) unstable; urgency=medium
* Non-maintainer upload.
* python3-persistent: Depend on python3-cffi.
-- Matthias Klose <doko@debian.org> Fri, 16 Oct 2020 15:27:32 +0200
python-persistent (4.6.4-0.1) unstable; urgency=medium
* Non-maintainer upload.
* New upstream version.
* Clean uploaders list. Closes: #970165.
* Bump debhelper and standards versions.
* Build-depend on python3-cffi, python3-manuel.
* Drop the special casing of the header installs. Closes: #942735.
-- Matthias Klose <doko@debian.org> Fri, 16 Oct 2020 11:15:27 +0200
python-persistent (4.2.2-3) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
[ Andrey Rahmatullin ]
* Drop Python 2 support (Closes: #938018).
* Use 'python3 -m sphinx' instead of sphinx-build for building docs.
-- Andrey Rahmatullin <wrar@debian.org> Fri, 27 Sep 2019 01:07:10 +0500
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
|