forked from pool/python-google-auth-oauthlib
Accepting request 1187610 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1187610 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth-oauthlib?expand=0&rev=19
This commit is contained in:
Binary file not shown.
3
google_auth_oauthlib-1.2.1.tar.gz
Normal file
3
google_auth_oauthlib-1.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:afd0cad092a2eaa53cd8e8298557d6de1034c6cb4a740500b5357b648af97263
|
||||
size 24970
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user