diff --git a/google-auth-oauthlib-1.2.0.tar.gz b/google-auth-oauthlib-1.2.0.tar.gz deleted file mode 100644 index 638838c..0000000 --- a/google-auth-oauthlib-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:292d2d3783349f2b0734a0a0207b1e1e322ac193c2c09d8f7c613fb7cc501ea8 -size 24829 diff --git a/google_auth_oauthlib-1.2.1.tar.gz b/google_auth_oauthlib-1.2.1.tar.gz new file mode 100644 index 0000000..e9189b8 --- /dev/null +++ b/google_auth_oauthlib-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd0cad092a2eaa53cd8e8298557d6de1034c6cb4a740500b5357b648af97263 +size 24970 diff --git a/python-google-auth-oauthlib.changes b/python-google-auth-oauthlib.changes index 6c60a4e..03d5066 100644 --- a/python-google-auth-oauthlib.changes +++ b/python-google-auth-oauthlib.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 15 13:24:24 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 1.2.1 + * Clean up local server socket on error (#339) +- Adjust upstream source name in spec file + ------------------------------------------------------------------- Thu Feb 29 23:23:16 UTC 2024 - Steve Kowalik diff --git a/python-google-auth-oauthlib.spec b/python-google-auth-oauthlib.spec index 06429d0..ed8f3e7 100644 --- a/python-google-auth-oauthlib.spec +++ b/python-google-auth-oauthlib.spec @@ -18,12 +18,12 @@ %{?sle15_python_module_pythons} Name: python-google-auth-oauthlib -Version: 1.2.0 +Version: 1.2.1 Release: 0 Summary: Google authentication library License: Apache-2.0 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 +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 BuildRequires: %{python_module pip} @@ -48,7 +48,7 @@ BuildRequires: %{python_module requests-oauthlib >= 0.7.0} This library provides oauthlib integration with google-auth. %prep -%autosetup -p1 -n google-auth-oauthlib-%{version} +%autosetup -p1 -n google_auth_oauthlib-%{version} rm -rf docs rm -rf tests/__pycache__/ rm -rf tests/*.pyc