public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-google-auth] rawhide: rebase to 2.55.2
@ 2026-07-11  4:50 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-11  4:50 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-google-auth
Branch : rawhide
Commit : d6722a3ea080287b3d46332fa6d25dd816a23162
Author : Miroslav Suchý <msuchy@redhat.com>
Date   : 2026-07-10T22:54:32+02:00
Stats  : +17/-7 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-google-auth/c/d6722a3ea080287b3d46332fa6d25dd816a23162?branch=rawhide

Log:
rebase to 2.55.2

---
diff --git a/.gitignore b/.gitignore
index d4e374d..857e8c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -94,3 +94,4 @@
 /google-auth-library-python-2.43.0.tar.gz
 /google-auth-library-python-2.45.0.tar.gz
 /google-auth-library-python-2.47.0.tar.gz
+/google_auth-2.55.2.tar.gz

diff --git a/python-google-auth.spec b/python-google-auth.spec
index 2084f0d..33d7b02 100644
--- a/python-google-auth.spec
+++ b/python-google-auth.spec
@@ -8,15 +8,16 @@
 %bcond grpcio 0
 %bcond tests 0
 %else
-%bcond grpcio 1
-%bcond tests 1
+# needs grpcio >= 1.75.1 and Fedora has only 1.48.4
+%bcond grpcio 0
+%bcond tests 0
 %endif
 
 %bcond pytest_localserver %[ %{undefined el10} && %{undefined el9} ]
 
 Name:           python-google-auth
-Version:        2.47.0
-Release:        3%{?dist}
+Version:        2.55.2
+Release:        4%{?dist}
 Epoch:          1
 Summary:        Google Authentication Library
 
@@ -67,7 +68,7 @@ Summary:       %{summary}
 
 
 %prep
-%autosetup -n google-auth-library-python-%{version}
+%autosetup -p1 -n google_auth-%{version}
 
 # use unittest.mock instead of mock
 # https://github.com/googleapis/google-auth-library-python/issues/1055
@@ -78,7 +79,7 @@ Summary:       %{summary}
 # https://github.com/googleapis/google-auth-library-python/pull/1361, but these
 # are out of date and upstream has failed to act for months, so we use a more
 # “dynamic” sed-patch to avoid constant rebasing
-find tests* system_tests -type f -name '*.py' -exec \
+find tests* -type f -name '*.py' -exec \
     sed -r -i -e 's/^(from )(mock)\b/\1unittest\.\2/' \
         -e 's/^(import mock)/from unittest \1/' '{}' '+'
 sed -r -i 's/^([[:blank:]]*)("mock",)$/\1# \2/' setup.py
@@ -112,6 +113,9 @@ sed -r -i 's/^([[:blank:]]*"cryptography) >= [^"]+(",)$/\1\2/' setup.py
   -x aiohttp \
   -x enterprise_cert \
   -x pyopenssl \
+%if %{with grpcio}
+  -x grpc \
+%endif
 %if %{with pyjwt}
   -x pyjwt \
 %endif
@@ -206,6 +210,11 @@ k="${k-}${k+ and }not (TestAsyncAuthorizedSession and test_request_provided_auth
 
 
 %changelog
+* Fri Jul 10 2026 Miroslav Suchy <msuchy@redhat.com> - 1:2.55.2-4
+- enable jwt subpackage
+- rebase to 2.55.2
+- upstream moved to new URL
+
 * Fri Jun 05 2026 Python Maint <python-maint@redhat.com> - 1:2.47.0-3
 - Rebuilt for Python 3.15
 

diff --git a/sources b/sources
index 28eb448..692a414 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (google-auth-library-python-2.47.0.tar.gz) = aedd1cdcfa4026fe4cf1d519a0380068310e29e1f8737c0fffcd27b06897dc0c205c57a35e327afd421dc6cc0d6aab03995ef3d59ac4a85d35dcc85887476530
+SHA512 (google_auth-2.55.2.tar.gz) = e5829bccb7b9632bb73322df755a32ddd237591b9d51a2028888c92efb42bf95688697aa94cb76115209efabc4d04fe4f76c86ad114104e71461f04f36c769b0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-11  4:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-11  4:50 [rpms/python-google-auth] rawhide: rebase to 2.55.2 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox