[Python-modules-commits] r31458 - in packages/python-persistent/trunk/debian (changelog control)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Mon Nov 17 04:33:02 UTC 2014


    Date: Monday, November 17, 2014 @ 04:33:01
  Author: arnau
Revision: 31458

Add Conflicts against python-zodb (<< 3.11.0~).

Modified:
  packages/python-persistent/trunk/debian/changelog
  packages/python-persistent/trunk/debian/control

Modified: packages/python-persistent/trunk/debian/changelog
===================================================================
--- packages/python-persistent/trunk/debian/changelog	2014-11-16 18:33:53 UTC (rev 31457)
+++ packages/python-persistent/trunk/debian/changelog	2014-11-17 04:33:01 UTC (rev 31458)
@@ -1,3 +1,13 @@
+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 at debian.org>  Fri, 14 Nov 2014 18:22:35 +0900
+
 python-persistent (4.0.8-1) unstable; urgency=medium
 
   * Initial release. (Closes: #752679)

Modified: packages/python-persistent/trunk/debian/control
===================================================================
--- packages/python-persistent/trunk/debian/control	2014-11-16 18:33:53 UTC (rev 31457)
+++ packages/python-persistent/trunk/debian/control	2014-11-17 04:33:01 UTC (rev 31458)
@@ -22,6 +22,7 @@
 Package: python-persistent
 Architecture: any
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Conflicts: python-zodb (<< 3.11.0~)
 Description: Automatic persistence for Python objects
  This package contains a generic persistence implementation for Python. It
  forms the core protocol for making objects interact "transparently" with




More information about the Python-modules-commits mailing list