r2726 - in zope.testrunner/trunk/debian (changelog control)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Tue Jun 11 06:48:35 UTC 2013
Date: Tuesday, June 11, 2013 @ 06:48:34
Author: arnau
Revision: 2726
zope.exceptions >= 4.0.1 is required for python3.3 otherwise it cannot be imported.
Modified:
zope.testrunner/trunk/debian/changelog
zope.testrunner/trunk/debian/control
Modified: zope.testrunner/trunk/debian/changelog
===================================================================
--- zope.testrunner/trunk/debian/changelog 2013-06-11 06:37:41 UTC (rev 2725)
+++ zope.testrunner/trunk/debian/changelog 2013-06-11 06:48:34 UTC (rev 2726)
@@ -1,3 +1,12 @@
+zope.testrunner (4.0.3-4) UNRELEASED; urgency=low
+
+ * Team upload.
+ * debian/control:
+ + zope.exceptions >= 4.0.1 is required for python3.3 otherwise
+ it cannot be imported.
+
+ -- Arnaud Fontaine <arnau at debian.org> Tue, 11 Jun 2013 15:40:01 +0900
+
zope.testrunner (4.0.3-3) unstable; urgency=low
* Team upload.
Modified: zope.testrunner/trunk/debian/control
===================================================================
--- zope.testrunner/trunk/debian/control 2013-06-11 06:37:41 UTC (rev 2725)
+++ zope.testrunner/trunk/debian/control 2013-06-11 06:48:34 UTC (rev 2726)
@@ -18,7 +18,7 @@
Package: python3-zope.testrunner
Architecture: all
-Depends: python3-zope, python3-setuptools, ${python3:Depends}, ${misc:Depends}
+Depends: python3-zope, python3-setuptools, ${python3:Depends}, ${misc:Depends}, python3-zope.exceptions (>= 4.0.1~)
Provides: ${python3:Provides}
Description: Flexible test runner with layer support for Python 3
The testrunner module is used to run automated tests defined using the
More information about the pkg-zope-developers
mailing list