Mon Apr 20 07:17:43 2020 UTC ()
py-google-auth: update to 1.14.0.

Add more DEPENDS and TEST_DEPENDS to make tests succeed.

chore: release 1.14.0 (#487)

* updated CHANGELOG.md [ci skip]
* updated setup.cfg [ci skip]
* updated setup.py [ci skip]


(wiz)
diff -r1.13 -r1.14 pkgsrc/security/py-google-auth/Makefile
diff -r1.3 -r1.4 pkgsrc/security/py-google-auth/PLIST
diff -r1.12 -r1.13 pkgsrc/security/py-google-auth/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/security/py-google-auth/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-google-auth/Makefile 2020/04/06 09:19:25 1.13
+++ pkgsrc/security/py-google-auth/Makefile 2020/04/20 07:17:43 1.14
@@ -1,32 +1,39 @@ @@ -1,32 +1,39 @@
1# $NetBSD: Makefile,v 1.13 2020/04/06 09:19:25 wiz Exp $ 1# $NetBSD: Makefile,v 1.14 2020/04/20 07:17:43 wiz Exp $
2 2
3DISTNAME= google-auth-1.13.1 3DISTNAME= google-auth-1.14.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= security python 5CATEGORIES= security python
6MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/googleapis/google-auth-library-python 9HOMEPAGE= https://github.com/googleapis/google-auth-library-python
10COMMENT= Google Authentication Library 10COMMENT= Google Authentication Library
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-asn1-modules>=0.2.1:../../security/py-asn1-modules 13DEPENDS+= ${PYPKGPREFIX}-asn1-modules>=0.2.1:../../security/py-asn1-modules
14DEPENDS+= ${PYPKGPREFIX}-cachetools>=2.0.0:../../devel/py-cachetools 14DEPENDS+= ${PYPKGPREFIX}-cachetools>=2.0.0:../../devel/py-cachetools
15DEPENDS+= ${PYPKGPREFIX}-rsa>=3.1.4:../../security/py-rsa 15DEPENDS+= ${PYPKGPREFIX}-rsa>=3.1.4:../../security/py-rsa
16DEPENDS+= ${PYPKGPREFIX}-setuptools>=40.3.0:../../devel/py-setuptools 16DEPENDS+= ${PYPKGPREFIX}-setuptools>=40.3.0:../../devel/py-setuptools
17DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six 17DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
18TEST_DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask 18TEST_DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
19TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock 19TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
20TEST_DEPENDS+= ${PYPKGPREFIX}-oauth2client-[0-9]*:../../security/py-oauth2client 20TEST_DEPENDS+= ${PYPKGPREFIX}-oauth2client-[0-9]*:../../security/py-oauth2client
21TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 21TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
22TEST_DEPENDS+= ${PYPKGPREFIX}-test-localserver-[0-9]*:../../devel/py-test-localserver 22TEST_DEPENDS+= ${PYPKGPREFIX}-test-localserver-[0-9]*:../../devel/py-test-localserver
 23# not mentioned, but needed
 24DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
 25DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 26TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
 27TEST_DEPENDS+= ${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses
 28# should this be DEPENDS?
 29TEST_DEPENDS+= ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
23 30
24PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-cachetools 31PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-cachetools
25 32
26USE_LANGUAGES= # none 33USE_LANGUAGES= # none
27 34
28do-test: 35do-test:
29 cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests 36 cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
30 37
31.include "../../lang/python/egg.mk" 38.include "../../lang/python/egg.mk"
32.include "../../mk/bsd.pkg.mk" 39.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/security/py-google-auth/PLIST (expand / switch to unified diff)

--- pkgsrc/security/py-google-auth/PLIST 2020/04/06 09:19:25 1.3
+++ pkgsrc/security/py-google-auth/PLIST 2020/04/20 07:17:43 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2020/04/06 09:19:25 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.4 2020/04/20 07:17:43 wiz Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt 5${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
6${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${EGG_INFODIR}/requires.txt
7${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${EGG_INFODIR}/top_level.txt
8${PYSITELIB}/${EGG_NAME}-nspkg.pth 8${PYSITELIB}/${EGG_NAME}-nspkg.pth
9${PYSITELIB}/google/auth/__init__.py 9${PYSITELIB}/google/auth/__init__.py
10${PYSITELIB}/google/auth/__init__.pyc 10${PYSITELIB}/google/auth/__init__.pyc
11${PYSITELIB}/google/auth/__init__.pyo 11${PYSITELIB}/google/auth/__init__.pyo
12${PYSITELIB}/google/auth/_cloud_sdk.py 12${PYSITELIB}/google/auth/_cloud_sdk.py
13${PYSITELIB}/google/auth/_cloud_sdk.pyc 13${PYSITELIB}/google/auth/_cloud_sdk.pyc
14${PYSITELIB}/google/auth/_cloud_sdk.pyo 14${PYSITELIB}/google/auth/_cloud_sdk.pyo
@@ -77,26 +77,29 @@ ${PYSITELIB}/google/auth/jwt.pyc @@ -77,26 +77,29 @@ ${PYSITELIB}/google/auth/jwt.pyc
77${PYSITELIB}/google/auth/jwt.pyo 77${PYSITELIB}/google/auth/jwt.pyo
78${PYSITELIB}/google/auth/transport/__init__.py 78${PYSITELIB}/google/auth/transport/__init__.py
79${PYSITELIB}/google/auth/transport/__init__.pyc 79${PYSITELIB}/google/auth/transport/__init__.pyc
80${PYSITELIB}/google/auth/transport/__init__.pyo 80${PYSITELIB}/google/auth/transport/__init__.pyo
81${PYSITELIB}/google/auth/transport/_http_client.py 81${PYSITELIB}/google/auth/transport/_http_client.py
82${PYSITELIB}/google/auth/transport/_http_client.pyc 82${PYSITELIB}/google/auth/transport/_http_client.pyc
83${PYSITELIB}/google/auth/transport/_http_client.pyo 83${PYSITELIB}/google/auth/transport/_http_client.pyo
84${PYSITELIB}/google/auth/transport/_mtls_helper.py 84${PYSITELIB}/google/auth/transport/_mtls_helper.py
85${PYSITELIB}/google/auth/transport/_mtls_helper.pyc 85${PYSITELIB}/google/auth/transport/_mtls_helper.pyc
86${PYSITELIB}/google/auth/transport/_mtls_helper.pyo 86${PYSITELIB}/google/auth/transport/_mtls_helper.pyo
87${PYSITELIB}/google/auth/transport/grpc.py 87${PYSITELIB}/google/auth/transport/grpc.py
88${PYSITELIB}/google/auth/transport/grpc.pyc 88${PYSITELIB}/google/auth/transport/grpc.pyc
89${PYSITELIB}/google/auth/transport/grpc.pyo 89${PYSITELIB}/google/auth/transport/grpc.pyo
 90${PYSITELIB}/google/auth/transport/mtls.py
 91${PYSITELIB}/google/auth/transport/mtls.pyc
 92${PYSITELIB}/google/auth/transport/mtls.pyo
90${PYSITELIB}/google/auth/transport/requests.py 93${PYSITELIB}/google/auth/transport/requests.py
91${PYSITELIB}/google/auth/transport/requests.pyc 94${PYSITELIB}/google/auth/transport/requests.pyc
92${PYSITELIB}/google/auth/transport/requests.pyo 95${PYSITELIB}/google/auth/transport/requests.pyo
93${PYSITELIB}/google/auth/transport/urllib3.py 96${PYSITELIB}/google/auth/transport/urllib3.py
94${PYSITELIB}/google/auth/transport/urllib3.pyc 97${PYSITELIB}/google/auth/transport/urllib3.pyc
95${PYSITELIB}/google/auth/transport/urllib3.pyo 98${PYSITELIB}/google/auth/transport/urllib3.pyo
96${PYSITELIB}/google/oauth2/__init__.py 99${PYSITELIB}/google/oauth2/__init__.py
97${PYSITELIB}/google/oauth2/__init__.pyc 100${PYSITELIB}/google/oauth2/__init__.pyc
98${PYSITELIB}/google/oauth2/__init__.pyo 101${PYSITELIB}/google/oauth2/__init__.pyo
99${PYSITELIB}/google/oauth2/_client.py 102${PYSITELIB}/google/oauth2/_client.py
100${PYSITELIB}/google/oauth2/_client.pyc 103${PYSITELIB}/google/oauth2/_client.pyc
101${PYSITELIB}/google/oauth2/_client.pyo 104${PYSITELIB}/google/oauth2/_client.pyo
102${PYSITELIB}/google/oauth2/credentials.py 105${PYSITELIB}/google/oauth2/credentials.py

cvs diff -r1.12 -r1.13 pkgsrc/security/py-google-auth/distinfo (expand / switch to unified diff)

--- pkgsrc/security/py-google-auth/distinfo 2020/04/06 09:19:25 1.12
+++ pkgsrc/security/py-google-auth/distinfo 2020/04/20 07:17:43 1.13
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.12 2020/04/06 09:19:25 wiz Exp $ 1$NetBSD: distinfo,v 1.13 2020/04/20 07:17:43 wiz Exp $
2 2
3SHA1 (google-auth-1.13.1.tar.gz) = d793c623f2d334c5d39c9f32303be0d74e014220 3SHA1 (google-auth-1.14.0.tar.gz) = 3a50e560cfce50b0255b38178fbc4d3f835a71f7
4RMD160 (google-auth-1.13.1.tar.gz) = 6d2daae8b1e2ae7b8fbfbb0ffb889788a609c480 4RMD160 (google-auth-1.14.0.tar.gz) = c93229ee28451c5c49b70f452a73e08513d8f689
5SHA512 (google-auth-1.13.1.tar.gz) = 4980d1cecad5e89e63f9e0790880db60ba9a9d082ba0d7d264bb408c3f4172ac835dbd60998a4d0f7fc0b2658e11fc68d71d18039dc5edfd06f288243218fd38 5SHA512 (google-auth-1.14.0.tar.gz) = a172402a56efcde5c1c18a452627a15f4bd6885030385c1bc3ff787d71af82fe15f3fbf03e9795ca294a3a4ba3899f81cf921658b4e8df5f304580b0315e8162
6Size (google-auth-1.13.1.tar.gz) = 100683 bytes 6Size (google-auth-1.14.0.tar.gz) = 101479 bytes