aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-12-22 13:47:07 +0000
committerChristopher Baines <mail@cbaines.net>2015-12-22 13:48:06 +0000
commit79f51e45f74dd32f9c1a103150ded9d575f5f94c (patch)
treeadcea8da78181c97b46d4483657877b2b348833a /debian
parent59759b30c8a8f23377afe562a44ddc893dbbb833 (diff)
parent08c16e06ad11c6fcb26f4ca1ea3f11093598092f (diff)
downloadpython-requests-79f51e45f74dd32f9c1a103150ded9d575f5f94c.tar
python-requests-79f51e45f74dd32f9c1a103150ded9d575f5f94c.tar.gz
change version to 2.9.1-1 (UNRELEASED)
New upstream release 2.9.1
Diffstat (limited to 'debian')
-rw-r--r--debian/.git-dpm6
-rw-r--r--debian/changelog6
-rw-r--r--debian/patches/01_use-system-ca-certificates.patch4
-rw-r--r--debian/patches/02_populate-install_requires.patch4
-rw-r--r--debian/patches/03_export-IncompleteRead.patch2
5 files changed, 14 insertions, 8 deletions
diff --git a/debian/.git-dpm b/debian/.git-dpm
index 6849e2f..7b542de 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -1,7 +1,7 @@
# see git-dpm(1) from git-dpm package
-6c882aca203bd33c129e2b4e1e4f82886e4b1fe0
-6c882aca203bd33c129e2b4e1e4f82886e4b1fe0
-cb40ec082506c0d9eb05978839bed2f12541af35
+08c16e06ad11c6fcb26f4ca1ea3f11093598092f
+08c16e06ad11c6fcb26f4ca1ea3f11093598092f
+1f19c06843e6d266368e3b570352bdf7d789a0de
1f19c06843e6d266368e3b570352bdf7d789a0de
requests_2.9.1.orig.tar.gz
17f01c47a0d7c676f6291608ef2f43db3fa74095
diff --git a/debian/changelog b/debian/changelog
index c3bd742..8ea167e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+requests (2.9.1-1) UNRELEASED; urgency=medium
+
+ * New upstream release 2.9.1
+
+ -- Christopher Baines <mail@cbaines.net> Tue, 22 Dec 2015 13:47:07 +0000
+
requests (2.8.1-1) unstable; urgency=medium
* New upstream release. (Closes: #802760)
diff --git a/debian/patches/01_use-system-ca-certificates.patch b/debian/patches/01_use-system-ca-certificates.patch
index d1c811b..47e2b80 100644
--- a/debian/patches/01_use-system-ca-certificates.patch
+++ b/debian/patches/01_use-system-ca-certificates.patch
@@ -1,4 +1,4 @@
-From cdfced68eae64218d746e7decb6e000b1c4aae20 Mon Sep 17 00:00:00 2001
+From f295a4caa458daf5cfb57793af6183192851a90c Mon Sep 17 00:00:00 2001
From: Daniele Tricoli <eriol@mornie.org>
Date: Thu, 8 Oct 2015 13:41:42 -0700
Subject: Use the bundle provided by ca-certificates instead of
@@ -37,7 +37,7 @@ index 07e6475..e61ee5d 100644
if __name__ == '__main__':
print(where())
diff --git a/setup.py b/setup.py
-index f98f528..eb444f1 100755
+index b7ed12b..c483535 100755
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@ setup(
diff --git a/debian/patches/02_populate-install_requires.patch b/debian/patches/02_populate-install_requires.patch
index 64ec706..0e71c16 100644
--- a/debian/patches/02_populate-install_requires.patch
+++ b/debian/patches/02_populate-install_requires.patch
@@ -1,4 +1,4 @@
-From 6c882aca203bd33c129e2b4e1e4f82886e4b1fe0 Mon Sep 17 00:00:00 2001
+From 08c16e06ad11c6fcb26f4ca1ea3f11093598092f Mon Sep 17 00:00:00 2001
From: Daniele Tricoli <eriol@mornie.org>
Date: Fri, 23 Oct 2015 16:03:52 +0200
Subject: Populate install_requires for unbundled packages
@@ -15,7 +15,7 @@ Patch-Name: 02_populate-install_requires.patch
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
-index eb444f1..6f62b80 100755
+index c483535..5e75b98 100755
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,9 @@ packages = [
diff --git a/debian/patches/03_export-IncompleteRead.patch b/debian/patches/03_export-IncompleteRead.patch
index e9bfc07..98abf71 100644
--- a/debian/patches/03_export-IncompleteRead.patch
+++ b/debian/patches/03_export-IncompleteRead.patch
@@ -1,4 +1,4 @@
-From 3d3afa49b9ca0e898ecb09c7271d28e0c737016b Mon Sep 17 00:00:00 2001
+From cddad0f16e1525b6eca41b88a8df50a9e31613f5 Mon Sep 17 00:00:00 2001
From: Daniele Tricoli <eriol@mornie.org>
Date: Thu, 8 Oct 2015 13:41:43 -0700
Subject: Export IncompleteRead from requests.compat since it's