[Python-modules-commits] r26172 - in packages/python-urllib3/trunk/debian (2 files)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Wed Oct 16 15:19:39 UTC 2013
Date: Wednesday, October 16, 2013 @ 15:19:37
Author: eriol-guest
Revision: 26172
Refreshed 04_relax_nosetests_options.patch
Modified:
packages/python-urllib3/trunk/debian/changelog
packages/python-urllib3/trunk/debian/patches/04_relax_nosetests_options.patch
Modified: packages/python-urllib3/trunk/debian/changelog
===================================================================
--- packages/python-urllib3/trunk/debian/changelog 2013-10-16 14:58:23 UTC (rev 26171)
+++ packages/python-urllib3/trunk/debian/changelog 2013-10-16 15:19:37 UTC (rev 26172)
@@ -5,8 +5,10 @@
- Refreshed
* debian/patches/02_require-cert-verification.patch
- Refreshed
+ * debian/patches/04_relax_nosetests_options.patch
+ - Refreshed
- -- Daniele Tricoli <eriol at mornie.org> Wed, 16 Oct 2013 16:51:08 +0200
+ -- Daniele Tricoli <eriol at mornie.org> Wed, 16 Oct 2013 17:15:54 +0200
python-urllib3 (1.6-2) unstable; urgency=high
Modified: packages/python-urllib3/trunk/debian/patches/04_relax_nosetests_options.patch
===================================================================
--- packages/python-urllib3/trunk/debian/patches/04_relax_nosetests_options.patch 2013-10-16 14:58:23 UTC (rev 26171)
+++ packages/python-urllib3/trunk/debian/patches/04_relax_nosetests_options.patch 2013-10-16 15:19:37 UTC (rev 26172)
@@ -3,18 +3,18 @@
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
+Last-Update: 2013-10-16
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,8 +1,8 @@
[nosetests]
-logging-clear-handlers = true
-+#logging-clear-handlers = true
++# logging-clear-handlers = true
with-coverage = true
cover-package = urllib3
-cover-min-percentage = 100
-+#cover-min-percentage = 100
++# cover-min-percentage = 100
+ cover-erase = true
[egg_info]
- tag_build =
More information about the Python-modules-commits
mailing list