14
0

- Update to 0.4.1:

* Don't auto-generate code_verifier by default. (#48)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth-oauthlib?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-10-08 09:02:52 +00:00
committed by Git OBS Bridge
parent 1a1b4f747c
commit 9a59355387
4 changed files with 10 additions and 5 deletions

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}