forked from pool/python-google-auth
Accepting request 1186602 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1186602 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=47
This commit is contained in:
commit
d1355b60ce
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87805c36970047247c8afe614d4e3af8eceafc1ebba0c679fe75ddd1d575e871
|
||||
size 252986
|
3
google_auth-2.32.0.tar.gz
Normal file
3
google_auth-2.32.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49315be72c55a6a37d62819e3573f6b416aca00721f7e3e31a008d928bf64022
|
||||
size 254614
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 10 08:17:34 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 2.32.0
|
||||
* Adds support for X509 workload credential type (#1541)
|
||||
- Adjust upstream source name in spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 5 10:08:50 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -18,12 +18,12 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-google-auth
|
||||
Version: 2.31.0
|
||||
Version: 2.32.0
|
||||
Release: 0
|
||||
Summary: Google Authentication Library
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/googleapis/google-auth-library-python
|
||||
Source: https://files.pythonhosted.org/packages/source/g/google-auth/google-auth-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/g/google-auth/google_auth-%{version}.tar.gz
|
||||
# https://github.com/googleapis/google-auth-library-python/issues/1055
|
||||
Patch1: python-google-auth-no-mock.patch
|
||||
BuildRequires: %{python_module Flask}
|
||||
@ -59,7 +59,7 @@ BuildArch: noarch
|
||||
This library simplifies using Google’s various server-to-server authentication mechanisms to access Google APIs.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n google-auth-%{version}
|
||||
%autosetup -p1 -n google_auth-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
Loading…
Reference in New Issue
Block a user