summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorimil <imil@pkgsrc.org>2015-03-09 16:57:04 +0000
committerimil <imil@pkgsrc.org>2015-03-09 16:57:04 +0000
commitcedde954135dc3094260a9f16aeca42db0187d23 (patch)
tree8b5f1b2e1a5c260f1e066043878eff3544e38400 /devel
parent531f5a37d0bd4607bb7ff1fe6791f4024713c359 (diff)
downloadpkgsrc-cedde954135dc3094260a9f16aeca42db0187d23.tar.gz
Updated py-requests to version 2.5.3
Changes 2.5.3 (2015-02-24) Bugfixes Revert changes to our vendored certificate bundle. For more context see (#2455, #2456, and http://bugs.python.org/issue23476) 2.5.2 (2015-02-23) Features and Improvements Add sha256 fingerprint support. (shazow/urllib3#540) Improve the performance of headers. (shazow/urllib3#544) Bugfixes Copy pip’s import machinery. When downstream redistributors remove requests.packages.urllib3 the import machinery will continue to let those same symbols work. Example usage in requests’ documentation and 3rd-party libraries relying on the vendored copies of urllib3 will work without having to fallback to the system urllib3. Attempt to quote parts of the URL on redirect if unquoting and then quoting fails. (#2356) Fix filename type check for multipart form-data uploads. (#2411) Properly handle the case where a server issuing digest authentication challenges provides both auth and auth-int qop-values. (#2408) Fix a socket leak. (shazow/urllib3#549) Fix multiple Set-Cookie headers properly. (shazow/urllib3#534) Disable the built-in hostname verification. (shazow/urllib3#526) Fix the behaviour of decoding an exhausted stream. (shazow/urllib3#535) Security Pulled in an updated cacert.pem. Drop RC4 from the default cipher list. (shazow/urllib3#551)
Diffstat (limited to 'devel')
-rw-r--r--devel/py-requests/Makefile4
-rw-r--r--devel/py-requests/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-requests/Makefile b/devel/py-requests/Makefile
index 139f2203472..dc9be25c8e2 100644
--- a/devel/py-requests/Makefile
+++ b/devel/py-requests/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2015/02/23 11:31:14 imil Exp $
+# $NetBSD: Makefile,v 1.13 2015/03/09 16:57:04 imil Exp $
-DISTNAME= requests-2.5.1
+DISTNAME= requests-2.5.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel www
MASTER_SITES= https://pypi.python.org/packages/source/r/requests/
diff --git a/devel/py-requests/distinfo b/devel/py-requests/distinfo
index c6d92156a0f..92e56b61061 100644
--- a/devel/py-requests/distinfo
+++ b/devel/py-requests/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2015/02/23 11:31:14 imil Exp $
+$NetBSD: distinfo,v 1.8 2015/03/09 16:57:04 imil Exp $
-SHA1 (requests-2.5.1.tar.gz) = f906c441be2f0e7a834cbf701a72788d3ac3d144
-RMD160 (requests-2.5.1.tar.gz) = 22c9836bb000d9bb82ea7ae16bdab2c309e968f8
-Size (requests-2.5.1.tar.gz) = 443633 bytes
+SHA1 (requests-2.5.3.tar.gz) = 9577e27937ff53f1d417d84da75cda17184e1bd0
+RMD160 (requests-2.5.3.tar.gz) = a1217508f5d9f51a851d41686aced41645e0b702
+Size (requests-2.5.3.tar.gz) = 448318 bytes