[Python-modules-commits] r33246 - in packages/pytest/trunk/debian (changelog compat control)
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Sun Jul 5 15:53:56 UTC 2015
Date: Sunday, July 5, 2015 @ 15:53:54
Author: sramacher
Revision: 33246
* Team upload.
* New upstream release.
* debian/control:
- Bump version requirements for python(,3)-py to >= 1.4.29.
- Drop obsolete Breaks and Replaces.
- Add dh-python to Build-Depends.
- Bump version requirements for debhelper to >= 9.
* debian/compat: Bump to 9.
Modified:
packages/pytest/trunk/debian/changelog
packages/pytest/trunk/debian/compat
packages/pytest/trunk/debian/control
Modified: packages/pytest/trunk/debian/changelog
===================================================================
--- packages/pytest/trunk/debian/changelog 2015-07-04 20:10:17 UTC (rev 33245)
+++ packages/pytest/trunk/debian/changelog 2015-07-05 15:53:54 UTC (rev 33246)
@@ -1,3 +1,16 @@
+pytest (2.7.2-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+ * debian/control:
+ - Bump version requirements for python(,3)-py to >= 1.4.29.
+ - Drop obsolete Breaks and Replaces.
+ - Add dh-python to Build-Depends.
+ - Bump version requirements for debhelper to >= 9.
+ * debian/compat: Bump to 9.
+
+ -- Sebastian Ramacher <sramacher at debian.org> Sun, 05 Jul 2015 17:45:55 +0200
+
pytest (2.7.0-1) unstable; urgency=medium
* Team upload.
Modified: packages/pytest/trunk/debian/compat
===================================================================
--- packages/pytest/trunk/debian/compat 2015-07-04 20:10:17 UTC (rev 33245)
+++ packages/pytest/trunk/debian/compat 2015-07-05 15:53:54 UTC (rev 33246)
@@ -1 +1 @@
-8
+9
Modified: packages/pytest/trunk/debian/control
===================================================================
--- packages/pytest/trunk/debian/control 2015-07-04 20:10:17 UTC (rev 33245)
+++ packages/pytest/trunk/debian/control 2015-07-05 15:53:54 UTC (rev 33246)
@@ -4,9 +4,10 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Simon Chopin <chopin.simon at gmail.com>
Build-Depends:
- debhelper (>= 8.1),
+ debhelper (>= 9),
+ dh-python,
python-all (>= 2.6.6-3~),
- python-py (>= 1.4.25),
+ python-py (>= 1.4.29),
python-twisted-core,
python-pexpect,
python-nose,
@@ -14,7 +15,7 @@
python-setuptools,
python-sphinx (>= 1.0.7+dfsg),
python3-all (>= 3.1.2-6~),
- python3-py (>= 1.4.25),
+ python3-py (>= 1.4.29),
python3-nose,
python3-mock (>= 1.0.1),
python3-setuptools,
@@ -32,12 +33,10 @@
Architecture: all
Depends:
python-pkg-resources,
- python-py (>= 1.4.25),
+ python-py (>= 1.4.29),
${misc:Depends},
${python:Depends}
Suggests: python-mock (>= 1.0.1)
-Breaks: python-py (<< 1.4)
-Replaces: python-py (<< 1.4)
Description: Simple, powerful testing in Python
This testing tool has for objective to allow the developers to limit the
boilerplate code around the tests, promoting the use of built-in
@@ -47,7 +46,7 @@
Architecture: all
Depends:
python3-pkg-resources,
- python3-py (>= 1.4.25),
+ python3-py (>= 1.4.29),
${misc:Depends},
${python3:Depends}
Description: Simple, powerful testing in Python3
More information about the Python-modules-commits
mailing list