aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--debian/patches/06_relax-test-requirements.patch16
2 files changed, 4 insertions, 17 deletions
diff --git a/debian/changelog b/debian/changelog
index 10eed10..24735f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,11 @@ python-urllib3 (1.9-1) UNRELEASED; urgency=medium
- Refresh
* debian/patches/05_do-not-use-embedded-ssl-match-hostname.patch
- Refresh
+ * debian/patches/06_relax-test-requirements.patch
+ - Remove since upstream now does not specify version of packages needed
+ for testing inside setup.py
- -- Daniele Tricoli <eriol@mornie.org> Mon, 01 Sep 2014 01:00:03 +0200
+ -- Daniele Tricoli <eriol@mornie.org> Mon, 01 Sep 2014 01:07:27 +0200
python-urllib3 (1.8.3-1) unstable; urgency=medium
diff --git a/debian/patches/06_relax-test-requirements.patch b/debian/patches/06_relax-test-requirements.patch
deleted file mode 100644
index e0fe46c..0000000
--- a/debian/patches/06_relax-test-requirements.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Relax version of packages needed for testing.
-Author: Daniele Tricoli <eriol@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