From d4c65819e92515a430bb00a45546e0101389ef0c2033dadfdc2c45c4d1cc9a52 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 19 Jul 2023 14:26:06 +0000 Subject: [PATCH] Accepting request 1099243 from home:glaubitz:branches:devel:languages:python - Update to 2.22.0 * Adding meta header for trust boundary (#1334) * Introduce compatibility with native namespace packages (#1205) * Deprecate UserAccessTokenCredentials (#1344) - Update file list in %files section OBS-URL: https://build.opensuse.org/request/show/1099243 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=67 --- google-auth-2.21.0.tar.gz | 3 --- google-auth-2.22.0.tar.gz | 3 +++ python-google-auth.changes | 9 +++++++++ python-google-auth.spec | 3 +-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 google-auth-2.21.0.tar.gz create mode 100644 google-auth-2.22.0.tar.gz diff --git a/google-auth-2.21.0.tar.gz b/google-auth-2.21.0.tar.gz deleted file mode 100644 index 9ce878d..0000000 --- a/google-auth-2.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b28e8048e57727e7cf0e5bd8e7276b212aef476654a09511354aa82753b45c66 -size 230720 diff --git a/google-auth-2.22.0.tar.gz b/google-auth-2.22.0.tar.gz new file mode 100644 index 0000000..de18b9e --- /dev/null +++ b/google-auth-2.22.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164cba9af4e6e4e40c3a4f90a1a6c12ee56f14c0b4868d1ca91b32826ab334ce +size 231433 diff --git a/python-google-auth.changes b/python-google-auth.changes index 9d78361..d7ffabe 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jul 18 10:56:40 UTC 2023 - John Paul Adrian Glaubitz + +- Update to 2.22.0 + * Adding meta header for trust boundary (#1334) + * Introduce compatibility with native namespace packages (#1205) + * Deprecate UserAccessTokenCredentials (#1344) +- Update file list in %files section + ------------------------------------------------------------------- Mon Jul 10 08:18:34 UTC 2023 - Dominique Leuenberger diff --git a/python-google-auth.spec b/python-google-auth.spec index f94343a..5f0d730 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-google-auth -Version: 2.21.0 +Version: 2.22.0 Release: 0 Summary: Google Authentication Library License: Apache-2.0 @@ -84,6 +84,5 @@ This library simplifies using Google’s various server-to-server authentication %{python_sitelib}/google/auth %{python_sitelib}/google/oauth2 %{python_sitelib}/google_auth-%{version}*-info -%{python_sitelib}/google_auth-%{version}*-nspkg.pth %changelog