From bb180f0b2b9d69a211d7e7c9673b5e6a0ea20e94b0268392f28d560bf77b4478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 10 Sep 2020 13:51:44 +0000 Subject: [PATCH] Accepting request 833479 from home:glaubitz:branches:devel:languages:python - Update to 1.21.1 * dummy commit to trigger a auto release (#597) - from version 1.21.0 * add GOOGLE_API_USE_CLIENT_CERTIFICATE support (#592) - from version 1.20.1 * reduce refresh clock skew to 10 seconds (#581) * set Content-Type header in the request to signBlob API to avoid Invalid JSON payload error (#439) - from version 1.20.0 * Add debug logging that can help with diagnosing auth lib. path (#473) * Show the transport exception that happened for GCE Metadata (#474) * **packaging:** add support for Python 3.8 (#569), closes (#568) - from version 1.19.2 * Revert "fix: migrate signBlob to iamcredentials.googleapis.com" (#563) - from version 1.19.1 * don't add empty quota project (#560) - from version 1.19.0 * add quota project to base credentials class (#546) * check 'iss' in `verify_oauth2_token` (#500) * migrate signBlob to iamcredentials.googleapis.com (#553) * remove 3.4 from supported versions list (#549) - from version 1.18.0 * make ``load_credentials_from_file`` a public method (#530) * no warning if quota_project_id is given (#537) OBS-URL: https://build.opensuse.org/request/show/833479 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=24 --- google-auth-1.17.2.tar.gz | 3 --- google-auth-1.21.1.tar.gz | 3 +++ python-google-auth.changes | 28 ++++++++++++++++++++++++++++ python-google-auth.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 google-auth-1.17.2.tar.gz create mode 100644 google-auth-1.21.1.tar.gz diff --git a/google-auth-1.17.2.tar.gz b/google-auth-1.17.2.tar.gz deleted file mode 100644 index e24f689..0000000 --- a/google-auth-1.17.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e634b649967d83c02dd386ecae9ce4a571528d59d51a4228757e45f5404a060b -size 105042 diff --git a/google-auth-1.21.1.tar.gz b/google-auth-1.21.1.tar.gz new file mode 100644 index 0000000..140270a --- /dev/null +++ b/google-auth-1.21.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcbd9f970e7144fe933908aa286d7a12c44b7deb6d78a76871f0377a29d09789 +size 108685 diff --git a/python-google-auth.changes b/python-google-auth.changes index f16182a..5f1d4d4 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Thu Sep 10 12:12:06 UTC 2020 - John Paul Adrian Glaubitz + +- Update to 1.21.1 + * dummy commit to trigger a auto release (#597) +- from version 1.21.0 + * add GOOGLE_API_USE_CLIENT_CERTIFICATE support (#592) +- from version 1.20.1 + * reduce refresh clock skew to 10 seconds (#581) + * set Content-Type header in the request to signBlob API + to avoid Invalid JSON payload error (#439) +- from version 1.20.0 + * Add debug logging that can help with diagnosing auth lib. path (#473) + * Show the transport exception that happened for GCE Metadata (#474) + * **packaging:** add support for Python 3.8 (#569), closes (#568) +- from version 1.19.2 + * Revert "fix: migrate signBlob to iamcredentials.googleapis.com" (#563) +- from version 1.19.1 + * don't add empty quota project (#560) +- from version 1.19.0 + * add quota project to base credentials class (#546) + * check 'iss' in `verify_oauth2_token` (#500) + * migrate signBlob to iamcredentials.googleapis.com (#553) + * remove 3.4 from supported versions list (#549) +- from version 1.18.0 + * make ``load_credentials_from_file`` a public method (#530) + * no warning if quota_project_id is given (#537) + ------------------------------------------------------------------- Mon Jun 29 16:21:32 UTC 2020 - Sean Marlow diff --git a/python-google-auth.spec b/python-google-auth.spec index f1c3018..2cf2a91 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.17.2 +Version: 1.21.1 Release: 0 Summary: Google Authentication Library License: Apache-2.0