summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 57ddaee..8b6963b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+urlgrabber (3.1.0-6) unstable; urgency=low
+
+ [ Stefano Rivera]
+ * debian/patches/002_md5_deprecation.dpatch:
+ Use hashlib instead of deprecated md5 functions. Thanks to Michael Bienia
+ from Ubuntu (Closes: #517993)
+ * debian/control:
+ - No longer Provides ${python:Provides}
+ - Update Homepage - upstream moved (in watch too)
+ - Set XS-Python-Version: >= 2.5 (as required by the hashlib patch)
+ * debian/rules:
+ - Run setup.py with current python version only.
+ - Respect nocheck in DEB_BULID_OPTIONS (although failed tests don't abort
+ build, as several tests fail)
+ * Bump standards version to 3.8.4 (no additional changes needed).
+
+ -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> Mon, 21 Jun 2010 14:14:57 +0200
+
urlgrabber (3.1.0-5) unstable; urgency=low
[ Piotr Ożarowski ]