Wed Dec 13 13:52:46 2023 UTC (165d)
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 (expand / 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 (expand / 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,19 +1,14 @@ @@ -1,19 +1,14 @@
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
@@ -174,13 +169,18 @@ ${PYSITELIB}/google/oauth2/id_token.pyc @@ -174,13 +169,18 @@ ${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 (expand / 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