r2833 - in python-chameleon/trunk/debian (4 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Sat Jun 28 20:00:53 UTC 2014


    Date: Saturday, June 28, 2014 @ 20:00:52
  Author: barry
Revision: 2833

* d/tests:
  - Add all-3 test for Python 3.
  - Simplify tests to just make sure the module is importable.

Added:
  python-chameleon/trunk/debian/tests/all-3
Modified:
  python-chameleon/trunk/debian/changelog
  python-chameleon/trunk/debian/tests/all
  python-chameleon/trunk/debian/tests/control

Modified: python-chameleon/trunk/debian/changelog
===================================================================
--- python-chameleon/trunk/debian/changelog	2014-06-27 23:19:51 UTC (rev 2832)
+++ python-chameleon/trunk/debian/changelog	2014-06-28 20:00:52 UTC (rev 2833)
@@ -1,3 +1,11 @@
+python-chameleon (2.16-3) UNRELEASED; urgency=medium
+
+  * d/tests:
+    - Add all-3 test for Python 3.
+    - Simplify tests to just make sure the module is importable.
+
+ -- Barry Warsaw <barry at debian.org>  Sat, 28 Jun 2014 15:47:30 -0400
+
 python-chameleon (2.16-2) unstable; urgency=medium
 
   * d/control:

Modified: python-chameleon/trunk/debian/tests/all
===================================================================
--- python-chameleon/trunk/debian/tests/all	2014-06-27 23:19:51 UTC (rev 2832)
+++ python-chameleon/trunk/debian/tests/all	2014-06-28 20:00:52 UTC (rev 2833)
@@ -1,4 +1,4 @@
-#!/bin/bash
-export testfilter=chameleon
+#!/usr/bin/python
 
-. /usr/share/python-zope.testing/test_helper
+import chameleon
+print chameleon

Added: python-chameleon/trunk/debian/tests/all-3
===================================================================
--- python-chameleon/trunk/debian/tests/all-3	                        (rev 0)
+++ python-chameleon/trunk/debian/tests/all-3	2014-06-28 20:00:52 UTC (rev 2833)
@@ -0,0 +1,5 @@
+#!/usr/bin/python3
+
+import chameleon
+print(chameleon)
+

Modified: python-chameleon/trunk/debian/tests/control
===================================================================
--- python-chameleon/trunk/debian/tests/control	2014-06-27 23:19:51 UTC (rev 2832)
+++ python-chameleon/trunk/debian/tests/control	2014-06-28 20:00:52 UTC (rev 2833)
@@ -1,2 +1,2 @@
-Tests: all
-Depends: @, python-zope.testing, python-zope.interface, python-zope.component, python-zope.i18n
+Tests: all all-3
+Depends: @




More information about the pkg-zope-developers mailing list