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}