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

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sat May 11 12:34:33 UTC 2013


    Date: Saturday, May 11, 2013 @ 12:34:30
  Author: eriol-guest
Revision: 24299

Do not use logging-clear-handlers to see all logging output and
disable cover-min-percentage since it require python-nose (>= 1.3):
this way it will be easier to backport python-urllib3 to Wheezy.

Added:
  packages/python-urllib3/trunk/debian/patches/04_relax_nosetests_options.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	2013-05-11 11:45:42 UTC (rev 24298)
+++ packages/python-urllib3/trunk/debian/changelog	2013-05-11 12:34:30 UTC (rev 24299)
@@ -18,8 +18,12 @@
     - Refreshed
   * debian/patches/03_no-setuptools.patch
     - Do not use setuptools
+  * debian/patches/04_relax_nosetests_options.patch
+    - Do not use logging-clear-handlers to see all logging output and
+      disabled cover-min-percentage since it require python-nose (>= 1.3):
+      this way it will be easier to backport python-urllib3 to Wheezy.
 
- -- Daniele Tricoli <eriol at mornie.org>  Fri, 10 May 2013 05:33:16 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Sat, 11 May 2013 14:24:29 +0200
 
 python-urllib3 (1.5-1) experimental; urgency=low
 

Added: packages/python-urllib3/trunk/debian/patches/04_relax_nosetests_options.patch
===================================================================
--- packages/python-urllib3/trunk/debian/patches/04_relax_nosetests_options.patch	                        (rev 0)
+++ packages/python-urllib3/trunk/debian/patches/04_relax_nosetests_options.patch	2013-05-11 12:34:30 UTC (rev 24299)
@@ -0,0 +1,20 @@
+Description: Do not use logging-clear-handlers to see all logging output and
+ disable cover-min-percentage since it require python-nose (>= 1.3): this way
+ it will be easier to backport python-urllib3 to Wheezy.
+Author: Daniele Tricoli <eriol at mornie.org>
+Forwarded: not-needed
+Last-Update: 2013-05-11
+
+--- a/setup.cfg
++++ b/setup.cfg
+@@ -1,8 +1,8 @@
+ [nosetests]
+-logging-clear-handlers = true
++#logging-clear-handlers = true
+ with-coverage = true
+ cover-package = urllib3
+-cover-min-percentage = 100
++#cover-min-percentage = 100
+
+ [egg_info]
+ tag_build =

Modified: packages/python-urllib3/trunk/debian/patches/series
===================================================================
--- packages/python-urllib3/trunk/debian/patches/series	2013-05-11 11:45:42 UTC (rev 24298)
+++ packages/python-urllib3/trunk/debian/patches/series	2013-05-11 12:34:30 UTC (rev 24299)
@@ -1,3 +1,4 @@
+04_relax_nosetests_options.patch
 03_no-setuptools.patch
 01_do-not-use-embedded-python-six.patch
 02_require-cert-verification.patch




More information about the Python-modules-commits mailing list