r2990 - in zope.schema/trunk/debian (5 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Tue Oct 27 16:52:50 UTC 2015


    Date: Tuesday, October 27, 2015 @ 16:52:50
  Author: barry
Revision: 2990

* d/control: Add missing build dependency on python{,3}-zope.interface.
  (Closes: #802415)
* d/patches/setup-test-require.patch: Added to work around a bug in
  dh_python3.

Added:
  zope.schema/trunk/debian/patches/
  zope.schema/trunk/debian/patches/series
  zope.schema/trunk/debian/patches/setup-test-require.patch
Modified:
  zope.schema/trunk/debian/changelog
  zope.schema/trunk/debian/control

Modified: zope.schema/trunk/debian/changelog
===================================================================
--- zope.schema/trunk/debian/changelog	2015-10-27 15:41:21 UTC (rev 2989)
+++ zope.schema/trunk/debian/changelog	2015-10-27 16:52:50 UTC (rev 2990)
@@ -1,3 +1,12 @@
+zope.schema (4.4.2-3) UNRELEASED; urgency=medium
+
+  * d/control: Add missing build dependency on python{,3}-zope.interface.
+    (Closes: #802415)
+  * d/patches/setup-test-require.patch: Added to work around a bug in
+    dh_python3.
+
+ -- Barry Warsaw <barry at debian.org>  Tue, 27 Oct 2015 11:51:24 -0400
+
 zope.schema (4.4.2-2) unstable; urgency=medium
 
   * d/control: Bump Standards-Version with no other changes necessary.

Modified: zope.schema/trunk/debian/control
===================================================================
--- zope.schema/trunk/debian/control	2015-10-27 15:41:21 UTC (rev 2989)
+++ zope.schema/trunk/debian/control	2015-10-27 16:52:50 UTC (rev 2990)
@@ -10,10 +10,12 @@
                python-all (>= 2.6.6-3~),
                python-setuptools,
                python-zope.event,
+               python-zope.interface,
                python-zope.testing,
                python3-all,
                python3-setuptools,
                python3-zope.event,
+               python3-zope.interface,
                python3-zope.testing
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.4

Added: zope.schema/trunk/debian/patches/series
===================================================================
--- zope.schema/trunk/debian/patches/series	                        (rev 0)
+++ zope.schema/trunk/debian/patches/series	2015-10-27 16:52:50 UTC (rev 2990)
@@ -0,0 +1 @@
+setup-test-require.patch

Added: zope.schema/trunk/debian/patches/setup-test-require.patch
===================================================================
--- zope.schema/trunk/debian/patches/setup-test-require.patch	                        (rev 0)
+++ zope.schema/trunk/debian/patches/setup-test-require.patch	2015-10-27 16:52:50 UTC (rev 2990)
@@ -0,0 +1,16 @@
+Description: dh_python3 doesn't handle additional requirements from
+ test_requires satisfied by the archive mappings.  This works around
+ bug #803172
+Author: Barry Warsaw <barry at debian.org>
+
+--- a/setup.py
++++ b/setup.py
+@@ -114,7 +114,7 @@
+     include_package_data = True,
+     zip_safe = False,
+     test_suite='__main__.alltests',
+-    tests_require=TESTS_REQUIRE,
++    #tests_require=TESTS_REQUIRE,
+     extras_require={
+         'docs': ['Sphinx'],
+         'test': TESTS_REQUIRE,




More information about the pkg-zope-developers mailing list