[Python-modules-commits] r31184 - in packages/pytest/trunk/debian (changelog control)
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Tue Oct 21 04:23:10 UTC 2014
Date: Tuesday, October 21, 2014 @ 04:23:09
Author: sramacher
Revision: 31184
* Team upload.
* debian/control: Bump version requirements for python(3)-py to >= 1.4.25.
(Closes: #765844)
Modified:
packages/pytest/trunk/debian/changelog
packages/pytest/trunk/debian/control
Modified: packages/pytest/trunk/debian/changelog
===================================================================
--- packages/pytest/trunk/debian/changelog 2014-10-21 01:06:09 UTC (rev 31183)
+++ packages/pytest/trunk/debian/changelog 2014-10-21 04:23:09 UTC (rev 31184)
@@ -1,3 +1,11 @@
+pytest (2.6.3-2) unstable; urgency=medium
+
+ * Team upload.
+ * debian/control: Bump version requirements for python(3)-py to >= 1.4.25.
+ (Closes: #765844)
+
+ -- Sebastian Ramacher <sramacher at debian.org> Tue, 21 Oct 2014 06:18:11 +0200
+
pytest (2.6.3-1) unstable; urgency=medium
* New upstream release
Modified: packages/pytest/trunk/debian/control
===================================================================
--- packages/pytest/trunk/debian/control 2014-10-21 01:06:09 UTC (rev 31183)
+++ packages/pytest/trunk/debian/control 2014-10-21 04:23:09 UTC (rev 31184)
@@ -6,7 +6,7 @@
Build-Depends:
debhelper (>= 8.1),
python-all (>= 2.6.6-3~),
- python-py (>= 1.4.22),
+ python-py (>= 1.4.25),
python-twisted-core,
python-pexpect,
python-nose,
@@ -14,7 +14,7 @@
python-setuptools,
python-sphinx (>= 1.0.7+dfsg),
python3-all (>= 3.1.2-6~),
- python3-py (>= 1.4.22),
+ python3-py (>= 1.4.25),
python3-nose,
python3-mock (>= 1.0.1),
python3-setuptools,
@@ -32,7 +32,7 @@
Architecture: all
Depends:
python-pkg-resources,
- python-py (>= 1.4.22),
+ python-py (>= 1.4.25),
${misc:Depends},
${python:Depends}
Suggests: python-mock (>= 1.0.1)
@@ -47,7 +47,7 @@
Architecture: all
Depends:
python3-pkg-resources,
- python3-py (>= 1.4.22),
+ python3-py (>= 1.4.25),
${misc:Depends},
${python3:Depends}
Description: Simple, powerful testing in Python3
More information about the Python-modules-commits
mailing list