From f540f387b2cabed048bee3ba676f6c656dc6aa6e595c96f3367328a7366f06c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 18 Jun 2020 11:14:06 +0000 Subject: [PATCH] Accepting request 815721 from home:glaubitz:branches:devel:languages:python - Update to 1.17.2 + Bug Fixes * narrow acceptable RSA versions to maintain Python 2 compatability (#528) - from version 1.17.1 + Features * add quota_project_id to service accounts; add with_quota_project methods (#519) - from version 1.16.1 + Bug Fixes * fix impersonated cred exception doc (#521) * replace environment variable GCE_METADATA_ROOT with GCE_METADATA_HOST (#433) - from version 1.16.0 + Features * add helper func to for default encrypted cert (#514) + Bug Fixes * fix impersonated cred for gcloud (#516) OBS-URL: https://build.opensuse.org/request/show/815721 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=20 --- google-auth-1.15.0.tar.gz | 3 --- google-auth-1.17.2.tar.gz | 3 +++ python-google-auth.changes | 19 +++++++++++++++++++ python-google-auth.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 google-auth-1.15.0.tar.gz create mode 100644 google-auth-1.17.2.tar.gz diff --git a/google-auth-1.15.0.tar.gz b/google-auth-1.15.0.tar.gz deleted file mode 100644 index 42d4c0b..0000000 --- a/google-auth-1.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbf25fee328c0828ef293459d9c649ef84ee44c0b932bb999d19df0ead1b40cf -size 103730 diff --git a/google-auth-1.17.2.tar.gz b/google-auth-1.17.2.tar.gz new file mode 100644 index 0000000..e24f689 --- /dev/null +++ b/google-auth-1.17.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e634b649967d83c02dd386ecae9ce4a571528d59d51a4228757e45f5404a060b +size 105042 diff --git a/python-google-auth.changes b/python-google-auth.changes index e9d64a5..77411f1 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Jun 18 10:30:04 UTC 2020 - John Paul Adrian Glaubitz + +- Update to 1.17.2 + + Bug Fixes + * narrow acceptable RSA versions to maintain Python 2 compatability (#528) +- from version 1.17.1 + + Features + * add quota_project_id to service accounts; add with_quota_project methods (#519) +- from version 1.16.1 + + Bug Fixes + * fix impersonated cred exception doc (#521) + * replace environment variable GCE_METADATA_ROOT with GCE_METADATA_HOST (#433) +- from version 1.16.0 + + Features + * add helper func to for default encrypted cert (#514) + + Bug Fixes + * fix impersonated cred for gcloud (#516) + ------------------------------------------------------------------- Mon May 25 11:24:30 UTC 2020 - Paolo Stivanin diff --git a/python-google-auth.spec b/python-google-auth.spec index 1abfdc9..afc8305 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-google-auth -Version: 1.15.0 +Version: 1.17.2 Release: 0 Summary: Google Authentication Library License: Apache-2.0