[Python-modules-commits] r21977 - in packages/pytest/trunk/debian (4 files)

laarmen-guest at users.alioth.debian.org laarmen-guest at users.alioth.debian.org
Tue May 29 14:22:10 UTC 2012


    Date: Tuesday, May 29, 2012 @ 14:22:08
  Author: laarmen-guest
Revision: 21977

New upstream release:
* Tighter version dependency on python-py.
* Drop fix-grammar-manpage patch.

Modified:
  packages/pytest/trunk/debian/changelog
  packages/pytest/trunk/debian/control
  packages/pytest/trunk/debian/patches/series
Deleted:
  packages/pytest/trunk/debian/patches/fix-grammar-manpage

Modified: packages/pytest/trunk/debian/changelog
===================================================================
--- packages/pytest/trunk/debian/changelog	2012-05-29 09:09:48 UTC (rev 21976)
+++ packages/pytest/trunk/debian/changelog	2012-05-29 14:22:08 UTC (rev 21977)
@@ -1,3 +1,11 @@
+pytest (2.2.4-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Drop patch fix-grammar-manpage (included upstream)
+  * Bump the dependency to python[3]-py to >= 1.4.8
+
+ -- Simon Chopin <chopin.simon at gmail.com>  Fri, 25 May 2012 15:22:03 +0200
+
 pytest (2.2.3-3) unstable; urgency=low
 
   * Fix the version detection in the wrapper (Closes: #668691)

Modified: packages/pytest/trunk/debian/control
===================================================================
--- packages/pytest/trunk/debian/control	2012-05-29 09:09:48 UTC (rev 21976)
+++ packages/pytest/trunk/debian/control	2012-05-29 14:22:08 UTC (rev 21977)
@@ -24,7 +24,7 @@
 Architecture: all
 Depends:
  python-pkg-resources,
- python-py (>= 1.4),
+ python-py (>= 1.4.8),
  ${misc:Depends},
  ${python:Depends}
 Breaks: python-py (<< 1.4)
@@ -38,7 +38,7 @@
 Architecture: all
 Depends:
  python3-pkg-resources,
- python3-py (>= 1.4),
+ python3-py (>= 1.4.8),
  ${misc:Depends},
  ${python3:Depends}
 Description: Simple, powerful testing in Python3

Deleted: packages/pytest/trunk/debian/patches/fix-grammar-manpage
===================================================================
--- packages/pytest/trunk/debian/patches/fix-grammar-manpage	2012-05-29 09:09:48 UTC (rev 21976)
+++ packages/pytest/trunk/debian/patches/fix-grammar-manpage	2012-05-29 14:22:08 UTC (rev 21977)
@@ -1,18 +0,0 @@
-Description: Fix a grammatical error in the manpage
-Author: Ronny Pfannschmidt
-Origin: upstream
-Bug: https://bitbucket.org/hpk42/pytest/issue/130/spelling-in-usagetxt
-Applied-Upstream: https://bitbucket.org/hpk42/pytest/changeset/4522e6bb851e
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/doc/usage.txt
-+++ b/doc/usage.txt
-@@ -70,7 +70,7 @@
- .. _PDB: http://docs.python.org/library/pdb.html
- 
- Python comes with a builtin Python debugger called PDB_.  ``py.test``
--allows to drop into the PDB prompt via a command line option::
-+allows one to drop into the PDB prompt via a command line option::
- 
-     py.test --pdb
- 

Modified: packages/pytest/trunk/debian/patches/series
===================================================================
--- packages/pytest/trunk/debian/patches/series	2012-05-29 09:09:48 UTC (rev 21976)
+++ packages/pytest/trunk/debian/patches/series	2012-05-29 14:22:08 UTC (rev 21977)
@@ -1,2 +1 @@
 remove_google_js
-fix-grammar-manpage




More information about the Python-modules-commits mailing list