Sat Jan 2 10:49:49 2016 UTC ()
Update py-requests to 2.9.1.

2.9.1 (2015-12-21)

Bugfixes

* Resolve regression introduced in 2.9.0 that made it impossible
  to send binary strings as bodies in Python 3.
* Fixed errors when calculating cookie expiration dates in certain
  locales.

Miscellaneous

* Updated bundled urllib3 to 1.13.1.


(wiz)
diff -r1.18 -r1.19 pkgsrc/devel/py-requests/Makefile
diff -r1.13 -r1.14 pkgsrc/devel/py-requests/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/devel/py-requests/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-requests/Makefile 2015/12/27 23:38:46 1.18
+++ pkgsrc/devel/py-requests/Makefile 2016/01/02 10:49:49 1.19
@@ -1,20 +1,24 @@ @@ -1,20 +1,24 @@
1# $NetBSD: Makefile,v 1.18 2015/12/27 23:38:46 wiz Exp $ 1# $NetBSD: Makefile,v 1.19 2016/01/02 10:49:49 wiz Exp $
2 2
3DISTNAME= requests-2.9.0 3DISTNAME= requests-2.9.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel www 5CATEGORIES= devel www
6MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests/}
7 7
8MAINTAINER= imil@NetBSD.org 8MAINTAINER= imil@NetBSD.org
9HOMEPAGE= http://docs.python-requests.org/en/latest/ 9HOMEPAGE= http://docs.python-requests.org/en/latest/
10COMMENT= HTTP library, written in Python, for human beings 10COMMENT= HTTP library, written in Python, for human beings
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13USE_LANGUAGES= c 13USE_LANGUAGES= c
14REPLACE_PYTHON= requests/certs.py requests/packages/chardet/chardetect.py 14REPLACE_PYTHON= requests/certs.py requests/packages/chardet/chardetect.py
15 15
16BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 16BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 17BUILD_DEPENDS+= ${PYPKGPREFIX}-test-httpbin-[0-9]*:../../www/py-test-httpbin
 18
 19do-test:
 20 cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
17 21
18.include "../../lang/python/application.mk" 22.include "../../lang/python/application.mk"
19.include "../../lang/python/egg.mk" 23.include "../../lang/python/egg.mk"
20.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/devel/py-requests/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-requests/distinfo 2015/12/27 23:38:46 1.13
+++ pkgsrc/devel/py-requests/distinfo 2016/01/02 10:49:49 1.14
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.13 2015/12/27 23:38:46 wiz Exp $ 1$NetBSD: distinfo,v 1.14 2016/01/02 10:49:49 wiz Exp $
2 2
3SHA1 (requests-2.9.0.tar.gz) = 5da11303dcb6eca601c79cf8c90345cd997d66c0 3SHA1 (requests-2.9.1.tar.gz) = 17f01c47a0d7c676f6291608ef2f43db3fa74095
4RMD160 (requests-2.9.0.tar.gz) = d0cdbe1c2b35d071a84ee3b6eac54f6dd27c3171 4RMD160 (requests-2.9.1.tar.gz) = d1be9cc088b10dea06cee4b26030f795df7d230b
5SHA512 (requests-2.9.0.tar.gz) = 8df3dd0a803f44eea269275e247f823c0d676b04ee44c719135e3661c6d951a0d94fac305766b99e10ba09f5f602e3f57883b0ae764aa7fce8bd1d92e86be85e 5SHA512 (requests-2.9.1.tar.gz) = 0b2b64b2ebb68703f2a222a3e5d0227cf15250319195a13497e38959c64b82359b70221157eab2ab828dfc79bcfec13ede4d6272f0202ae1b22ae79d5810adb9
6Size (requests-2.9.0.tar.gz) = 483589 bytes 6Size (requests-2.9.1.tar.gz) = 484252 bytes