Wed Dec 13 13:52:46 2023 UTC ()
py-google-auth: update to 2.25.2.

2.25.2 (2023-12-08)

Bug Fixes

    Fix user cred universe domain issue (#1436) (ae314a8)

2.25.1

Bug Fixes

    Fix vm universe_domain bug (#1433) (8683520)

2.25.0 (2023-12-04)

Features

    Add custom tls signer for ECP Provider. (39eb287)
    Add custom tls signer for ECP Provider. (#1402) (39eb287)

Bug Fixes

    Add with_universe_domain (#1408) (505910c)
    Fixes issue where Python37DeprecationWarning cannot be filtered (#1428) (f22f767)
    Remove broken link in Python37DeprecationWarning (#1430) (e2db602)


(wiz)
diff -r1.61 -r1.62 pkgsrc/security/py-google-auth/Makefile
diff -r1.15 -r1.16 pkgsrc/security/py-google-auth/PLIST
diff -r1.58 -r1.59 pkgsrc/security/py-google-auth/distinfo

cvs diff -r1.61 -r1.62 pkgsrc/security/py-google-auth/Makefile (switch to unified diff)

--- pkgsrc/security/py-google-auth/Makefile 2023/12/07 08:37:16 1.61
+++ pkgsrc/security/py-google-auth/Makefile 2023/12/13 13:52:45 1.62
@@ -1,40 +1,33 @@ @@ -1,40 +1,33 @@
1# $NetBSD: Makefile,v 1.61 2023/12/07 08:37:16 wiz Exp $ 1# $NetBSD: Makefile,v 1.62 2023/12/13 13:52:45 wiz Exp $
2 2
3DISTNAME= google-auth-2.24.0 3DISTNAME= google-auth-2.25.2
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
 13TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
13DEPENDS+= ${PYPKGPREFIX}-asn1-modules>=0.2.1:../../security/py-asn1-modules 14DEPENDS+= ${PYPKGPREFIX}-asn1-modules>=0.2.1:../../security/py-asn1-modules
14DEPENDS+= ${PYPKGPREFIX}-cachetools>=2.0.0:../../devel/py-cachetools 15DEPENDS+= ${PYPKGPREFIX}-cachetools>=2.0.0:../../devel/py-cachetools
15DEPENDS+= ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests 16DEPENDS+= ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests
16DEPENDS+= ${PYPKGPREFIX}-rsa>=3.1.4:../../security/py-rsa 17DEPENDS+= ${PYPKGPREFIX}-rsa>=3.1.4:../../security/py-rsa
17TEST_DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask 18TEST_DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
18TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun 19TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
19TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock 20TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
20TEST_DEPENDS+= ${PYPKGPREFIX}-oauth2client-[0-9]*:../../security/py-oauth2client 21TEST_DEPENDS+= ${PYPKGPREFIX}-oauth2client-[0-9]*:../../security/py-oauth2client
21TEST_DEPENDS+= ${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses 22TEST_DEPENDS+= ${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses
22TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 
23TEST_DEPENDS+= ${PYPKGPREFIX}-test-localserver-[0-9]*:../../devel/py-test-localserver 23TEST_DEPENDS+= ${PYPKGPREFIX}-test-localserver-[0-9]*:../../devel/py-test-localserver
24TEST_DEPENDS+= ${PYPKGPREFIX}-u2f-[0-9]*:../../security/py-u2f 24TEST_DEPENDS+= ${PYPKGPREFIX}-u2f-[0-9]*:../../security/py-u2f
25 25
26USE_LANGUAGES= # none 26USE_LANGUAGES= # none
27 27
28PYTHON_VERSIONS_INCOMPATIBLE= 27 28PYTHON_VERSIONS_INCOMPATIBLE= 27
29 29
30# hack 30.include "../../lang/python/wheel.mk"
31post-install: 
32 ${RM} -r ${DESTDIR}${PREFIX}/${PYSITELIB}/build 
33 
34do-test: 
35 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests 
36 
37.include "../../lang/python/egg.mk" 
38PYTHON_VERSIONED_DEPENDENCIES+= cryptography OpenSSL 31PYTHON_VERSIONED_DEPENDENCIES+= cryptography OpenSSL
39.include "../../lang/python/versioned_dependencies.mk" 32.include "../../lang/python/versioned_dependencies.mk"
40.include "../../mk/bsd.pkg.mk" 33.include "../../mk/bsd.pkg.mk"

cvs diff -r1.15 -r1.16 pkgsrc/security/py-google-auth/PLIST (switch to unified diff)

--- pkgsrc/security/py-google-auth/PLIST 2023/07/31 09:26:31 1.15
+++ pkgsrc/security/py-google-auth/PLIST 2023/12/13 13:52:45 1.16
@@ -1,186 +1,186 @@ @@ -1,186 +1,186 @@
1@comment $NetBSD: PLIST,v 1.15 2023/07/31 09:26:31 adam Exp $ 1@comment $NetBSD: PLIST,v 1.16 2023/12/13 13:52:45 wiz Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 
5${PYSITELIB}/${EGG_INFODIR}/requires.txt 
6${PYSITELIB}/${EGG_INFODIR}/top_level.txt 
7${PYSITELIB}/google/auth/__init__.py 2${PYSITELIB}/google/auth/__init__.py
8${PYSITELIB}/google/auth/__init__.pyc 3${PYSITELIB}/google/auth/__init__.pyc
9${PYSITELIB}/google/auth/__init__.pyo 4${PYSITELIB}/google/auth/__init__.pyo
10${PYSITELIB}/google/auth/_cloud_sdk.py 5${PYSITELIB}/google/auth/_cloud_sdk.py
11${PYSITELIB}/google/auth/_cloud_sdk.pyc 6${PYSITELIB}/google/auth/_cloud_sdk.pyc
12${PYSITELIB}/google/auth/_cloud_sdk.pyo 7${PYSITELIB}/google/auth/_cloud_sdk.pyo
13${PYSITELIB}/google/auth/_credentials_async.py 8${PYSITELIB}/google/auth/_credentials_async.py
14${PYSITELIB}/google/auth/_credentials_async.pyc 9${PYSITELIB}/google/auth/_credentials_async.pyc
15${PYSITELIB}/google/auth/_credentials_async.pyo 10${PYSITELIB}/google/auth/_credentials_async.pyo
16${PYSITELIB}/google/auth/_default.py 11${PYSITELIB}/google/auth/_default.py
17${PYSITELIB}/google/auth/_default.pyc 12${PYSITELIB}/google/auth/_default.pyc
18${PYSITELIB}/google/auth/_default.pyo 13${PYSITELIB}/google/auth/_default.pyo
19${PYSITELIB}/google/auth/_default_async.py 14${PYSITELIB}/google/auth/_default_async.py
20${PYSITELIB}/google/auth/_default_async.pyc 15${PYSITELIB}/google/auth/_default_async.pyc
21${PYSITELIB}/google/auth/_default_async.pyo 16${PYSITELIB}/google/auth/_default_async.pyo
22${PYSITELIB}/google/auth/_exponential_backoff.py 17${PYSITELIB}/google/auth/_exponential_backoff.py
23${PYSITELIB}/google/auth/_exponential_backoff.pyc 18${PYSITELIB}/google/auth/_exponential_backoff.pyc
24${PYSITELIB}/google/auth/_exponential_backoff.pyo 19${PYSITELIB}/google/auth/_exponential_backoff.pyo
25${PYSITELIB}/google/auth/_helpers.py 20${PYSITELIB}/google/auth/_helpers.py
26${PYSITELIB}/google/auth/_helpers.pyc 21${PYSITELIB}/google/auth/_helpers.pyc
27${PYSITELIB}/google/auth/_helpers.pyo 22${PYSITELIB}/google/auth/_helpers.pyo
28${PYSITELIB}/google/auth/_jwt_async.py 23${PYSITELIB}/google/auth/_jwt_async.py
29${PYSITELIB}/google/auth/_jwt_async.pyc 24${PYSITELIB}/google/auth/_jwt_async.pyc
30${PYSITELIB}/google/auth/_jwt_async.pyo 25${PYSITELIB}/google/auth/_jwt_async.pyo
31${PYSITELIB}/google/auth/_oauth2client.py 26${PYSITELIB}/google/auth/_oauth2client.py
32${PYSITELIB}/google/auth/_oauth2client.pyc 27${PYSITELIB}/google/auth/_oauth2client.pyc
33${PYSITELIB}/google/auth/_oauth2client.pyo 28${PYSITELIB}/google/auth/_oauth2client.pyo
34${PYSITELIB}/google/auth/_service_account_info.py 29${PYSITELIB}/google/auth/_service_account_info.py
35${PYSITELIB}/google/auth/_service_account_info.pyc 30${PYSITELIB}/google/auth/_service_account_info.pyc
36${PYSITELIB}/google/auth/_service_account_info.pyo 31${PYSITELIB}/google/auth/_service_account_info.pyo
37${PYSITELIB}/google/auth/api_key.py 32${PYSITELIB}/google/auth/api_key.py
38${PYSITELIB}/google/auth/api_key.pyc 33${PYSITELIB}/google/auth/api_key.pyc
39${PYSITELIB}/google/auth/api_key.pyo 34${PYSITELIB}/google/auth/api_key.pyo
40${PYSITELIB}/google/auth/app_engine.py 35${PYSITELIB}/google/auth/app_engine.py
41${PYSITELIB}/google/auth/app_engine.pyc 36${PYSITELIB}/google/auth/app_engine.pyc
42${PYSITELIB}/google/auth/app_engine.pyo 37${PYSITELIB}/google/auth/app_engine.pyo
43${PYSITELIB}/google/auth/aws.py 38${PYSITELIB}/google/auth/aws.py
44${PYSITELIB}/google/auth/aws.pyc 39${PYSITELIB}/google/auth/aws.pyc
45${PYSITELIB}/google/auth/aws.pyo 40${PYSITELIB}/google/auth/aws.pyo
46${PYSITELIB}/google/auth/compute_engine/__init__.py 41${PYSITELIB}/google/auth/compute_engine/__init__.py
47${PYSITELIB}/google/auth/compute_engine/__init__.pyc 42${PYSITELIB}/google/auth/compute_engine/__init__.pyc
48${PYSITELIB}/google/auth/compute_engine/__init__.pyo 43${PYSITELIB}/google/auth/compute_engine/__init__.pyo
49${PYSITELIB}/google/auth/compute_engine/_metadata.py 44${PYSITELIB}/google/auth/compute_engine/_metadata.py
50${PYSITELIB}/google/auth/compute_engine/_metadata.pyc 45${PYSITELIB}/google/auth/compute_engine/_metadata.pyc
51${PYSITELIB}/google/auth/compute_engine/_metadata.pyo 46${PYSITELIB}/google/auth/compute_engine/_metadata.pyo
52${PYSITELIB}/google/auth/compute_engine/credentials.py 47${PYSITELIB}/google/auth/compute_engine/credentials.py
53${PYSITELIB}/google/auth/compute_engine/credentials.pyc 48${PYSITELIB}/google/auth/compute_engine/credentials.pyc
54${PYSITELIB}/google/auth/compute_engine/credentials.pyo 49${PYSITELIB}/google/auth/compute_engine/credentials.pyo
55${PYSITELIB}/google/auth/credentials.py 50${PYSITELIB}/google/auth/credentials.py
56${PYSITELIB}/google/auth/credentials.pyc 51${PYSITELIB}/google/auth/credentials.pyc
57${PYSITELIB}/google/auth/credentials.pyo 52${PYSITELIB}/google/auth/credentials.pyo
58${PYSITELIB}/google/auth/crypt/__init__.py 53${PYSITELIB}/google/auth/crypt/__init__.py
59${PYSITELIB}/google/auth/crypt/__init__.pyc 54${PYSITELIB}/google/auth/crypt/__init__.pyc
60${PYSITELIB}/google/auth/crypt/__init__.pyo 55${PYSITELIB}/google/auth/crypt/__init__.pyo
61${PYSITELIB}/google/auth/crypt/_cryptography_rsa.py 56${PYSITELIB}/google/auth/crypt/_cryptography_rsa.py
62${PYSITELIB}/google/auth/crypt/_cryptography_rsa.pyc 57${PYSITELIB}/google/auth/crypt/_cryptography_rsa.pyc
63${PYSITELIB}/google/auth/crypt/_cryptography_rsa.pyo 58${PYSITELIB}/google/auth/crypt/_cryptography_rsa.pyo
64${PYSITELIB}/google/auth/crypt/_helpers.py 59${PYSITELIB}/google/auth/crypt/_helpers.py
65${PYSITELIB}/google/auth/crypt/_helpers.pyc 60${PYSITELIB}/google/auth/crypt/_helpers.pyc
66${PYSITELIB}/google/auth/crypt/_helpers.pyo 61${PYSITELIB}/google/auth/crypt/_helpers.pyo
67${PYSITELIB}/google/auth/crypt/_python_rsa.py 62${PYSITELIB}/google/auth/crypt/_python_rsa.py
68${PYSITELIB}/google/auth/crypt/_python_rsa.pyc 63${PYSITELIB}/google/auth/crypt/_python_rsa.pyc
69${PYSITELIB}/google/auth/crypt/_python_rsa.pyo 64${PYSITELIB}/google/auth/crypt/_python_rsa.pyo
70${PYSITELIB}/google/auth/crypt/base.py 65${PYSITELIB}/google/auth/crypt/base.py
71${PYSITELIB}/google/auth/crypt/base.pyc 66${PYSITELIB}/google/auth/crypt/base.pyc
72${PYSITELIB}/google/auth/crypt/base.pyo 67${PYSITELIB}/google/auth/crypt/base.pyo
73${PYSITELIB}/google/auth/crypt/es256.py 68${PYSITELIB}/google/auth/crypt/es256.py
74${PYSITELIB}/google/auth/crypt/es256.pyc 69${PYSITELIB}/google/auth/crypt/es256.pyc
75${PYSITELIB}/google/auth/crypt/es256.pyo 70${PYSITELIB}/google/auth/crypt/es256.pyo
76${PYSITELIB}/google/auth/crypt/rsa.py 71${PYSITELIB}/google/auth/crypt/rsa.py
77${PYSITELIB}/google/auth/crypt/rsa.pyc 72${PYSITELIB}/google/auth/crypt/rsa.pyc
78${PYSITELIB}/google/auth/crypt/rsa.pyo 73${PYSITELIB}/google/auth/crypt/rsa.pyo
79${PYSITELIB}/google/auth/downscoped.py 74${PYSITELIB}/google/auth/downscoped.py
80${PYSITELIB}/google/auth/downscoped.pyc 75${PYSITELIB}/google/auth/downscoped.pyc
81${PYSITELIB}/google/auth/downscoped.pyo 76${PYSITELIB}/google/auth/downscoped.pyo
82${PYSITELIB}/google/auth/environment_vars.py 77${PYSITELIB}/google/auth/environment_vars.py
83${PYSITELIB}/google/auth/environment_vars.pyc 78${PYSITELIB}/google/auth/environment_vars.pyc
84${PYSITELIB}/google/auth/environment_vars.pyo 79${PYSITELIB}/google/auth/environment_vars.pyo
85${PYSITELIB}/google/auth/exceptions.py 80${PYSITELIB}/google/auth/exceptions.py
86${PYSITELIB}/google/auth/exceptions.pyc 81${PYSITELIB}/google/auth/exceptions.pyc
87${PYSITELIB}/google/auth/exceptions.pyo 82${PYSITELIB}/google/auth/exceptions.pyo
88${PYSITELIB}/google/auth/external_account.py 83${PYSITELIB}/google/auth/external_account.py
89${PYSITELIB}/google/auth/external_account.pyc 84${PYSITELIB}/google/auth/external_account.pyc
90${PYSITELIB}/google/auth/external_account.pyo 85${PYSITELIB}/google/auth/external_account.pyo
91${PYSITELIB}/google/auth/external_account_authorized_user.py 86${PYSITELIB}/google/auth/external_account_authorized_user.py
92${PYSITELIB}/google/auth/external_account_authorized_user.pyc 87${PYSITELIB}/google/auth/external_account_authorized_user.pyc
93${PYSITELIB}/google/auth/external_account_authorized_user.pyo 88${PYSITELIB}/google/auth/external_account_authorized_user.pyo
94${PYSITELIB}/google/auth/iam.py 89${PYSITELIB}/google/auth/iam.py
95${PYSITELIB}/google/auth/iam.pyc 90${PYSITELIB}/google/auth/iam.pyc
96${PYSITELIB}/google/auth/iam.pyo 91${PYSITELIB}/google/auth/iam.pyo
97${PYSITELIB}/google/auth/identity_pool.py 92${PYSITELIB}/google/auth/identity_pool.py
98${PYSITELIB}/google/auth/identity_pool.pyc 93${PYSITELIB}/google/auth/identity_pool.pyc
99${PYSITELIB}/google/auth/identity_pool.pyo 94${PYSITELIB}/google/auth/identity_pool.pyo
100${PYSITELIB}/google/auth/impersonated_credentials.py 95${PYSITELIB}/google/auth/impersonated_credentials.py
101${PYSITELIB}/google/auth/impersonated_credentials.pyc 96${PYSITELIB}/google/auth/impersonated_credentials.pyc
102${PYSITELIB}/google/auth/impersonated_credentials.pyo 97${PYSITELIB}/google/auth/impersonated_credentials.pyo
103${PYSITELIB}/google/auth/jwt.py 98${PYSITELIB}/google/auth/jwt.py
104${PYSITELIB}/google/auth/jwt.pyc 99${PYSITELIB}/google/auth/jwt.pyc
105${PYSITELIB}/google/auth/jwt.pyo 100${PYSITELIB}/google/auth/jwt.pyo
106${PYSITELIB}/google/auth/metrics.py 101${PYSITELIB}/google/auth/metrics.py
107${PYSITELIB}/google/auth/metrics.pyc 102${PYSITELIB}/google/auth/metrics.pyc
108${PYSITELIB}/google/auth/metrics.pyo 103${PYSITELIB}/google/auth/metrics.pyo
109${PYSITELIB}/google/auth/pluggable.py 104${PYSITELIB}/google/auth/pluggable.py
110${PYSITELIB}/google/auth/pluggable.pyc 105${PYSITELIB}/google/auth/pluggable.pyc
111${PYSITELIB}/google/auth/pluggable.pyo 106${PYSITELIB}/google/auth/pluggable.pyo
112${PYSITELIB}/google/auth/transport/__init__.py 107${PYSITELIB}/google/auth/transport/__init__.py
113${PYSITELIB}/google/auth/transport/__init__.pyc 108${PYSITELIB}/google/auth/transport/__init__.pyc
114${PYSITELIB}/google/auth/transport/__init__.pyo 109${PYSITELIB}/google/auth/transport/__init__.pyo
115${PYSITELIB}/google/auth/transport/_aiohttp_requests.py 110${PYSITELIB}/google/auth/transport/_aiohttp_requests.py
116${PYSITELIB}/google/auth/transport/_aiohttp_requests.pyc 111${PYSITELIB}/google/auth/transport/_aiohttp_requests.pyc
117${PYSITELIB}/google/auth/transport/_aiohttp_requests.pyo 112${PYSITELIB}/google/auth/transport/_aiohttp_requests.pyo
118${PYSITELIB}/google/auth/transport/_custom_tls_signer.py 113${PYSITELIB}/google/auth/transport/_custom_tls_signer.py
119${PYSITELIB}/google/auth/transport/_custom_tls_signer.pyc 114${PYSITELIB}/google/auth/transport/_custom_tls_signer.pyc
120${PYSITELIB}/google/auth/transport/_custom_tls_signer.pyo 115${PYSITELIB}/google/auth/transport/_custom_tls_signer.pyo
121${PYSITELIB}/google/auth/transport/_http_client.py 116${PYSITELIB}/google/auth/transport/_http_client.py
122${PYSITELIB}/google/auth/transport/_http_client.pyc 117${PYSITELIB}/google/auth/transport/_http_client.pyc
123${PYSITELIB}/google/auth/transport/_http_client.pyo 118${PYSITELIB}/google/auth/transport/_http_client.pyo
124${PYSITELIB}/google/auth/transport/_mtls_helper.py 119${PYSITELIB}/google/auth/transport/_mtls_helper.py
125${PYSITELIB}/google/auth/transport/_mtls_helper.pyc 120${PYSITELIB}/google/auth/transport/_mtls_helper.pyc
126${PYSITELIB}/google/auth/transport/_mtls_helper.pyo 121${PYSITELIB}/google/auth/transport/_mtls_helper.pyo
127${PYSITELIB}/google/auth/transport/grpc.py 122${PYSITELIB}/google/auth/transport/grpc.py
128${PYSITELIB}/google/auth/transport/grpc.pyc 123${PYSITELIB}/google/auth/transport/grpc.pyc
129${PYSITELIB}/google/auth/transport/grpc.pyo 124${PYSITELIB}/google/auth/transport/grpc.pyo
130${PYSITELIB}/google/auth/transport/mtls.py 125${PYSITELIB}/google/auth/transport/mtls.py
131${PYSITELIB}/google/auth/transport/mtls.pyc 126${PYSITELIB}/google/auth/transport/mtls.pyc
132${PYSITELIB}/google/auth/transport/mtls.pyo 127${PYSITELIB}/google/auth/transport/mtls.pyo
133${PYSITELIB}/google/auth/transport/requests.py 128${PYSITELIB}/google/auth/transport/requests.py
134${PYSITELIB}/google/auth/transport/requests.pyc 129${PYSITELIB}/google/auth/transport/requests.pyc
135${PYSITELIB}/google/auth/transport/requests.pyo 130${PYSITELIB}/google/auth/transport/requests.pyo
136${PYSITELIB}/google/auth/transport/urllib3.py 131${PYSITELIB}/google/auth/transport/urllib3.py
137${PYSITELIB}/google/auth/transport/urllib3.pyc 132${PYSITELIB}/google/auth/transport/urllib3.pyc
138${PYSITELIB}/google/auth/transport/urllib3.pyo 133${PYSITELIB}/google/auth/transport/urllib3.pyo
139${PYSITELIB}/google/auth/version.py 134${PYSITELIB}/google/auth/version.py
140${PYSITELIB}/google/auth/version.pyc 135${PYSITELIB}/google/auth/version.pyc
141${PYSITELIB}/google/auth/version.pyo 136${PYSITELIB}/google/auth/version.pyo
142${PYSITELIB}/google/oauth2/__init__.py 137${PYSITELIB}/google/oauth2/__init__.py
143${PYSITELIB}/google/oauth2/__init__.pyc 138${PYSITELIB}/google/oauth2/__init__.pyc
144${PYSITELIB}/google/oauth2/__init__.pyo 139${PYSITELIB}/google/oauth2/__init__.pyo
145${PYSITELIB}/google/oauth2/_client.py 140${PYSITELIB}/google/oauth2/_client.py
146${PYSITELIB}/google/oauth2/_client.pyc 141${PYSITELIB}/google/oauth2/_client.pyc
147${PYSITELIB}/google/oauth2/_client.pyo 142${PYSITELIB}/google/oauth2/_client.pyo
148${PYSITELIB}/google/oauth2/_client_async.py 143${PYSITELIB}/google/oauth2/_client_async.py
149${PYSITELIB}/google/oauth2/_client_async.pyc 144${PYSITELIB}/google/oauth2/_client_async.pyc
150${PYSITELIB}/google/oauth2/_client_async.pyo 145${PYSITELIB}/google/oauth2/_client_async.pyo
151${PYSITELIB}/google/oauth2/_credentials_async.py 146${PYSITELIB}/google/oauth2/_credentials_async.py
152${PYSITELIB}/google/oauth2/_credentials_async.pyc 147${PYSITELIB}/google/oauth2/_credentials_async.pyc
153${PYSITELIB}/google/oauth2/_credentials_async.pyo 148${PYSITELIB}/google/oauth2/_credentials_async.pyo
154${PYSITELIB}/google/oauth2/_id_token_async.py 149${PYSITELIB}/google/oauth2/_id_token_async.py
155${PYSITELIB}/google/oauth2/_id_token_async.pyc 150${PYSITELIB}/google/oauth2/_id_token_async.pyc
156${PYSITELIB}/google/oauth2/_id_token_async.pyo 151${PYSITELIB}/google/oauth2/_id_token_async.pyo
157${PYSITELIB}/google/oauth2/_reauth_async.py 152${PYSITELIB}/google/oauth2/_reauth_async.py
158${PYSITELIB}/google/oauth2/_reauth_async.pyc 153${PYSITELIB}/google/oauth2/_reauth_async.pyc
159${PYSITELIB}/google/oauth2/_reauth_async.pyo 154${PYSITELIB}/google/oauth2/_reauth_async.pyo
160${PYSITELIB}/google/oauth2/_service_account_async.py 155${PYSITELIB}/google/oauth2/_service_account_async.py
161${PYSITELIB}/google/oauth2/_service_account_async.pyc 156${PYSITELIB}/google/oauth2/_service_account_async.pyc
162${PYSITELIB}/google/oauth2/_service_account_async.pyo 157${PYSITELIB}/google/oauth2/_service_account_async.pyo
163${PYSITELIB}/google/oauth2/challenges.py 158${PYSITELIB}/google/oauth2/challenges.py
164${PYSITELIB}/google/oauth2/challenges.pyc 159${PYSITELIB}/google/oauth2/challenges.pyc
165${PYSITELIB}/google/oauth2/challenges.pyo 160${PYSITELIB}/google/oauth2/challenges.pyo
166${PYSITELIB}/google/oauth2/credentials.py 161${PYSITELIB}/google/oauth2/credentials.py
167${PYSITELIB}/google/oauth2/credentials.pyc 162${PYSITELIB}/google/oauth2/credentials.pyc
168${PYSITELIB}/google/oauth2/credentials.pyo 163${PYSITELIB}/google/oauth2/credentials.pyo
169${PYSITELIB}/google/oauth2/gdch_credentials.py 164${PYSITELIB}/google/oauth2/gdch_credentials.py
170${PYSITELIB}/google/oauth2/gdch_credentials.pyc 165${PYSITELIB}/google/oauth2/gdch_credentials.pyc
171${PYSITELIB}/google/oauth2/gdch_credentials.pyo 166${PYSITELIB}/google/oauth2/gdch_credentials.pyo
172${PYSITELIB}/google/oauth2/id_token.py 167${PYSITELIB}/google/oauth2/id_token.py
173${PYSITELIB}/google/oauth2/id_token.pyc 168${PYSITELIB}/google/oauth2/id_token.pyc
174${PYSITELIB}/google/oauth2/id_token.pyo 169${PYSITELIB}/google/oauth2/id_token.pyo
175${PYSITELIB}/google/oauth2/reauth.py 170${PYSITELIB}/google/oauth2/reauth.py
176${PYSITELIB}/google/oauth2/reauth.pyc 171${PYSITELIB}/google/oauth2/reauth.pyc
177${PYSITELIB}/google/oauth2/reauth.pyo 172${PYSITELIB}/google/oauth2/reauth.pyo
178${PYSITELIB}/google/oauth2/service_account.py 173${PYSITELIB}/google/oauth2/service_account.py
179${PYSITELIB}/google/oauth2/service_account.pyc 174${PYSITELIB}/google/oauth2/service_account.pyc
180${PYSITELIB}/google/oauth2/service_account.pyo 175${PYSITELIB}/google/oauth2/service_account.pyo
181${PYSITELIB}/google/oauth2/sts.py 176${PYSITELIB}/google/oauth2/sts.py
182${PYSITELIB}/google/oauth2/sts.pyc 177${PYSITELIB}/google/oauth2/sts.pyc
183${PYSITELIB}/google/oauth2/sts.pyo 178${PYSITELIB}/google/oauth2/sts.pyo
184${PYSITELIB}/google/oauth2/utils.py 179${PYSITELIB}/google/oauth2/utils.py
185${PYSITELIB}/google/oauth2/utils.pyc 180${PYSITELIB}/google/oauth2/utils.pyc
186${PYSITELIB}/google/oauth2/utils.pyo 181${PYSITELIB}/google/oauth2/utils.pyo
 182${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 183${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 184${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 185${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 186${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt

cvs diff -r1.58 -r1.59 pkgsrc/security/py-google-auth/distinfo (switch to unified diff)

--- pkgsrc/security/py-google-auth/distinfo 2023/12/07 08:37:16 1.58
+++ pkgsrc/security/py-google-auth/distinfo 2023/12/13 13:52:45 1.59
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.58 2023/12/07 08:37:16 wiz Exp $ 1$NetBSD: distinfo,v 1.59 2023/12/13 13:52:45 wiz Exp $
2 2
3BLAKE2s (google-auth-2.24.0.tar.gz) = c91326fc62856731a01367f6d518bb953e79b894625cefc3ed9bc6199ac6a40b 3BLAKE2s (google-auth-2.25.2.tar.gz) = 4c92548229d2844fa74196dd0a1df52749477f6c34aacdd536bd31cbe9cbcd81
4SHA512 (google-auth-2.24.0.tar.gz) = e4987b8e52be45e2fd2906525e1a4645f73b2322a6d7055f9b9c00555f4ffe05b7cda6e21cbf9f491e1e0f2b43772050017b7473b24a92cf5ca6ae6e589a15e0 4SHA512 (google-auth-2.25.2.tar.gz) = 2f03dbe6664cfd7086da82154a8fbea6cb97f3f05992faa0fc11399248d645eafa0b63e4f45e248ff73de693c15050f3dfa7060b0f46c8b22919619d5ebb82e2
5Size (google-auth-2.24.0.tar.gz) = 234771 bytes 5Size (google-auth-2.25.2.tar.gz) = 235648 bytes