Updated py-requests to 2.10.0.
2.10.0 (04-29-2016) +++++++++++++++++++ **New Features** - SOCKS Proxy Support! (requires PySocks; $ pip install requests[socks]) **Miscellaneous** - Updated bundled urllib3 to 1.15.1. 2.9.2 (04-29-2016) ++++++++++++++++++ **Improvements** - Change built-in CaseInsensitiveDict (used for headers) to use OrderedDict as its underlying datastore. **Bugfixes** - Don't use redirect_cache if allow_redirects=False - When passed objects that throw exceptions from ``tell()``, send them via chunked transfer encoding instead of failing. - Raise a ProxyError for proxy related connection issues.
This commit is contained in:
parent
f788d0ca90
commit
05ff2a3dc8
3 changed files with 12 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.20 2016/01/03 13:08:23 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2016/05/05 11:47:45 wiz Exp $
|
||||
|
||||
DISTNAME= requests-2.9.1
|
||||
DISTNAME= requests-2.10.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel www
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests/}
|
||||
MASTER_SITES= https://pypi.python.org/packages/49/6f/183063f01aae1e025cf0130772b55848750a2f3a89bfa11b385b35d7329d/
|
||||
|
||||
MAINTAINER= imil@NetBSD.org
|
||||
HOMEPAGE= http://docs.python-requests.org/en/latest/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2015/11/06 21:42:14 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2016/05/05 11:47:45 wiz Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -177,6 +177,9 @@ ${PYSITELIB}/requests/packages/urllib3/contrib/ntlmpool.pyo
|
|||
${PYSITELIB}/requests/packages/urllib3/contrib/pyopenssl.py
|
||||
${PYSITELIB}/requests/packages/urllib3/contrib/pyopenssl.pyc
|
||||
${PYSITELIB}/requests/packages/urllib3/contrib/pyopenssl.pyo
|
||||
${PYSITELIB}/requests/packages/urllib3/contrib/socks.py
|
||||
${PYSITELIB}/requests/packages/urllib3/contrib/socks.pyc
|
||||
${PYSITELIB}/requests/packages/urllib3/contrib/socks.pyo
|
||||
${PYSITELIB}/requests/packages/urllib3/exceptions.py
|
||||
${PYSITELIB}/requests/packages/urllib3/exceptions.pyc
|
||||
${PYSITELIB}/requests/packages/urllib3/exceptions.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.14 2016/01/02 10:49:49 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.15 2016/05/05 11:47:45 wiz Exp $
|
||||
|
||||
SHA1 (requests-2.9.1.tar.gz) = 17f01c47a0d7c676f6291608ef2f43db3fa74095
|
||||
RMD160 (requests-2.9.1.tar.gz) = d1be9cc088b10dea06cee4b26030f795df7d230b
|
||||
SHA512 (requests-2.9.1.tar.gz) = 0b2b64b2ebb68703f2a222a3e5d0227cf15250319195a13497e38959c64b82359b70221157eab2ab828dfc79bcfec13ede4d6272f0202ae1b22ae79d5810adb9
|
||||
Size (requests-2.9.1.tar.gz) = 484252 bytes
|
||||
SHA1 (requests-2.10.0.tar.gz) = 1b9a2395402692262fc61fa15bedbc3e112b1029
|
||||
RMD160 (requests-2.10.0.tar.gz) = 60d1a1fbe79798ef86407a194289c8e483f0f97e
|
||||
SHA512 (requests-2.10.0.tar.gz) = 05c6a1a742d31511ca4d3f39534e3e081cce0864c3a8a08480a95fb6e28f0309a4b1a571b8c3987bac98ba177e9bc06862f219c53a1805c163d10d24c1328b46
|
||||
Size (requests-2.10.0.tar.gz) = 477617 bytes
|
||||
|
|
Loading…
Reference in a new issue