1
0

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:
Ana Guerrero 2024-07-11 18:29:24 +00:00 committed by Git OBS Bridge
commit d1355b60ce
4 changed files with 13 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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