pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-google-auth



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 25 19:12:59 UTC 2022

Modified Files:
        pkgsrc/security/py-google-auth: Makefile PLIST distinfo

Log Message:
py-google-auth: updated to 2.13.0

2.13.0 (2022-10-14)

Features

Adds new external account authorized user credentials
Implement pluggable auth interactive mode
Introduce the functionality to override token_uri in credentials

Bug Fixes

Adding one more pattern to relax the regex check for sts and impersonation url endpoints

2.12.0 (2022-09-26)

Features

Retry behavior

Bug Fixes

Modify RefreshError exception to use gcloud ADC command.
Revert "Update token refresh threshold from 20 seconds to 5 minutes".


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/py-google-auth/PLIST
cvs rdiff -u -r1.40 -r1.41 pkgsrc/security/py-google-auth/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-google-auth/Makefile
diff -u pkgsrc/security/py-google-auth/Makefile:1.43 pkgsrc/security/py-google-auth/Makefile:1.44
--- pkgsrc/security/py-google-auth/Makefile:1.43        Wed Oct 19 13:56:32 2022
+++ pkgsrc/security/py-google-auth/Makefile     Tue Oct 25 19:12:58 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2022/10/19 13:56:32 nia Exp $
+# $NetBSD: Makefile,v 1.44 2022/10/25 19:12:58 adam Exp $
 
-DISTNAME=      google-auth-2.11.0
+DISTNAME=      google-auth-2.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-auth/}
@@ -12,24 +12,25 @@ LICENSE=    apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-asn1-modules>=0.2.1:../../security/py-asn1-modules
 DEPENDS+=      ${PYPKGPREFIX}-cachetools>=2.0.0:../../devel/py-cachetools
+DEPENDS+=      ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-rsa>=3.1.4:../../security/py-rsa
 DEPENDS+=      ${PYPKGPREFIX}-setuptools>=40.3.0:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
+TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-oauth2client-[0-9]*:../../security/py-oauth2client
+TEST_DEPENDS+= ${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-localserver-[0-9]*:../../devel/py-test-localserver
-DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
-TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
-TEST_DEPENDS+= ${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-cachetools
+TEST_DEPENDS+= ${PYPKGPREFIX}-u2f-[0-9]*:../../security/py-u2f
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-cachetools
+
 do-test:
-       cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
 .include "../../lang/python/egg.mk"
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography

Index: pkgsrc/security/py-google-auth/PLIST
diff -u pkgsrc/security/py-google-auth/PLIST:1.11 pkgsrc/security/py-google-auth/PLIST:1.12
--- pkgsrc/security/py-google-auth/PLIST:1.11   Tue Aug 30 12:01:51 2022
+++ pkgsrc/security/py-google-auth/PLIST        Tue Oct 25 19:12:58 2022
@@ -1,4 +1,11 @@
-@comment $NetBSD: PLIST,v 1.11 2022/08/30 12:01:51 sborrill Exp $
+@comment $NetBSD: PLIST,v 1.12 2022/10/25 19:12:58 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_NAME}-nspkg.pth
 ${PYSITELIB}/google/auth/__init__.py
 ${PYSITELIB}/google/auth/__init__.pyc
 ${PYSITELIB}/google/auth/__init__.pyo
@@ -14,6 +21,9 @@ ${PYSITELIB}/google/auth/_default.pyo
 ${PYSITELIB}/google/auth/_default_async.py
 ${PYSITELIB}/google/auth/_default_async.pyc
 ${PYSITELIB}/google/auth/_default_async.pyo
+${PYSITELIB}/google/auth/_exponential_backoff.py
+${PYSITELIB}/google/auth/_exponential_backoff.pyc
+${PYSITELIB}/google/auth/_exponential_backoff.pyo
 ${PYSITELIB}/google/auth/_helpers.py
 ${PYSITELIB}/google/auth/_helpers.pyc
 ${PYSITELIB}/google/auth/_helpers.pyo
@@ -77,6 +87,9 @@ ${PYSITELIB}/google/auth/exceptions.pyo
 ${PYSITELIB}/google/auth/external_account.py
 ${PYSITELIB}/google/auth/external_account.pyc
 ${PYSITELIB}/google/auth/external_account.pyo
+${PYSITELIB}/google/auth/external_account_authorized_user.py
+${PYSITELIB}/google/auth/external_account_authorized_user.pyc
+${PYSITELIB}/google/auth/external_account_authorized_user.pyo
 ${PYSITELIB}/google/auth/iam.py
 ${PYSITELIB}/google/auth/iam.pyc
 ${PYSITELIB}/google/auth/iam.pyo
@@ -167,10 +180,3 @@ ${PYSITELIB}/google/oauth2/sts.pyo
 ${PYSITELIB}/google/oauth2/utils.py
 ${PYSITELIB}/google/oauth2/utils.pyc
 ${PYSITELIB}/google/oauth2/utils.pyo
-${PYSITELIB}/${EGG_NAME}-nspkg.pth
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.40 pkgsrc/security/py-google-auth/distinfo:1.41
--- pkgsrc/security/py-google-auth/distinfo:1.40        Tue Aug 30 12:01:51 2022
+++ pkgsrc/security/py-google-auth/distinfo     Tue Oct 25 19:12:58 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2022/08/30 12:01:51 sborrill Exp $
+$NetBSD: distinfo,v 1.41 2022/10/25 19:12:58 adam Exp $
 
-BLAKE2s (google-auth-2.11.0.tar.gz) = 46c9ccf5642cd21079eb54cfd76766cb0254701d78c26e1f5eb1c84fc6e180f1
-SHA512 (google-auth-2.11.0.tar.gz) = 0b2c8653184d95b1f0981326721a8604bee6737e2e4fb68c12d695c74e03406e6d189b00740c34ee74d6ae4032581bd099018f8eaf1d65759e4c5fa4127305cf
-Size (google-auth-2.11.0.tar.gz) = 205568 bytes
+BLAKE2s (google-auth-2.13.0.tar.gz) = 5f66bc35a306eb053464e2e2e58a5974b346cd96cd4bdb1b5503c24c8f70ddd9
+SHA512 (google-auth-2.13.0.tar.gz) = 253dd17466850b20212c8cbbeb29c35dbffb2f3205867c7fdf74e400e4f2f9bf3c9ca6ffc814e5c3e9c7cc918a6cc60e696bc98c5d969761101dee4109b7018e
+Size (google-auth-2.13.0.tar.gz) = 216209 bytes



Home | Main Index | Thread Index | Old Index