Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-google-auth for 
openSUSE:Factory checked in at 2026-08-19 17:55:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-auth (Old)
 and      /work/SRC/openSUSE:Factory/.python-google-auth.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-google-auth"

Wed Aug 19 17:55:36 2026 rev:70 rq:1371563 version:2.56.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-google-auth/python-google-auth.changes    
2026-07-09 22:18:56.781241719 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-auth.new.1258/python-google-auth.changes
  2026-08-19 17:56:16.305584659 +0200
@@ -1,0 +2,27 @@
+Wed Aug 12 08:02:53 UTC 2026 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to 2.56.3
+  * **auth:** avoid creating mTLS SSL context for custom async transports 
(#17825)
+  * **auth:** only trigger mTLS certificate rotation on mTLS endpoints (#17928)
+  * **auth:** properly extract stdout from gnubby webauthn plugin failures 
(#17885)
+  * deduplicate x-goog-api-client headers (#17616)
+  * **oauth2:** avoid redundant JWKS network fetches (#17891)
+  * **auth:** use generator expression in any() to allow short-circuiting
+  * **auth:** use generator expression in any() to allow short-circuiting 
(#17937)
+- from version 2.56.2
+  * **auth:** centralize cert discovery logic and steps (#17696)
+  * **auth:** exit early when agent cert config is outside well-known 
directory (#17762)
+  * **transport:** propagate mTLS adapter to auth session and fix connection 
leaks (#17689)
+  * update _SERVICE_ACCOUNT_EMAIL_PATTERN to require .gserviceaccount.com 
suffix (#17748)
+- from versio 2.56.1
+  * disable RAB lookup for Domain-Wide Delegation (#17763)
+- from version 2.56.0
+  * **auth:** Implement python mtls helpers (#17495)
+  * **google-auth:** add aiohttp bound for Python 3.14 (#17654)
+  * **google-auth:** add bounds for urllib3 and packaging dependencies (#17647)
+  * **google-auth:** add cryptography bound for Python 3.14 (#17649)
+  * **google-auth:** add gRPC extra and clean up obsolete TODOs (#17644)
+  * **google-auth:** raise rsa extra lower bound to 4.0 (#17652)
+- Update BuildRequires and Requires from setup.py
+
+-------------------------------------------------------------------

Old:
----
  google_auth-2.55.2.tar.gz

New:
----
  google_auth-2.56.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-google-auth.spec ++++++
--- /var/tmp/diff_new_pack.cNImr0/_old  2026-08-19 17:56:17.218617095 +0200
+++ /var/tmp/diff_new_pack.cNImr0/_new  2026-08-19 17:56:17.221617202 +0200
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-google-auth
-Version:        2.55.2
+Version:        2.56.3
 Release:        0
 Summary:        Google Authentication Library
 License:        Apache-2.0
@@ -28,8 +28,12 @@
 BuildRequires:  %{python_module PyJWT >= 2.0}
 BuildRequires:  %{python_module aiohttp >= 3.8.0}
 BuildRequires:  %{python_module aioresponses}
-BuildRequires:  %{python_module cryptography >= 38.0.3}
+BuildRequires:  %{python_module cryptography >= 38.0.3 if %python-base < 3.14}
+BuildRequires:  %{python_module cryptography >= 41.0.5 if %python-base >= 3.14}
 BuildRequires:  %{python_module freezegun}
+BuildRequires:  %{python_module grpcio >= 1.33.2 if %python-base < 3.14}
+BuildRequires:  %{python_module grpcio >= 1.75.1 if %python-base >= 3.14}
+BuildRequires:  %{python_module packaging >= 20.0}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pyOpenSSL >= 22.0.0}
 BuildRequires:  %{python_module pyasn1-modules >= 0.2.1}
@@ -37,21 +41,30 @@
 BuildRequires:  %{python_module pytest-localserver}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pyu2f >= 0.1.5}
-BuildRequires:  %{python_module requests >= 2.20.0}
+BuildRequires:  %{python_module requests >= 2.30.0}
 BuildRequires:  %{python_module responses}
 BuildRequires:  %{python_module setuptools >= 40.3.0}
-BuildRequires:  %{python_module urllib3}
+BuildRequires:  %{python_module urllib3 >= 1.26.15}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+%if %python_version_nodots < 314
 Requires:       python-cryptography >= 38.0.3
+%else
+Requires:       python-cryptography >= 41.0.5
+%endif
+%if %python_version_nodots < 314
+Requires:       python-grpcio >= 1.59.0
+%else
+Requires:       python-grpcio >= 1.75.1
+%endif
 Requires:       python-pyasn1-modules >= 0.2.1
 Requires:       python-urllib3
 Recommends:     python-PyJWT >= 2.0
 Recommends:     python-aiohttp >= 3.6.2
 Recommends:     python-pyOpenSSL >= 22.0.0
 Recommends:     python-pyu2f >= 0.1.5
-Recommends:     python-requests >= 2.20.0
+Recommends:     python-requests >= 2.30.0
 BuildArch:      noarch
 %python_subpackages
 

++++++ google_auth-2.55.2.tar.gz -> google_auth-2.56.3.tar.gz ++++++
++++ 4052 lines of diff (skipped)

Reply via email to