diff options
author | Daniele Tricoli <eriol@mornie.org> | 2014-10-21 01:06:09 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2014-10-21 01:06:09 +0000 |
commit | 9b9900e4f84bfa77da676864f0b1002a9d458907 (patch) | |
tree | 124555e4eff9e00ae33a2d618c7e0b27c8d46637 | |
parent | ee6aae10a8e8fa04c1d02c82a9d41b8e5ef46196 (diff) | |
download | python-urllib3-9b9900e4f84bfa77da676864f0b1002a9d458907.tar python-urllib3-9b9900e4f84bfa77da676864f0b1002a9d458907.tar.gz |
Bump python{,3}-nose to >=1.3.3 to build urllib3 on Wheezy. Thanks to
Nick Phillips for the report. (Closes: #765035)
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index f5c8db8..6819ac4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-urllib3 (1.9.1-2) UNRELEASED; 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, |