r2969 - in zope.testing/trunk/debian (4 files)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Fri Aug 14 14:31:22 UTC 2015
Date: Friday, August 14, 2015 @ 14:31:19
Author: barry
Revision: 2969
* New upstream release.
* d/patches/lp1467644.patch: Removed; applied upstream.
* d/copyright: Added a Files-Excluded header to remove __pycache__
directories containing .pyc files that aren't already automatically
purged. See LP: #1484964 for details.
Modified:
zope.testing/trunk/debian/changelog
zope.testing/trunk/debian/copyright
zope.testing/trunk/debian/patches/series
Deleted:
zope.testing/trunk/debian/patches/lp1467644.patch
Modified: zope.testing/trunk/debian/changelog
===================================================================
--- zope.testing/trunk/debian/changelog 2015-08-11 15:14:27 UTC (rev 2968)
+++ zope.testing/trunk/debian/changelog 2015-08-14 14:31:19 UTC (rev 2969)
@@ -1,3 +1,13 @@
+zope.testing (4.4.1-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ * d/patches/lp1467644.patch: Removed; applied upstream.
+ * d/copyright: Added a Files-Excluded header to remove __pycache__
+ directories containing .pyc files that aren't already automatically
+ purged. See LP: #1484964 for details.
+
+ -- Barry Warsaw <barry at debian.org> Fri, 14 Aug 2015 10:03:36 -0400
+
zope.testing (4.2.0-2) unstable; urgency=medium
* d/patches/lp1467644.patch: Added for Python 3.5 compatibility.
Modified: zope.testing/trunk/debian/copyright
===================================================================
--- zope.testing/trunk/debian/copyright 2015-08-11 15:14:27 UTC (rev 2968)
+++ zope.testing/trunk/debian/copyright 2015-08-14 14:31:19 UTC (rev 2969)
@@ -2,6 +2,7 @@
Upstream-Name: zope.testing
Upstream-Contact: Zope Foundation and Contributors <zope-dev at zope.org>
Source: http://pypi.python.org/pypi/zope.testing
+Files-Excluded: src/zope/__pycache__
Files: *
Copyright: (c) 2001-2008 Zope Foundation and Contributors.
Deleted: zope.testing/trunk/debian/patches/lp1467644.patch
===================================================================
--- zope.testing/trunk/debian/patches/lp1467644.patch 2015-08-11 15:14:27 UTC (rev 2968)
+++ zope.testing/trunk/debian/patches/lp1467644.patch 2015-08-14 14:31:19 UTC (rev 2969)
@@ -1,22 +0,0 @@
-Description: Add a renormalizing pattern for Python 3.5.
-Origin: https://github.com/zopefoundation/zope.testing/pull/3/files
-Author: Barry Warsaw <barry at debian.org>
-Bug: https://bugs.launchpad.net/zope.testing/+bug/1467644
-
-diff --git a/src/zope/testing/tests.py b/src/zope/testing/tests.py
-index 6bf9153..9c0c4e4 100644
---- a/src/zope/testing/tests.py
-+++ b/src/zope/testing/tests.py
-@@ -40,8 +40,12 @@ def test_suite():
- doctest.DocFileSuite(
- 'wait.txt', setUp=setUp,
- checker=renormalizing.RENormalizing([
-+ # For Python 3.4.
- (re.compile('zope.testing.wait.TimeOutWaitingFor: '),
- 'TimeOutWaitingFor: '),
-+ # For Python 3.5
-+ (re.compile('zope.testing.wait.Wait.TimeOutWaitingFor: '),
-+ 'TimeOutWaitingFor: '),
- ])
- ),
- ))
Modified: zope.testing/trunk/debian/patches/series
===================================================================
--- zope.testing/trunk/debian/patches/series 2015-08-11 15:14:27 UTC (rev 2968)
+++ zope.testing/trunk/debian/patches/series 2015-08-14 14:31:19 UTC (rev 2969)
@@ -1 +0,0 @@
-lp1467644.patch
More information about the pkg-zope-developers
mailing list