From be9b275f44ccee16554d41683af993bded25a9c9d12448ccec93595f56116089 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 2 Dec 2022 12:19:18 +0000 Subject: [PATCH] Accepting request 1039539 from home:glaubitz:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 2.15.0 * Add api_key credentials (#1184) * Introduce a way to provide scopes granted by user (#1189) * Allow mtls sts endpoint for external account token urls. (#1185) * CI broken by removal of py.path (#1194) * Ensure JWT segments have the right types (#1162) * Updated the lower bound of interactive timeout and fix the kwarg… (#1182) OBS-URL: https://build.opensuse.org/request/show/1039539 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=50 --- google-auth-2.14.1.tar.gz | 3 --- google-auth-2.15.0.tar.gz | 3 +++ python-google-auth.changes | 11 +++++++++++ python-google-auth.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 google-auth-2.14.1.tar.gz create mode 100644 google-auth-2.15.0.tar.gz diff --git a/google-auth-2.14.1.tar.gz b/google-auth-2.14.1.tar.gz deleted file mode 100644 index 248a576..0000000 --- a/google-auth-2.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccaa901f31ad5cbb562615eb8b664b3dd0bf5404a67618e642307f00613eda4d -size 220079 diff --git a/google-auth-2.15.0.tar.gz b/google-auth-2.15.0.tar.gz new file mode 100644 index 0000000..30af624 --- /dev/null +++ b/google-auth-2.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f12a6cfc968d754d7bdab369c5c5c16032106e52d32c6dfd8484e4c01a6d1f +size 221698 diff --git a/python-google-auth.changes b/python-google-auth.changes index b3c91a4..f990ea4 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Dec 2 10:25:44 UTC 2022 - John Paul Adrian Glaubitz + +- Update to 2.15.0 + * Add api_key credentials (#1184) + * Introduce a way to provide scopes granted by user (#1189) + * Allow mtls sts endpoint for external account token urls. (#1185) + * CI broken by removal of py.path (#1194) + * Ensure JWT segments have the right types (#1162) + * Updated the lower bound of interactive timeout and fix the kwarg… (#1182) + ------------------------------------------------------------------- Wed Nov 16 15:26:38 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-google-auth.spec b/python-google-auth.spec index e4a6aac..06aff3f 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-google-auth -Version: 2.14.1 +Version: 2.15.0 Release: 0 Summary: Google Authentication Library License: Apache-2.0