From f5dc15933679550dab2a4e441c157db5f97ae883a3a1102d9aac9d973449e9ea Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 4 Jan 2023 22:21:24 +0000 Subject: [PATCH] - update to v0.8.0: * Add support for Python 3.11 * Introduce granted scopes to credentials OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth-oauthlib?expand=0&rev=22 --- google-auth-oauthlib-0.7.1.tar.gz | 3 --- google-auth-oauthlib-0.8.0.tar.gz | 3 +++ python-google-auth-oauthlib.changes | 7 +++++++ python-google-auth-oauthlib.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 google-auth-oauthlib-0.7.1.tar.gz create mode 100644 google-auth-oauthlib-0.8.0.tar.gz diff --git a/google-auth-oauthlib-0.7.1.tar.gz b/google-auth-oauthlib-0.7.1.tar.gz deleted file mode 100644 index db27e80..0000000 --- a/google-auth-oauthlib-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9940f543f77d1447432a93781d7c931fb53e418023351ad4bf9e92837a1154ec -size 21212 diff --git a/google-auth-oauthlib-0.8.0.tar.gz b/google-auth-oauthlib-0.8.0.tar.gz new file mode 100644 index 0000000..6298965 --- /dev/null +++ b/google-auth-oauthlib-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81056a310fb1c4a3e5a7e1a443e1eb96593c6bbc55b26c0261e4d3295d3e6593 +size 21351 diff --git a/python-google-auth-oauthlib.changes b/python-google-auth-oauthlib.changes index 0dd9a58..d3204b2 100644 --- a/python-google-auth-oauthlib.changes +++ b/python-google-auth-oauthlib.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 4 22:20:07 UTC 2023 - Dirk Müller + +- update to v0.8.0: + * Add support for Python 3.11 + * Introduce granted scopes to credentials + ------------------------------------------------------------------- Mon Nov 7 17:14:38 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-google-auth-oauthlib.spec b/python-google-auth-oauthlib.spec index f610fe5..e0fb13e 100644 --- a/python-google-auth-oauthlib.spec +++ b/python-google-auth-oauthlib.spec @@ -1,7 +1,7 @@ # # spec file for package python-google-auth-oauthlib # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,11 +19,11 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-google-auth-oauthlib -Version: 0.7.1 +Version: 0.8.0 Release: 0 Summary: Google authentication library License: Apache-2.0 -URL: https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib +URL: https://github.com/googleapis/google-auth-library-python-oauthlib Source: https://files.pythonhosted.org/packages/source/g/google-auth-oauthlib/google-auth-oauthlib-%{version}.tar.gz # https://github.com/googleapis/google-auth-library-python-oauthlib/issues/207 Patch0: python-google-auth-oauthlib-no-mock.patch