[Python-modules-commits] r29058 - in packages/python-urllib3/trunk/debian (3 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sun May 25 00:46:04 UTC 2014


    Date: Sunday, May 25, 2014 @ 00:46:03
  Author: eriol-guest
Revision: 29058

Relax version of packages needed for testing

Added:
  packages/python-urllib3/trunk/debian/patches/06_relax-test-requirements.patch
Modified:
  packages/python-urllib3/trunk/debian/changelog
  packages/python-urllib3/trunk/debian/patches/series

Modified: packages/python-urllib3/trunk/debian/changelog
===================================================================
--- packages/python-urllib3/trunk/debian/changelog	2014-05-24 23:00:14 UTC (rev 29057)
+++ packages/python-urllib3/trunk/debian/changelog	2014-05-25 00:46:03 UTC (rev 29058)
@@ -12,8 +12,10 @@
     - Added description
   * debian/patches/05_do-not-use-embedded-ssl-match-hostname.patch
     - Do not use embedded copy of ssl.match_hostname
+  * debian/patches/06_relax-test-requirements.patch
+    - Relax version of packages needed for testing
 
- -- Daniele Tricoli <eriol at mornie.org>  Sun, 25 May 2014 00:22:12 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Sun, 25 May 2014 02:42:20 +0200
 
 python-urllib3 (1.8-2) unstable; urgency=medium
 

Added: packages/python-urllib3/trunk/debian/patches/06_relax-test-requirements.patch
===================================================================
--- packages/python-urllib3/trunk/debian/patches/06_relax-test-requirements.patch	                        (rev 0)
+++ packages/python-urllib3/trunk/debian/patches/06_relax-test-requirements.patch	2014-05-25 00:46:03 UTC (rev 29058)
@@ -0,0 +1,16 @@
+Description: Relax version of packages needed for testing.
+Author: Daniele Tricoli <eriol at mornie.org>
+Forwarded: not-needed
+Last-Update: 2014-05-25
+
+--- a/test-requirements.txt
++++ b/test-requirements.txt
+@@ -1,4 +1,4 @@
+-nose==1.3
+-mock==1.0.1
+-tornado==3.1.1
+-coverage==3.6
++nose>=1.3
++mock>=1.0.1
++tornado>=3.1.1
++coverage>=3.6

Modified: packages/python-urllib3/trunk/debian/patches/series
===================================================================
--- packages/python-urllib3/trunk/debian/patches/series	2014-05-24 23:00:14 UTC (rev 29057)
+++ packages/python-urllib3/trunk/debian/patches/series	2014-05-25 00:46:03 UTC (rev 29058)
@@ -3,3 +3,4 @@
 03_force_setuptools.patch
 04_relax_nosetests_options.patch
 05_do-not-use-embedded-ssl-match-hostname.patch
+06_relax-test-requirements.patch




More information about the Python-modules-commits mailing list