14
0
2024-07-16 20:02:39 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 6 deletions

Binary file not shown.

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 15 13:24:24 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <steven.kowalik@suse.com>

View File

@@ -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