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:           Tue Feb  9 08:51:03 UTC 2021

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

Log Message:
py-httplib2: updated to 0.19.0

0.19.0
- auth: parse headers using pyparsing instead of regexp
- auth: WSSE token needs to be string not bytes


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/py-httplib2/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-httplib2/PLIST
cvs rdiff -u -r1.22 -r1.23 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.25 pkgsrc/www/py-httplib2/Makefile:1.26
--- pkgsrc/www/py-httplib2/Makefile:1.25        Thu May 21 06:19:59 2020
+++ pkgsrc/www/py-httplib2/Makefile     Tue Feb  9 08:51:03 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2020/05/21 06:19:59 adam Exp $
+# $NetBSD: Makefile,v 1.26 2021/02/09 08:51:03 adam Exp $
 
-DISTNAME=      httplib2-0.18.1
+DISTNAME=      httplib2-0.19.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httplib2/}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/httplib2/ht
 COMMENT=       Comprehensive http client library for Python
 LICENSE=       mit
 
+DEPENDS+=      ${PYPKGPREFIX}-pyparsing>=2.4.2:../../devel/py-pyparsing
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/pyversion.mk"

Index: pkgsrc/www/py-httplib2/PLIST
diff -u pkgsrc/www/py-httplib2/PLIST:1.6 pkgsrc/www/py-httplib2/PLIST:1.7
--- pkgsrc/www/py-httplib2/PLIST:1.6    Wed Nov 21 17:21:17 2018
+++ pkgsrc/www/py-httplib2/PLIST        Tue Feb  9 08:51:03 2021
@@ -1,15 +1,22 @@
-@comment $NetBSD: PLIST,v 1.6 2018/11/21 17:21:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2021/02/09 08:51:03 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/httplib2/__init__.py
 ${PYSITELIB}/httplib2/__init__.pyc
 ${PYSITELIB}/httplib2/__init__.pyo
+${PYSITELIB}/httplib2/auth.py
+${PYSITELIB}/httplib2/auth.pyc
+${PYSITELIB}/httplib2/auth.pyo
 ${PYSITELIB}/httplib2/cacerts.txt
 ${PYSITELIB}/httplib2/certs.py
 ${PYSITELIB}/httplib2/certs.pyc
 ${PYSITELIB}/httplib2/certs.pyo
+${PYSITELIB}/httplib2/error.py
+${PYSITELIB}/httplib2/error.pyc
+${PYSITELIB}/httplib2/error.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.22 pkgsrc/www/py-httplib2/distinfo:1.23
--- pkgsrc/www/py-httplib2/distinfo:1.22        Thu May 21 06:19:59 2020
+++ pkgsrc/www/py-httplib2/distinfo     Tue Feb  9 08:51:03 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2020/05/21 06:19:59 adam Exp $
+$NetBSD: distinfo,v 1.23 2021/02/09 08:51:03 adam Exp $
 
-SHA1 (httplib2-0.18.1.tar.gz) = 70966545702a15d85b7aff8dba31cb9ef48d2a5d
-RMD160 (httplib2-0.18.1.tar.gz) = b35ce49335613fdb2bb59b07c48b1633b9a1c6ba
-SHA512 (httplib2-0.18.1.tar.gz) = a1bb527279bdc92fb75bffebc317ff549bb6efb678580cbe40d187921b7ace66b1a5bc1d98bdf065ec5667fe69632da086b0eb201ff911497324fd817bfe1b7a
-Size (httplib2-0.18.1.tar.gz) = 262930 bytes
+SHA1 (httplib2-0.19.0.tar.gz) = 20937b53913060ee45e428ffd4d26ac026aaf882
+RMD160 (httplib2-0.19.0.tar.gz) = f1061b0ad81732133d0f01102b0bf5dbca816e04
+SHA512 (httplib2-0.19.0.tar.gz) = 9193a0e8e9a58a3f0e9b27fdf827932482a47b88af297af6e5f004164ca0b72feeff513b8191bf7c48d6714070a1390ae54eb8a2c6840f54f2580889c7837c7f
+Size (httplib2-0.19.0.tar.gz) = 263522 bytes



Home | Main Index | Thread Index | Old Index