[Python-modules-commits] r26531 - in packages/pytest/trunk/debian (3 files)

laarmen-guest at users.alioth.debian.org laarmen-guest at users.alioth.debian.org
Sun Nov 24 19:25:50 UTC 2013


    Date: Sunday, November 24, 2013 @ 19:25:49
  Author: laarmen-guest
Revision: 26531

Bump Policy version to 3.9.5 (no change needed)
Actually remove the reset-tmpdir-mode patch
Remove the unneeded dh-python build-dependency.

Modified:
  packages/pytest/trunk/debian/changelog
  packages/pytest/trunk/debian/control
Deleted:
  packages/pytest/trunk/debian/patches/reset-tmpdir-mode

Modified: packages/pytest/trunk/debian/changelog
===================================================================
--- packages/pytest/trunk/debian/changelog	2013-11-24 18:19:24 UTC (rev 26530)
+++ packages/pytest/trunk/debian/changelog	2013-11-24 19:25:49 UTC (rev 26531)
@@ -7,6 +7,7 @@
   [ Simon Chopin ]
   * New upstream release (Closes: #728526)
     + Drop the reset-tmpdir-mode patch as the issue has been adressed upstream
+  * Bump the policy version to 3.9.5 (no changes needed)
 
  -- Simon Chopin <chopin.simon at gmail.com>  Fri, 22 Nov 2013 18:00:14 +0100
 

Modified: packages/pytest/trunk/debian/control
===================================================================
--- packages/pytest/trunk/debian/control	2013-11-24 18:19:24 UTC (rev 26530)
+++ packages/pytest/trunk/debian/control	2013-11-24 19:25:49 UTC (rev 26531)
@@ -5,7 +5,6 @@
 Uploaders: Simon Chopin <chopin.simon at gmail.com>
 Build-Depends:
  debhelper (>= 8.1),
- dh-python,
  python-all (>= 2.6.6-3~),
  python-py (>= 1.4.13),
  python-twisted-core,
@@ -22,7 +21,7 @@
 Build-Conflicts: python-pytest-xdist (<< 1.5)
 X-Python-Version: >= 2.4
 X-Python3-Version: >= 3.0
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://pytest.org/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pytest/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pytest/trunk/

Deleted: packages/pytest/trunk/debian/patches/reset-tmpdir-mode
===================================================================
--- packages/pytest/trunk/debian/patches/reset-tmpdir-mode	2013-11-24 18:19:24 UTC (rev 26530)
+++ packages/pytest/trunk/debian/patches/reset-tmpdir-mode	2013-11-24 19:25:49 UTC (rev 26531)
@@ -1,18 +0,0 @@
-Description: Make the tmpdir created in the tests removable
-Author: Simon Chopin <chopin.simon at gmail.com>
-Last-Update: 2013-05-15
-Bug-Debian: http://bugs.debian.org/702121
-
---- a/testing/test_assertrewrite.py
-+++ b/testing/test_assertrewrite.py
-@@ -347,7 +347,9 @@
-     assert "@py_builtins" in globals()
- """).encode("utf-8"), "wb")
-         sub.chmod(320)
--        assert testdir.runpytest().ret == 0
-+        ret = testdir.runpytest().ret
-+        sub.chmod(700)
-+        assert ret == 0
- 
-     def test_dont_write_bytecode(self, testdir, monkeypatch):
-         testdir.makepyfile("""




More information about the Python-modules-commits mailing list