r2814 - in zope.hookable/trunk/debian (4 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Tue Jun 24 22:42:45 UTC 2014


    Date: Tuesday, June 24, 2014 @ 22:42:45
  Author: barry
Revision: 2814

* Simplify DEP-8 tests so they just verify that the module is
  importable.  This also makes them work.
* Add a DEP-8 test for Python 3.

Added:
  zope.hookable/trunk/debian/tests/all-3
Modified:
  zope.hookable/trunk/debian/changelog
  zope.hookable/trunk/debian/tests/all
  zope.hookable/trunk/debian/tests/control

Modified: zope.hookable/trunk/debian/changelog
===================================================================
--- zope.hookable/trunk/debian/changelog	2014-06-24 21:55:00 UTC (rev 2813)
+++ zope.hookable/trunk/debian/changelog	2014-06-24 22:42:45 UTC (rev 2814)
@@ -1,3 +1,11 @@
+zope.hookable (4.0.4-2) UNRELEASED; urgency=medium
+
+  * Simplify DEP-8 tests so they just verify that the module is
+    importable.  This also makes them work.
+  * Add a DEP-8 test for Python 3.
+
+ -- Barry Warsaw <barry at debian.org>  Tue, 24 Jun 2014 18:09:12 -0400
+
 zope.hookable (4.0.4-1) unstable; urgency=medium
 
   * Team upload.

Modified: zope.hookable/trunk/debian/tests/all
===================================================================
--- zope.hookable/trunk/debian/tests/all	2014-06-24 21:55:00 UTC (rev 2813)
+++ zope.hookable/trunk/debian/tests/all	2014-06-24 22:42:45 UTC (rev 2814)
@@ -1,2 +1,4 @@
-#!/bin/bash
-. /usr/share/python-zope.testing/test_helper
+#/usr/bin/python
+
+import zope.hookable
+print zope.hookable

Added: zope.hookable/trunk/debian/tests/all-3
===================================================================
--- zope.hookable/trunk/debian/tests/all-3	                        (rev 0)
+++ zope.hookable/trunk/debian/tests/all-3	2014-06-24 22:42:45 UTC (rev 2814)
@@ -0,0 +1,4 @@
+#!/usr/bin/python3
+
+import zope.hookable
+print(zope.hookable)

Modified: zope.hookable/trunk/debian/tests/control
===================================================================
--- zope.hookable/trunk/debian/tests/control	2014-06-24 21:55:00 UTC (rev 2813)
+++ zope.hookable/trunk/debian/tests/control	2014-06-24 22:42:45 UTC (rev 2814)
@@ -1,3 +1,2 @@
-Tests: all
-Features: no-build-needed
-Depends: @, python-zope.testing
+Tests: all all-3
+Depends: @




More information about the pkg-zope-developers mailing list