diff options
author | Daniele Tricoli <eriol@mornie.org> | 2013-01-19 04:49:33 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2013-01-19 04:49:33 +0000 |
commit | a7bb555614a5c87d10d54e1b7707c5d09cce8040 (patch) | |
tree | b1ac7acdb8f23f589a08384cfdcaa450a3a3d18c | |
parent | befd3b80b5f3c949dd3108a4365b9feda7b34927 (diff) | |
download | python-requests-a7bb555614a5c87d10d54e1b7707c5d09cce8040.tar python-requests-a7bb555614a5c87d10d54e1b7707c5d09cce8040.tar.gz |
Removed 01_do-not-use-python-certifi.patch since
it is no longer necessary
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/patches/01_do-not-use-python-certifi.patch | 17 | ||||
-rw-r--r-- | debian/patches/series | 1 |
3 files changed, 2 insertions, 18 deletions
diff --git a/debian/changelog b/debian/changelog index a36b4ff..3e19911 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ requests (1.1.0-1) UNRELEASED; urgency=low * New upstream release (Closes: #692602) - Thanks to Barry Warsaw for report and patches! + * debian/patches/01_do-not-use-python-certifi.patch + - Removed because no longer necessary -- Daniele Tricoli <eriol@mornie.org> Sat, 19 Jan 2013 05:09:37 +0100 diff --git a/debian/patches/01_do-not-use-python-certifi.patch b/debian/patches/01_do-not-use-python-certifi.patch deleted file mode 100644 index 74fb4d0..0000000 --- a/debian/patches/01_do-not-use-python-certifi.patch +++ /dev/null @@ -1,17 +0,0 @@ -Description: To verify SSL certificates for HTTPS requests, use the bundle - provided by ca-certificates instead of python-certifi. -Author: Daniele Tricoli <eriol@mornie.org> -Forwarded: not-needed -Last-Update: 2012-05-04 - ---- a/setup.py -+++ b/setup.py -@@ -32,7 +32,7 @@ - # On certain supported platforms (e.g., Red Hat / Debian / FreeBSD), Requests can - # use the system CA bundle instead; see `requests.utils` for details. - # If your platform is supported, set `requires` to [] instead: --requires = ['certifi>=0.0.7'] -+requires = [] - - # chardet is used to optimally guess the encodings of pages that don't declare one. - # At this time, chardet is not a required dependency. However, it's sufficiently diff --git a/debian/patches/series b/debian/patches/series index 45a01fe..8d45f01 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ -01_do-not-use-python-certifi.patch 02_do-not-use-embedded-python-six.patch |