Wed Jan 22 19:34:52 2020 UTC ()
py-httplib2: updated to 0.16.0

0.16.0
IMPORTANT cache invalidation change, fix 307 keep method, add 308 Redirects
proxy: username/password as str compatible with pysocks


(adam)
diff -r1.18 -r1.19 pkgsrc/www/py-httplib2/Makefile
diff -r1.15 -r1.16 pkgsrc/www/py-httplib2/distinfo

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

--- pkgsrc/www/py-httplib2/Makefile 2020/01/04 19:05:39 1.18
+++ pkgsrc/www/py-httplib2/Makefile 2020/01/22 19:34:52 1.19
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2020/01/04 19:05:39 wiz Exp $ 1# $NetBSD: Makefile,v 1.19 2020/01/22 19:34:52 adam Exp $
2 2
3DISTNAME= httplib2-0.15.0 3DISTNAME= httplib2-0.16.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=h/httplib2/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=h/httplib2/}
7 7
8MAINTAINER= mj@mjturner.net 8MAINTAINER= mj@mjturner.net
9HOMEPAGE= https://github.com/httplib2/httplib2 9HOMEPAGE= https://github.com/httplib2/httplib2
10COMMENT= Comprehensive http client library for Python 10COMMENT= Comprehensive http client library for Python
11LICENSE= mit 11LICENSE= mit
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15# tests not included 15# tests not included
16do-test: 16do-test:

cvs diff -r1.15 -r1.16 pkgsrc/www/py-httplib2/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-httplib2/distinfo 2020/01/04 19:05:39 1.15
+++ pkgsrc/www/py-httplib2/distinfo 2020/01/22 19:34:52 1.16
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.15 2020/01/04 19:05:39 wiz Exp $ 1$NetBSD: distinfo,v 1.16 2020/01/22 19:34:52 adam Exp $
2 2
3SHA1 (httplib2-0.15.0.tar.gz) = 86e682c462821fb1b2ebbc4537094e5bd58cbc11 3SHA1 (httplib2-0.16.0.tar.gz) = c0897437bce7c949db4e0ad140f8dbeb963435e0
4RMD160 (httplib2-0.15.0.tar.gz) = fe0df00404e1800546bd4b502633f0856c2a920d 4RMD160 (httplib2-0.16.0.tar.gz) = 98f2e4d1813f22987fe368b6bf036a9187c88e8c
5SHA512 (httplib2-0.15.0.tar.gz) = be6884238fee6c2a75093204fb3c760da33d5ac04ebbb86f6a09f48ec70d44d8dbfccfe20b5d9c72745f42afedaf56bb783200b982dd2853b6bc91922961d390 5SHA512 (httplib2-0.16.0.tar.gz) = 9d9fdbd2e091d3ca2ff3efbf173639a707812dc0832c37e7b05c094c9009dbbc13e35d50142cb97344788cf133df6ef03379d88ed1756a2fd739ce90340a9e22
6Size (httplib2-0.15.0.tar.gz) = 220043 bytes 6Size (httplib2-0.16.0.tar.gz) = 220556 bytes