17
0

Accepting request 736031 from devel:languages:python

- Update to 0.4.1:
  * Don't auto-generate code_verifier by default. (#48)

OBS-URL: https://build.opensuse.org/request/show/736031
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth-oauthlib?expand=0&rev=3
This commit is contained in:
2019-10-08 17:59:20 +00:00
committed by Git OBS Bridge
4 changed files with 10 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a8b0072048940d1f41c23c03576867e577e826fec140a1c7e148ec486e083ba
size 73664

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88d2cd115e3391eb85e1243ac6902e76e77c5fe438b7276b297fbe68015458dd
size 18687

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 8 09:01:57 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.4.1:
* Don't auto-generate code_verifier by default. (#48)
-------------------------------------------------------------------
Thu Sep 12 11:30:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -18,11 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-google-auth-oauthlib
Version: 0.4.0
Version: 0.4.1
Release: 0
Summary: Google authentication library
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib
Source: https://files.pythonhosted.org/packages/source/g/google-auth-oauthlib/google-auth-oauthlib-%{version}.tar.gz
BuildRequires: %{python_module setuptools}