aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2015-06-10 23:40:23 +0000
committerDaniele Tricoli <eriol@mornie.org>2015-06-10 23:40:23 +0000
commit31b6ac53f5d257569cd4972b0dca27c50edf166b (patch)
tree4ff8fdfdd8fbfa0949a2467d75f70f59d39da86d
parent25d0586d70b755b5fea8dded90836816fb855149 (diff)
downloadpython-requests-31b6ac53f5d257569cd4972b0dca27c50edf166b.tar
python-requests-31b6ac53f5d257569cd4972b0dca27c50edf166b.tar.gz
Remove embedded copy of chardet and urllib3. Previously it was done by
02_use-system-chardet-and-urllib3.patch.
-rw-r--r--debian/changelog7
-rw-r--r--debian/python-requests.pyremove2
-rw-r--r--debian/python3-requests.pyremove2
3 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 50c7653..7013f14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +9,12 @@ requests (2.7.0-3) UNRELEASED; urgency=medium
support the devendorizing of urllib3 and chardet.
(Closes: #771349, #788383)
- -- Daniele Tricoli <eriol@mornie.org> Thu, 11 Jun 2015 00:41:05 +0200
+ [ Daniele Tricoli ]
+ * debian/python{,3}-requests.pyremove
+ - Remove embedded copy of chardet and urllib3. Previously it was done by
+ 02_use-system-chardet-and-urllib3.patch.
+
+ -- Daniele Tricoli <eriol@mornie.org> Thu, 11 Jun 2015 01:39:13 +0200
requests (2.7.0-2) unstable; urgency=medium
diff --git a/debian/python-requests.pyremove b/debian/python-requests.pyremove
new file mode 100644
index 0000000..2acf4c3
--- /dev/null
+++ b/debian/python-requests.pyremove
@@ -0,0 +1,2 @@
+requests/packages/chardet
+requests/packages/urllib3
diff --git a/debian/python3-requests.pyremove b/debian/python3-requests.pyremove
new file mode 100644
index 0000000..2acf4c3
--- /dev/null
+++ b/debian/python3-requests.pyremove
@@ -0,0 +1,2 @@
+requests/packages/chardet
+requests/packages/urllib3