aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2014-10-21 02:59:57 +0200
committerDaniele Tricoli <eriol@mornie.org>2014-10-21 02:59:57 +0200
commit5601ae1921ae1f7c9edba741db299916be202cff (patch)
tree358a5186dbe906921f35560fb59a4d41300d9916
parentd9a6243333fcf98439813649fe0f09da9ba00fb2 (diff)
parentbc53434247095f3b0d03b373addf5dbb271acc07 (diff)
downloadpython-urllib3-5601ae1921ae1f7c9edba741db299916be202cff.tar
python-urllib3-5601ae1921ae1f7c9edba741db299916be202cff.tar.gz
Imported Debian patch 1.9.1-2
-rw-r--r--debian/changelog8
-rw-r--r--debian/control4
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f5c8db8..c8ec7d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-urllib3 (1.9.1-2) unstable; urgency=medium
+
+ * debian/control
+ - Bump python{,3}-nose to >=1.3.3 to build urllib3 on Wheezy. Thanks to
+ Nick Phillips for the report. (Closes: #765035)
+
+ -- Daniele Tricoli <eriol@mornie.org> Tue, 21 Oct 2014 02:59:57 +0200
+
python-urllib3 (1.9.1-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index c7bb9bb..922a4f5 100644
--- a/debian/control
+++ b/debian/control
@@ -9,13 +9,13 @@ Build-Depends:
python-all (>= 2.6.6-3),
python-coverage (>= 3.6),
python-mock,
- python-nose (>=1.1.2),
+ python-nose (>=1.3.3),
python-setuptools,
python-six,
python3-all,
python3-coverage (>= 3.6),
python3-mock,
- python3-nose (>=1.1.2),
+ python3-nose (>=1.3.3),
python3-setuptools,
python3-six,
python3-wheel,