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 1.33.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56603e135ff3
branches:  trunk
changeset: 456371:56603e135ff3
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jul 27 05:24:28 2021 +0000

description:
py-google-auth: updated to 1.33.1

1.33.1 (2021-07-20)

Bug Fixes
fallback to source creds expiration in downscoped tokens

Reverts
revert "feat: service account is able to use a private token endpoint

1.33.0 (2021-07-14)

Features
define CredentialAccessBoundary classes
define google.auth.downscoped.Credentials class
service account is able to use a private token endpoint

Bug Fixes
fix fetch_id_token credential lookup order to match adc

Documentation
fix code block formatting in 'user-guide.rst'

1.32.1 (2021-06-30)

Bug Fixes
avoid leaking sub-session created for '_auth_request'

1.32.0 (2021-06-16)

Features
allow scopes for self signed jwt

1.31.0 (2021-06-09)

Features
define useful properties on google.auth.external_account.Credentials

Bug Fixes
avoid deleting items while iterating

diffstat:

 security/py-google-auth/Makefile |   4 ++--
 security/py-google-auth/PLIST    |   5 ++++-
 security/py-google-auth/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 6932d7ebcb75 -r 56603e135ff3 security/py-google-auth/Makefile
--- a/security/py-google-auth/Makefile  Tue Jul 27 05:20:03 2021 +0000
+++ b/security/py-google-auth/Makefile  Tue Jul 27 05:24:28 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2021/05/25 05:35:52 adam Exp $
+# $NetBSD: Makefile,v 1.39 2021/07/27 05:24:28 adam Exp $
 
-DISTNAME=      google-auth-1.30.1
+DISTNAME=      google-auth-1.33.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-auth/}
diff -r 6932d7ebcb75 -r 56603e135ff3 security/py-google-auth/PLIST
--- a/security/py-google-auth/PLIST     Tue Jul 27 05:20:03 2021 +0000
+++ b/security/py-google-auth/PLIST     Tue Jul 27 05:24:28 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2021/05/12 18:17:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/07/27 05:24:28 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -72,6 +72,9 @@
 ${PYSITELIB}/google/auth/crypt/rsa.py
 ${PYSITELIB}/google/auth/crypt/rsa.pyc
 ${PYSITELIB}/google/auth/crypt/rsa.pyo
+${PYSITELIB}/google/auth/downscoped.py
+${PYSITELIB}/google/auth/downscoped.pyc
+${PYSITELIB}/google/auth/downscoped.pyo
 ${PYSITELIB}/google/auth/environment_vars.py
 ${PYSITELIB}/google/auth/environment_vars.pyc
 ${PYSITELIB}/google/auth/environment_vars.pyo
diff -r 6932d7ebcb75 -r 56603e135ff3 security/py-google-auth/distinfo
--- a/security/py-google-auth/distinfo  Tue Jul 27 05:20:03 2021 +0000
+++ b/security/py-google-auth/distinfo  Tue Jul 27 05:24:28 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2021/05/25 05:35:52 adam Exp $
+$NetBSD: distinfo,v 1.36 2021/07/27 05:24:28 adam Exp $
 
-SHA1 (google-auth-1.30.1.tar.gz) = 73fed2c425ba400c9db801bfa1930b4409920b80
-RMD160 (google-auth-1.30.1.tar.gz) = 40c241f7201287aeabae45e2ca9e9ae0a930fd0a
-SHA512 (google-auth-1.30.1.tar.gz) = 7e35f5be9be160ddef4b579c2e5bc966f1d64f8f0bb75220e22fd3edb9c6f6140bdcf68055fdb13dd370e3d543206900cc9403237eb328d69418a384a4d0fe26
-Size (google-auth-1.30.1.tar.gz) = 169244 bytes
+SHA1 (google-auth-1.33.1.tar.gz) = a9a9c340e06a6f5f8f89607e4496db4bf755f012
+RMD160 (google-auth-1.33.1.tar.gz) = f7914a022fd36fd4a061e48d0d6ed81d635fd0b5
+SHA512 (google-auth-1.33.1.tar.gz) = c54356b21af5ddeda88023b886631050e8e4306ed444093ed6589d13d95af402f03928dc5b5f44f9b4c038128ed254aa14de6d852108f44949c42e2d05304062
+Size (google-auth-1.33.1.tar.gz) = 178615 bytes



Home | Main Index | Thread Index | Old Index