aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/01_use-system-ca-certificates.patch
diff options
context:
space:
mode:
authorBarry Warsaw <barry@debian.org>2014-06-04 14:34:39 +0000
committerBarry Warsaw <barry@debian.org>2014-06-04 14:34:39 +0000
commit7564f06a88cafa130ae90969441b9e768ed20373 (patch)
tree60d638ea6804aced4c869e5a276eea4e07d2da19 /debian/patches/01_use-system-ca-certificates.patch
parentfc561b562b377f42f72f711696b98661c05cd096 (diff)
downloadpython-requests-7564f06a88cafa130ae90969441b9e768ed20373.tar
python-requests-7564f06a88cafa130ae90969441b9e768ed20373.tar.gz
* Team upload.
* New upstream release. * d/patches/*: Refreshed. * d/control: Added python{,3}-pytest to Build-Depends. * d/rules: Fixed running of test suite during package build.
Diffstat (limited to 'debian/patches/01_use-system-ca-certificates.patch')
-rw-r--r--debian/patches/01_use-system-ca-certificates.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/01_use-system-ca-certificates.patch b/debian/patches/01_use-system-ca-certificates.patch
index f079c99..6f18dcb 100644
--- a/debian/patches/01_use-system-ca-certificates.patch
+++ b/debian/patches/01_use-system-ca-certificates.patch
@@ -4,8 +4,8 @@ Author: Daniele Tricoli <eriol@mornie.org>
Forwarded: not-needed
Last-Update: 2013-01-19
---- a/requests/certs.py 2013-04-25 22:54:02.000000000 +0000
-+++ b/requests/certs.py 2013-04-25 22:54:34.000000000 +0000
+--- a/requests/certs.py
++++ b/requests/certs.py
@@ -18,7 +18,7 @@
def where():
"""Return the preferred certificate bundle."""
@@ -17,7 +17,7 @@ Last-Update: 2013-01-19
print(where())
--- a/setup.py
+++ b/setup.py
-@@ -35,7 +35,7 @@
+@@ -41,7 +41,7 @@
author_email='me@kennethreitz.com',
url='http://python-requests.org',
packages=packages,