Wed Jul 15 09:30:30 2020 UTC ()
py-google-auth-httplib2: updated to 0.0.4

0.0.4:
Features
expose a few httplib2 properties and a method


(adam)
diff -r1.2 -r1.3 pkgsrc/security/py-google-auth-httplib2/Makefile
diff -r1.1 -r1.2 pkgsrc/security/py-google-auth-httplib2/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/security/py-google-auth-httplib2/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-google-auth-httplib2/Makefile 2020/01/09 14:21:06 1.2
+++ pkgsrc/security/py-google-auth-httplib2/Makefile 2020/07/15 09:30:30 1.3
@@ -1,19 +1,22 @@ @@ -1,19 +1,22 @@
1# $NetBSD: Makefile,v 1.2 2020/01/09 14:21:06 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2020/07/15 09:30:30 adam Exp $
2 2
3DISTNAME= google-auth-httplib2-0.0.3 3DISTNAME= google-auth-httplib2-0.0.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= security python 5CATEGORIES= security python
6MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth-httplib2/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth-httplib2/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2 9HOMEPAGE= https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2
10COMMENT= Google Authentication Library: httplib2 transport 10COMMENT= Google Authentication Library: httplib2 transport
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
 13DEPENDS+= ${PYPKGPREFIX}-google-auth-[0-9]*:../../security/py-google-auth
13DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.9.1:../../www/py-httplib2 14DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.9.1:../../www/py-httplib2
 15DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
14 16
15PYTHON_VERSIONS_INCOMPATIBLE= 27 
16USE_LANGUAGES= # none 17USE_LANGUAGES= # none
17 18
 19PYTHON_VERSIONS_INCOMPATIBLE= 27
 20
18.include "../../lang/python/egg.mk" 21.include "../../lang/python/egg.mk"
19.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/security/py-google-auth-httplib2/distinfo (expand / switch to unified diff)

--- pkgsrc/security/py-google-auth-httplib2/distinfo 2019/07/02 12:00:13 1.1
+++ pkgsrc/security/py-google-auth-httplib2/distinfo 2020/07/15 09:30:30 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2019/07/02 12:00:13 adam Exp $ 1$NetBSD: distinfo,v 1.2 2020/07/15 09:30:30 adam Exp $
2 2
3SHA1 (google-auth-httplib2-0.0.3.tar.gz) = 9795712557a1683c3cf3c85db719d355c1012b66 3SHA1 (google-auth-httplib2-0.0.4.tar.gz) = a9947e01d765afcda0198c68976460d198780deb
4RMD160 (google-auth-httplib2-0.0.3.tar.gz) = 2a244e22de54eac2042adb13b87dc39001b77084 4RMD160 (google-auth-httplib2-0.0.4.tar.gz) = 7de4cc29f1739cd96d55ed9e189e0ac97b339813
5SHA512 (google-auth-httplib2-0.0.3.tar.gz) = da9d280f2ab3f9d99e2f011d56d94b09a12e85a5a1e9f78933a93cc57c7778d9002e1a023552a2611283da696334ba795cd7e8003b311db05e9b6b40aca34dc7 5SHA512 (google-auth-httplib2-0.0.4.tar.gz) = 7206e7ee78988af7101417d073fdac78851d8534575b0c895e8017d02e6083cfed722b4792592b02c7e523aaf652f173fb7dee2967983e55cd1022bcbbc938da
6Size (google-auth-httplib2-0.0.3.tar.gz) = 9957 bytes 6Size (google-auth-httplib2-0.0.4.tar.gz) = 10287 bytes