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 Jul 27 05:24:28 UTC 2021

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/py-google-auth/PLIST
cvs rdiff -u -r1.35 -r1.36 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.38 pkgsrc/security/py-google-auth/Makefile:1.39
--- pkgsrc/security/py-google-auth/Makefile:1.38        Tue May 25 05:35:52 2021
+++ pkgsrc/security/py-google-auth/Makefile     Tue Jul 27 05:24:28 2021
@@ -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/}

Index: pkgsrc/security/py-google-auth/PLIST
diff -u pkgsrc/security/py-google-auth/PLIST:1.9 pkgsrc/security/py-google-auth/PLIST:1.10
--- pkgsrc/security/py-google-auth/PLIST:1.9    Wed May 12 18:17:35 2021
+++ pkgsrc/security/py-google-auth/PLIST        Tue Jul 27 05:24:28 2021
@@ -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/es256.pyo
 ${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

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.35 pkgsrc/security/py-google-auth/distinfo:1.36
--- pkgsrc/security/py-google-auth/distinfo:1.35        Tue May 25 05:35:52 2021
+++ pkgsrc/security/py-google-auth/distinfo     Tue Jul 27 05:24:28 2021
@@ -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