diff options
author | Daniele Tricoli <eriol@mornie.org> | 2013-10-17 08:51:36 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2013-10-17 08:51:36 +0000 |
commit | 801167249403f0dd5f15e768ca284551c338689a (patch) | |
tree | c6f69cfb60ab18d31e753b3ec2ee2a3971dd23a0 | |
parent | 30deb250afdad491dee839c9266fd07581beac91 (diff) | |
download | python-urllib3-801167249403f0dd5f15e768ca284551c338689a.tar python-urllib3-801167249403f0dd5f15e768ca284551c338689a.tar.gz |
Switched download URL to https
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/watch | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 085f5f1..410ca1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,8 +19,10 @@ python-urllib3 (1.7.1-1) UNRELEASED; urgency=low - Removed since fixed upstream * debian/patches/06_fix_abuse_of_match_hostname_for_DoS.patch - Removed since fixed upstream + * debian/watch + - Switched download URL to https - -- Daniele Tricoli <eriol@mornie.org> Thu, 17 Oct 2013 01:37:24 +0200 + -- Daniele Tricoli <eriol@mornie.org> Thu, 17 Oct 2013 10:50:42 +0200 python-urllib3 (1.6-2) unstable; urgency=high diff --git a/debian/watch b/debian/watch index fdd301c..c404fa4 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://pypi.python.org/packages/source/u/urllib3/urllib3-(.*)\.tar\.gz +https://pypi.python.org/packages/source/u/urllib3/urllib3-(.*)\.tar\.gz |