pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-httplib2 py-httplib2: updated to 0.12.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f68f98e8df1
branches:  trunk
changeset: 315324:0f68f98e8df1
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 21 17:21:17 2018 +0000

description:
py-httplib2: updated to 0.12.0

0.12.0

  Drop support for Python 3.3

  ca_certs from environment HTTPLIB2_CA_CERTS or certifi

  PROXY_TYPE_HTTP with non-empty user/pass raised TypeError: bytes required

  Revert http:443->https workaround

  eliminate connection pool read race

  cache: stronger safename

diffstat:

 www/py-httplib2/Makefile |   6 +++---
 www/py-httplib2/PLIST    |   5 ++++-
 www/py-httplib2/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 9 deletions(-)

diffs (53 lines):

diff -r 57cf76fd3744 -r 0f68f98e8df1 www/py-httplib2/Makefile
--- a/www/py-httplib2/Makefile  Wed Nov 21 17:18:04 2018 +0000
+++ b/www/py-httplib2/Makefile  Wed Nov 21 17:21:17 2018 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.11 2018/04/02 13:03:50 adam Exp $
+# $NetBSD: Makefile,v 1.12 2018/11/21 17:21:17 adam Exp $
 
-DISTNAME=      httplib2-0.11.3
+DISTNAME=      httplib2-0.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httplib2/}
 
 MAINTAINER=    mj%mjturner.net@localhost
-HOMEPAGE=      https://github.com/jcgregorio/httplib2
+HOMEPAGE=      https://github.com/httplib2/httplib2
 COMMENT=       Comprehensive http client library for Python
 LICENSE=       mit
 
diff -r 57cf76fd3744 -r 0f68f98e8df1 www/py-httplib2/PLIST
--- a/www/py-httplib2/PLIST     Wed Nov 21 17:18:04 2018 +0000
+++ b/www/py-httplib2/PLIST     Wed Nov 21 17:21:17 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2018/04/02 13:03:50 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/11/21 17:21:17 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -7,6 +7,9 @@
 ${PYSITELIB}/httplib2/__init__.pyc
 ${PYSITELIB}/httplib2/__init__.pyo
 ${PYSITELIB}/httplib2/cacerts.txt
+${PYSITELIB}/httplib2/certs.py
+${PYSITELIB}/httplib2/certs.pyc
+${PYSITELIB}/httplib2/certs.pyo
 ${PYSITELIB}/httplib2/iri2uri.py
 ${PYSITELIB}/httplib2/iri2uri.pyc
 ${PYSITELIB}/httplib2/iri2uri.pyo
diff -r 57cf76fd3744 -r 0f68f98e8df1 www/py-httplib2/distinfo
--- a/www/py-httplib2/distinfo  Wed Nov 21 17:18:04 2018 +0000
+++ b/www/py-httplib2/distinfo  Wed Nov 21 17:21:17 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/04/02 13:03:50 adam Exp $
+$NetBSD: distinfo,v 1.9 2018/11/21 17:21:17 adam Exp $
 
-SHA1 (httplib2-0.11.3.tar.gz) = 45abaec7c9d7e1a37933f4f6bf7b5dabf92efd5e
-RMD160 (httplib2-0.11.3.tar.gz) = c8c524c2fd7edca575db197da82b71c23c7f128c
-SHA512 (httplib2-0.11.3.tar.gz) = e74be0ba945aaf5836ef14f4b8262e2be4b7f2a1df52b60f8ae7109d9727e117a69a8b7e4f524fb91997781af031a8a7c2112a7ab2b5d9f5c94b04a56aa04659
-Size (httplib2-0.11.3.tar.gz) = 215815 bytes
+SHA1 (httplib2-0.12.0.tar.gz) = 861a4cdad3818719ad23795ab9d52078888e948b
+RMD160 (httplib2-0.12.0.tar.gz) = ee13a252ff9d034a0bde21453e5b64221e02e64b
+SHA512 (httplib2-0.12.0.tar.gz) = f9eead2dc764b0506d27df95b034b6aec1e539c16f5eca05b4c39dd159a4ebee652ba049b819153c9c8d6b67881452c35f483920191bcbfcca56d68a5d31bc4e
+Size (httplib2-0.12.0.tar.gz) = 218367 bytes



Home | Main Index | Thread Index | Old Index