[Python-modules-commits] r31459 - in packages/python-persistent/tags (5 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Mon Nov 17 04:36:15 UTC 2014


    Date: Monday, November 17, 2014 @ 04:36:14
  Author: arnau
Revision: 31459

[svn-buildpackage] Tagging python-persistent 4.0.8-2

Added:
  packages/python-persistent/tags/4.0.8-2/
  packages/python-persistent/tags/4.0.8-2/debian/changelog
    (from rev 31458, packages/python-persistent/trunk/debian/changelog)
  packages/python-persistent/tags/4.0.8-2/debian/control
    (from rev 31458, packages/python-persistent/trunk/debian/control)
Deleted:
  packages/python-persistent/tags/4.0.8-2/debian/changelog
  packages/python-persistent/tags/4.0.8-2/debian/control

Deleted: packages/python-persistent/tags/4.0.8-2/debian/changelog
===================================================================
--- packages/python-persistent/trunk/debian/changelog	2014-11-14 08:49:18 UTC (rev 31448)
+++ packages/python-persistent/tags/4.0.8-2/debian/changelog	2014-11-17 04:36:14 UTC (rev 31459)
@@ -1,5 +0,0 @@
-python-persistent (4.0.8-1) unstable; urgency=medium
-
-  * Initial release. (Closes: #752679)
-
- -- Barry Warsaw <barry at debian.org>  Wed, 25 Jun 2014 15:29:45 -0400

Copied: packages/python-persistent/tags/4.0.8-2/debian/changelog (from rev 31458, packages/python-persistent/trunk/debian/changelog)
===================================================================
--- packages/python-persistent/tags/4.0.8-2/debian/changelog	                        (rev 0)
+++ packages/python-persistent/tags/4.0.8-2/debian/changelog	2014-11-17 04:36:14 UTC (rev 31459)
@@ -0,0 +1,15 @@
+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)
+
+ -- Barry Warsaw <barry at debian.org>  Wed, 25 Jun 2014 15:29:45 -0400

Deleted: packages/python-persistent/tags/4.0.8-2/debian/control
===================================================================
--- packages/python-persistent/trunk/debian/control	2014-11-14 08:49:18 UTC (rev 31448)
+++ packages/python-persistent/tags/4.0.8-2/debian/control	2014-11-17 04:36:14 UTC (rev 31459)
@@ -1,40 +0,0 @@
-Source: python-persistent
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Barry Warsaw <barry at debian.org>
-Section: python
-Priority: optional
-Build-Depends: debhelper (>= 9),
-               dh-python,
-               python-all-dev (>= 2.6.6-3~),
-               python-setuptools,
-               python-zope.interface,
-               python3-all-dev,
-               python3-setuptools,
-               python3-zope.interface
-Standards-Version: 3.9.5
-X-Python-Version: >= 2.4
-X-Python3-Version: >= 3.2
-Homepage: https://pypi.python.org/pypi/persistent/
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-persistent/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-persistent/trunk/
-XS-Testsuite: autopkgtest
-
-Package: python-persistent
-Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-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
- a database such as the ZODB.
- .
- This is the Python 2 version.
-
-Package: python3-persistent
-Architecture: any
-Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
-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
- a database such as the ZODB.
- .
- This is the Python 2 version.

Copied: packages/python-persistent/tags/4.0.8-2/debian/control (from rev 31458, packages/python-persistent/trunk/debian/control)
===================================================================
--- packages/python-persistent/tags/4.0.8-2/debian/control	                        (rev 0)
+++ packages/python-persistent/tags/4.0.8-2/debian/control	2014-11-17 04:36:14 UTC (rev 31459)
@@ -0,0 +1,41 @@
+Source: python-persistent
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Barry Warsaw <barry at debian.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all-dev (>= 2.6.6-3~),
+               python-setuptools,
+               python-zope.interface,
+               python3-all-dev,
+               python3-setuptools,
+               python3-zope.interface
+Standards-Version: 3.9.5
+X-Python-Version: >= 2.4
+X-Python3-Version: >= 3.2
+Homepage: https://pypi.python.org/pypi/persistent/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-persistent/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-persistent/trunk/
+XS-Testsuite: autopkgtest
+
+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
+ a database such as the ZODB.
+ .
+ This is the Python 2 version.
+
+Package: python3-persistent
+Architecture: any
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+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
+ a database such as the ZODB.
+ .
+ This is the Python 2 version.




More information about the Python-modules-commits mailing list