[Python-modules-commits] r23627 - in packages/pytest/trunk/debian (changelog control)

laarmen-guest at users.alioth.debian.org laarmen-guest at users.alioth.debian.org
Fri Mar 1 22:25:50 UTC 2013


    Date: Friday, March 1, 2013 @ 22:25:48
  Author: laarmen-guest
Revision: 23627

* Up the dependency on python-py to 1.4.11
* Add python-nose, python3-nose, python-pexpect and python-mock (>= 1.0.1)
  as Build-Depends to skip less tests.
* Suggests python-mock (>= 1.0.1) in python-pytest
* Bump Standards-Version to 3.9.4, no change needed.

Modified:
  packages/pytest/trunk/debian/changelog
  packages/pytest/trunk/debian/control

Modified: packages/pytest/trunk/debian/changelog
===================================================================
--- packages/pytest/trunk/debian/changelog	2013-03-01 17:52:59 UTC (rev 23626)
+++ packages/pytest/trunk/debian/changelog	2013-03-01 22:25:48 UTC (rev 23627)
@@ -3,6 +3,11 @@
   * Upload new upstream release to experimental (Closes: #699312)
     + Update the patch paths to build only the English documentation
   * Fix the permissions for the py.test-3 executable.
+  * Up the dependency on python-py to 1.4.11
+  * Add python-nose, python3-nose, python-pexpect and python-mock (>= 1.0.1)
+    as Build-Depends to skip less tests.
+  * Suggests python-mock (>= 1.0.1) in python-pytest
+  * Bump Standards-Version to 3.9.4, no change needed.
 
  -- Simon Chopin <chopin.simon at gmail.com>  Fri, 01 Mar 2013 18:02:07 +0100
 

Modified: packages/pytest/trunk/debian/control
===================================================================
--- packages/pytest/trunk/debian/control	2013-03-01 17:52:59 UTC (rev 23626)
+++ packages/pytest/trunk/debian/control	2013-03-01 22:25:48 UTC (rev 23627)
@@ -7,15 +7,19 @@
  debhelper (>= 8),
  python-all (>= 2.6.6-3~),
  python-py,
+ python-pexpect,
+ python-nose,
+ python-mock (>= 1.0.1),
  python-setuptools,
  python-sphinx (>= 1.0.7+dfsg),
  python3-all (>= 3.1.2-6~),
  python3-py,
+ python3-nose,
  python3-setuptools
 Build-Conflicts: python-pytest-xdist (<< 1.5)
 X-Python-Version: >= 2.4
 X-Python3-Version: >= 3.0
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://pytest.org/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pytest/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pytest/trunk/
@@ -24,9 +28,10 @@
 Architecture: all
 Depends:
  python-pkg-resources,
- python-py (>= 1.4.8),
+ python-py (>= 1.4.11),
  ${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
@@ -38,7 +43,7 @@
 Architecture: all
 Depends:
  python3-pkg-resources,
- python3-py (>= 1.4.8),
+ python3-py (>= 1.4.11),
  ${misc:Depends},
  ${python3:Depends}
 Description: Simple, powerful testing in Python3




More information about the Python-modules-commits mailing list