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:           Mon Dec 12 09:49:33 UTC 2022

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

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

2.15.0 (2022-12-01)

Features

Add api_key credentials
Introduce a way to provide scopes granted by user

Bug Fixes

Allow mtls sts endpoint for external account token urls.
CI broken by removal of py.path
Ensure JWT segments have the right types
Updated the lower bound of interactive timeout and fix the kwarg…


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/py-google-auth/PLIST
cvs rdiff -u -r1.42 -r1.43 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.45 pkgsrc/security/py-google-auth/Makefile:1.46
--- pkgsrc/security/py-google-auth/Makefile:1.45        Mon Nov 14 19:39:35 2022
+++ pkgsrc/security/py-google-auth/Makefile     Mon Dec 12 09:49:33 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2022/11/14 19:39:35 adam Exp $
+# $NetBSD: Makefile,v 1.46 2022/12/12 09:49:33 adam Exp $
 
-DISTNAME=      google-auth-2.14.1
+DISTNAME=      google-auth-2.15.0
 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.12 pkgsrc/security/py-google-auth/PLIST:1.13
--- pkgsrc/security/py-google-auth/PLIST:1.12   Tue Oct 25 19:12:58 2022
+++ pkgsrc/security/py-google-auth/PLIST        Mon Dec 12 09:49:33 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2022/10/25 19:12:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2022/12/12 09:49:33 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -36,6 +36,9 @@ ${PYSITELIB}/google/auth/_oauth2client.p
 ${PYSITELIB}/google/auth/_service_account_info.py
 ${PYSITELIB}/google/auth/_service_account_info.pyc
 ${PYSITELIB}/google/auth/_service_account_info.pyo
+${PYSITELIB}/google/auth/api_key.py
+${PYSITELIB}/google/auth/api_key.pyc
+${PYSITELIB}/google/auth/api_key.pyo
 ${PYSITELIB}/google/auth/app_engine.py
 ${PYSITELIB}/google/auth/app_engine.pyc
 ${PYSITELIB}/google/auth/app_engine.pyo

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.42 pkgsrc/security/py-google-auth/distinfo:1.43
--- pkgsrc/security/py-google-auth/distinfo:1.42        Mon Nov 14 19:39:35 2022
+++ pkgsrc/security/py-google-auth/distinfo     Mon Dec 12 09:49:33 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.42 2022/11/14 19:39:35 adam Exp $
+$NetBSD: distinfo,v 1.43 2022/12/12 09:49:33 adam Exp $
 
-BLAKE2s (google-auth-2.14.1.tar.gz) = e9ea8c34d352184d15358ea0d34b6a7ec3c8538eccc17743f290a7aa3920d2d1
-SHA512 (google-auth-2.14.1.tar.gz) = 1aec6b7104d71f58d1bc76472b204261eb6fc3030d0ed5f523bb125a9169544bc6266a8ae4573fce28423b689f2efcf57aadafc6c21876824fc17b2a96bbed95
-Size (google-auth-2.14.1.tar.gz) = 220079 bytes
+BLAKE2s (google-auth-2.15.0.tar.gz) = 783bc5da5b89e19bdaa5ada56a81a32477a1553ace6c41df534c99232e8d711b
+SHA512 (google-auth-2.15.0.tar.gz) = 4a564503195e4a96ac2a89bb208c37e434185439533913285ca03a3627f28e641a99224ae285ced84050fdc6073e075b1ba288e9a9c18d3e6adf70509b5ee68b
+Size (google-auth-2.15.0.tar.gz) = 221698 bytes



Home | Main Index | Thread Index | Old Index