From 9b9900e4f84bfa77da676864f0b1002a9d458907 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Tue, 21 Oct 2014 01:06:09 +0000 Subject: Bump python{,3}-nose to >=1.3.3 to build urllib3 on Wheezy. Thanks to Nick Phillips for the report. (Closes: #765035) --- debian/changelog | 8 ++++++++ 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 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, -- cgit v1.2.3 From bc53434247095f3b0d03b373addf5dbb271acc07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20O=C5=BCarowski?= Date: Tue, 21 Oct 2014 08:22:15 +0000 Subject: s/UNRELEASED/unstable/ --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6819ac4..c8ec7d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -python-urllib3 (1.9.1-2) UNRELEASED; urgency=medium +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 -- cgit v1.2.3