From 9a59355387698a639653a80a0e4285d9ac60ee7fdb6357a3aa7af1c1e874cbc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 8 Oct 2019 09:02:52 +0000 Subject: [PATCH] - 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 --- google-auth-oauthlib-0.4.0.tar.gz | 3 --- google-auth-oauthlib-0.4.1.tar.gz | 3 +++ python-google-auth-oauthlib.changes | 6 ++++++ python-google-auth-oauthlib.spec | 3 +-- 4 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 google-auth-oauthlib-0.4.0.tar.gz create mode 100644 google-auth-oauthlib-0.4.1.tar.gz diff --git a/google-auth-oauthlib-0.4.0.tar.gz b/google-auth-oauthlib-0.4.0.tar.gz deleted file mode 100644 index 9c6bb44..0000000 --- a/google-auth-oauthlib-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a8b0072048940d1f41c23c03576867e577e826fec140a1c7e148ec486e083ba -size 73664 diff --git a/google-auth-oauthlib-0.4.1.tar.gz b/google-auth-oauthlib-0.4.1.tar.gz new file mode 100644 index 0000000..490838b --- /dev/null +++ b/google-auth-oauthlib-0.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d2cd115e3391eb85e1243ac6902e76e77c5fe438b7276b297fbe68015458dd +size 18687 diff --git a/python-google-auth-oauthlib.changes b/python-google-auth-oauthlib.changes index 95c6540..2deea8a 100644 --- a/python-google-auth-oauthlib.changes +++ b/python-google-auth-oauthlib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 8 09:01:57 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-google-auth-oauthlib.spec b/python-google-auth-oauthlib.spec index b1bfda5..86f60e6 100644 --- a/python-google-auth-oauthlib.spec +++ b/python-google-auth-oauthlib.spec @@ -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}