[Python-modules-commits] r29052 - in packages/python-urllib3/trunk/debian (3 files)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Sat May 24 17:56:08 UTC 2014
Date: Saturday, May 24, 2014 @ 17:56:07
Author: eriol-guest
Revision: 29052
Removed debian/patches/03_no-setuptools.patch; superseded by debian/patches/setuptools.patch
Modified:
packages/python-urllib3/trunk/debian/changelog
packages/python-urllib3/trunk/debian/patches/series
Deleted:
packages/python-urllib3/trunk/debian/patches/03_no-setuptools.patch
Modified: packages/python-urllib3/trunk/debian/changelog
===================================================================
--- packages/python-urllib3/trunk/debian/changelog 2014-05-24 17:17:39 UTC (rev 29051)
+++ packages/python-urllib3/trunk/debian/changelog 2014-05-24 17:56:07 UTC (rev 29052)
@@ -5,8 +5,10 @@
- Refreshed
* debian/patches/02_require-cert-verification.patch
- Refreshed
+ * debian/patches/03_no-setuptools.patch
+ - Superseded by debian/patches/setuptools.patch
- -- Daniele Tricoli <eriol at mornie.org> Sat, 24 May 2014 19:12:41 +0200
+ -- Daniele Tricoli <eriol at mornie.org> Sat, 24 May 2014 19:52:20 +0200
python-urllib3 (1.8-2) unstable; urgency=medium
Deleted: packages/python-urllib3/trunk/debian/patches/03_no-setuptools.patch
===================================================================
--- packages/python-urllib3/trunk/debian/patches/03_no-setuptools.patch 2014-05-24 17:17:39 UTC (rev 29051)
+++ packages/python-urllib3/trunk/debian/patches/03_no-setuptools.patch 2014-05-24 17:56:07 UTC (rev 29052)
@@ -1,26 +0,0 @@
-Description: Do not use setuptools.
-Author: Daniele Tricoli <eriol at mornie.org>
-Forwarded: not-needed
-Last-Update: 2013-05-10
-
---- a/setup.py
-+++ b/setup.py
-@@ -5,11 +5,6 @@
- import os
- import re
-
--try:
-- import setuptools
--except ImportError:
-- pass # No 'develop' command, oh well.
--
- base_path = os.path.dirname(__file__)
-
- # Get the version (borrowed from SQLAlchemy)
-@@ -49,6 +44,4 @@
- 'urllib3.contrib',
- ],
- requires=requirements,
-- tests_require=tests_requirements,
-- test_suite='test',
- )
Modified: packages/python-urllib3/trunk/debian/patches/series
===================================================================
--- packages/python-urllib3/trunk/debian/patches/series 2014-05-24 17:17:39 UTC (rev 29051)
+++ packages/python-urllib3/trunk/debian/patches/series 2014-05-24 17:56:07 UTC (rev 29052)
@@ -1,5 +1,4 @@
01_do-not-use-embedded-python-six.patch
02_require-cert-verification.patch
-03_no-setuptools.patch
04_relax_nosetests_options.patch
setuptools.patch
More information about the Python-modules-commits
mailing list