[Python-modules-commits] r33309 - in packages/unittest2/trunk/debian (changelog control)
zigo at users.alioth.debian.org
zigo at users.alioth.debian.org
Thu Jul 9 08:55:43 UTC 2015
Date: Thursday, July 9, 2015 @ 08:55:41
Author: zigo
Revision: 33309
Start of the Py3 support.
Modified:
packages/unittest2/trunk/debian/changelog
packages/unittest2/trunk/debian/control
Modified: packages/unittest2/trunk/debian/changelog
===================================================================
--- packages/unittest2/trunk/debian/changelog 2015-07-09 08:29:54 UTC (rev 33308)
+++ packages/unittest2/trunk/debian/changelog 2015-07-09 08:55:41 UTC (rev 33309)
@@ -1,3 +1,9 @@
+unittest2 (1.1.0-2) experimental; urgency=medium
+
+ * Added Python 3 support.
+
+ -- Thomas Goirand <zigo at debian.org> Thu, 09 Jul 2015 08:55:11 +0000
+
unittest2 (1.1.0-1) experimental; urgency=medium
* Team upload.
Modified: packages/unittest2/trunk/debian/control
===================================================================
--- packages/unittest2/trunk/debian/control 2015-07-09 08:29:54 UTC (rev 33308)
+++ packages/unittest2/trunk/debian/control 2015-07-09 08:55:41 UTC (rev 33309)
@@ -7,8 +7,12 @@
dh-python,
python-all,
python-setuptools,
+ python3-all,
+ python3-setuptools,
Build-Depends-Indep: python-pkg-resources,
python-six,
+ python3-six,
+ python3-pkg-resources,
Standards-Version: 3.9.6
XS-Python-Version: all
Homepage: http://pypi.python.org/pypi/unittest2
@@ -23,12 +27,31 @@
python-pkg-resources,
${misc:Depends},
${python:Depends},
-Description: backport of the enhanced unittest testing framework in Python 2.7
- unittest2 is an enhanced version of unittest including a
- standard test runner (automatic test discovery), class and
- module level fixtures (``setUpClass`` / ``setUpModule`` etc),
- many powerful new assert methods, better resource management
- with ``addCleanups`` and a host of other new features. These new
- features are *all* going into the Python version of unittest in
- Python 2.7 and Python 3.2. The point of unittest2 is that it
- works with Python 2.4 - 2.6; you can use it now.
+Description: backport of the enhanced unittest testing framework - Python 2.7
+ unittest2 is an enhanced version of unittest including a standard test runner
+ (automatic test discovery), class and module level fixtures (setUpClass /
+ setUpModule etc), many powerful new assert methods, better resource management
+ with addCleanups and a host of other new features. These new features are
+ *all* going into the Python version of unittest in Python 2.7 and Python 3.2.
+ The point of unittest2 is that it works with Python 2.4 - 2.6; you can use it
+ now.
+ .
+ This package contains the Python 2.7 module.
+
+Package: python3-unittest2
+Architecture: all
+Depends: python3-six,
+ python3-traceback2,
+ python3-pkg-resources,
+ ${misc:Depends},
+ ${python:Depends},
+Description: backport of the enhanced unittest testing framework - Python 3.x
+ unittest2 is an enhanced version of unittest including a standard test runner
+ (automatic test discovery), class and module level fixtures (setUpClass /
+ setUpModule etc), many powerful new assert methods, better resource management
+ with addCleanups and a host of other new features. These new features are
+ *all* going into the Python version of unittest in Python 2.7 and Python 3.2.
+ The point of unittest2 is that it works with Python 2.4 - 2.6; you can use it
+ now.
+ .
+ This package contains the Python 3.x module.
More information about the Python-modules-commits
mailing list