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.15.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/adedb84ecf96
branches:  trunk
changeset: 389892:adedb84ecf96
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Dec 12 09:49:33 2022 +0000

description:
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…

diffstat:

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

diffs (44 lines):

diff -r 317654cb85c8 -r adedb84ecf96 security/py-google-auth/Makefile
--- a/security/py-google-auth/Makefile  Mon Dec 12 09:46:23 2022 +0000
+++ b/security/py-google-auth/Makefile  Mon Dec 12 09:49:33 2022 +0000
@@ -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/}
diff -r 317654cb85c8 -r adedb84ecf96 security/py-google-auth/PLIST
--- a/security/py-google-auth/PLIST     Mon Dec 12 09:46:23 2022 +0000
+++ b/security/py-google-auth/PLIST     Mon Dec 12 09:49:33 2022 +0000
@@ -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/_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
diff -r 317654cb85c8 -r adedb84ecf96 security/py-google-auth/distinfo
--- a/security/py-google-auth/distinfo  Mon Dec 12 09:46:23 2022 +0000
+++ b/security/py-google-auth/distinfo  Mon Dec 12 09:49:33 2022 +0000
@@ -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