Accepting request 1115013 from home:mcalabkova:branches:devel:languages:python

- update to 2.23.2
  * Less restrictive content-type header check for google authentication 
  * Trust boundary meta header renaming
  * Support urllib3 2.0

OBS-URL: https://build.opensuse.org/request/show/1115013
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=72
This commit is contained in:
Matej Cepl 2023-10-03 20:52:45 +00:00 committed by Git OBS Bridge
parent a9aa213e58
commit ec1664221e
4 changed files with 14 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Oct 3 12:48:18 UTC 2023 - Markéta Machová <mmachova@suse.com>
- update to 2.23.2
* Less restrictive content-type header check for google authentication
* Trust boundary meta header renaming
* Support urllib3 2.0
-------------------------------------------------------------------
Thu Sep 21 12:09:25 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-google-auth
Version: 2.23.0
Version: 2.23.2
Release: 0
Summary: Google Authentication Library
License: Apache-2.0
@ -40,13 +40,13 @@ BuildRequires: %{python_module requests >= 2.20.0}
BuildRequires: %{python_module responses}
BuildRequires: %{python_module rsa >= 3.1.4}
BuildRequires: %{python_module setuptools >= 40.3.0}
BuildRequires: %{python_module urllib3 < 2}
BuildRequires: %{python_module urllib3}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-cachetools >= 2.0.0
Requires: python-pyasn1-modules >= 0.2.1
Requires: python-rsa >= 3.1.4
Requires: python-urllib3 < 2
Requires: python-urllib3
Recommends: python-aiohttp >= 3.6.2
Recommends: python-cryptography >= 38.0.3
Recommends: python-pyOpenSSL >= 22.0.0