Accepting request 1236166 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1236166 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=51
This commit is contained in:
commit
aaac06d6f2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:545e9618f2df0bcbb7dcbc45a546485b1212624716975a1ea5ae8149ce769ab1
|
||||
size 268336
|
3
google_auth-2.37.0.tar.gz
Normal file
3
google_auth-2.37.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0054623abf1f9c83492c63d3f47e77f0a544caa3d40b2d98e099a611c2dd5d00
|
||||
size 268878
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 11:34:17 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 2.37.0
|
||||
* Allow users to use jwk keys for verifying ID token (#1641)
|
||||
- from version 2.36.1
|
||||
* Improve user guide for Impersonation and SA (#1627)
|
||||
- Update BuildRequires and Recommends from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 5 11:00:48 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-google-auth
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-google-auth
|
||||
Version: 2.36.0
|
||||
Version: 2.37.0
|
||||
Release: 0
|
||||
Summary: Google Authentication Library
|
||||
License: Apache-2.0
|
||||
@ -27,6 +27,7 @@ Source: https://files.pythonhosted.org/packages/source/g/google-auth/goo
|
||||
# https://github.com/googleapis/google-auth-library-python/issues/1055
|
||||
Patch1: python-google-auth-no-mock.patch
|
||||
BuildRequires: %{python_module Flask}
|
||||
BuildRequires: %{python_module PyJWT >= 2.0}
|
||||
BuildRequires: %{python_module aiohttp >= 3.6.2}
|
||||
BuildRequires: %{python_module aioresponses}
|
||||
BuildRequires: %{python_module cachetools >= 2.0.0}
|
||||
@ -49,6 +50,7 @@ Requires: python-cachetools >= 2.0.0
|
||||
Requires: python-pyasn1-modules >= 0.2.1
|
||||
Requires: python-rsa >= 3.1.4
|
||||
Requires: python-urllib3
|
||||
Recommends: python-PyJWT >= 2.0
|
||||
Recommends: python-aiohttp >= 3.6.2
|
||||
Recommends: python-cryptography >= 38.0.3
|
||||
Recommends: python-pyOpenSSL >= 22.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user