14
0

Accepting request 1056090 from devel:languages:python

- update to v0.8.0:
  * Add support for Python 3.11
  * Introduce granted scopes to credentials

OBS-URL: https://build.opensuse.org/request/show/1056090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth-oauthlib?expand=0&rev=12
This commit is contained in:
2023-01-05 14:01:05 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9940f543f77d1447432a93781d7c931fb53e418023351ad4bf9e92837a1154ec
size 21212

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81056a310fb1c4a3e5a7e1a443e1eb96593c6bbc55b26c0261e4d3295d3e6593
size 21351

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jan 4 22:20:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <adrian.glaubitz@suse.com>

View File

@@ -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