pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-google-auth py-google-auth: updated to 2.13.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ad0a5409421
branches:  trunk
changeset: 387274:4ad0a5409421
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 25 19:12:58 2022 +0000

description:
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".

diffstat:

 security/py-google-auth/Makefile |  17 +++++++++--------
 security/py-google-auth/PLIST    |  22 ++++++++++++++--------
 security/py-google-auth/distinfo |   8 ++++----
 3 files changed, 27 insertions(+), 20 deletions(-)

diffs (104 lines):

diff -r 3c0324b4b5b2 -r 4ad0a5409421 security/py-google-auth/Makefile
--- a/security/py-google-auth/Makefile  Tue Oct 25 19:05:06 2022 +0000
+++ b/security/py-google-auth/Makefile  Tue Oct 25 19:12:58 2022 +0000
@@ -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 @@
 
 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
+TEST_DEPENDS+= ${PYPKGPREFIX}-u2f-[0-9]*:../../security/py-u2f
+
+USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-cachetools
 
-USE_LANGUAGES= # none
-
 do-test:
-       cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
 .include "../../lang/python/egg.mk"
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography
diff -r 3c0324b4b5b2 -r 4ad0a5409421 security/py-google-auth/PLIST
--- a/security/py-google-auth/PLIST     Tue Oct 25 19:05:06 2022 +0000
+++ b/security/py-google-auth/PLIST     Tue Oct 25 19:12:58 2022 +0000
@@ -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_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/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/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
diff -r 3c0324b4b5b2 -r 4ad0a5409421 security/py-google-auth/distinfo
--- a/security/py-google-auth/distinfo  Tue Oct 25 19:05:06 2022 +0000
+++ b/security/py-google-auth/distinfo  Tue Oct 25 19:12:58 2022 +0000
@@ -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