pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-httplib2



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov 21 17:21:17 UTC 2018

Modified Files:
        pkgsrc/www/py-httplib2: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-httplib2/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-httplib2/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-httplib2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-httplib2/Makefile
diff -u pkgsrc/www/py-httplib2/Makefile:1.11 pkgsrc/www/py-httplib2/Makefile:1.12
--- pkgsrc/www/py-httplib2/Makefile:1.11        Mon Apr  2 13:03:50 2018
+++ pkgsrc/www/py-httplib2/Makefile     Wed Nov 21 17:21:17 2018
@@ -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
 

Index: pkgsrc/www/py-httplib2/PLIST
diff -u pkgsrc/www/py-httplib2/PLIST:1.5 pkgsrc/www/py-httplib2/PLIST:1.6
--- pkgsrc/www/py-httplib2/PLIST:1.5    Mon Apr  2 13:03:50 2018
+++ pkgsrc/www/py-httplib2/PLIST        Wed Nov 21 17:21:17 2018
@@ -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__.py
 ${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

Index: pkgsrc/www/py-httplib2/distinfo
diff -u pkgsrc/www/py-httplib2/distinfo:1.8 pkgsrc/www/py-httplib2/distinfo:1.9
--- pkgsrc/www/py-httplib2/distinfo:1.8 Mon Apr  2 13:03:50 2018
+++ pkgsrc/www/py-httplib2/distinfo     Wed Nov 21 17:21:17 2018
@@ -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