public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-google-auth] epel10: Patch to allow cachetools 6
@ 2026-07-29 22:46 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-29 22:46 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-google-auth
Branch : epel10
Commit : e0f3f16a4717e671bb8f98c292bd3626b74d30b9
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2025-08-30T02:06:56+01:00
Stats : +30/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/python-google-auth/c/e0f3f16a4717e671bb8f98c292bd3626b74d30b9?branch=epel10
Log:
Patch to allow cachetools 6
---
diff --git a/1773.patch b/1773.patch
new file mode 100644
index 0000000..f0f2609
--- /dev/null
+++ b/1773.patch
@@ -0,0 +1,22 @@
+From b595ba52a9fb11c2136c419302e280f1d2d3590a Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Yannick=20P=C3=89ROUX?= <yannick.peroux@getalma.eu>
+Date: Tue, 27 May 2025 16:28:28 +0200
+Subject: [PATCH] feat: add support for cachetools 6.0
+
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 3874354fd..20f79ce66 100644
+--- a/setup.py
++++ b/setup.py
+@@ -20,7 +20,7 @@
+
+
+ DEPENDENCIES = (
+- "cachetools>=2.0.0,<6.0",
++ "cachetools>=2.0.0,<7.0",
+ "pyasn1-modules>=0.2.1",
+ # rsa==4.5 is the last version to support 2.7
+ # https://github.com/sybrenstuvel/python-rsa/issues/152#issuecomment-643470233
diff --git a/python-google-auth.spec b/python-google-auth.spec
index 1f78cd4..dbc47ed 100644
--- a/python-google-auth.spec
+++ b/python-google-auth.spec
@@ -10,7 +10,7 @@
Name: python-%{library}
Version: 2.40.3
-Release: 4%{?dist}
+Release: 5%{?dist}
Epoch: 1
Summary: Google Auth Python Library
License: Apache-2.0
@@ -18,6 +18,10 @@ URL: https://github.com/googleapis/google-auth-library-python
Source0: https://github.com/googleapis/google-auth-library-python/archive/v%{version}.tar.gz
+# feat: Add support for cachetools 6.0
+# https://github.com/googleapis/google-auth-library-python/pull/1773
+Patch: %{url}/pull/1773.patch
+
BuildArch: noarch
%description
@@ -60,6 +64,9 @@ Python client for the kubernetes API.
%{python3_sitelib}/google_auth-%{version}*.egg-info
%changelog
+* Sat Aug 30 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 1:2.40.3-5
+- Patch to allow cachetools 6; fixes RHBZ#2390999, fixes RHBZ#2391729
+
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 1:2.40.3-4
- Rebuilt for Python 3.14.0rc2 bytecode
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-29 22:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-29 22:46 [rpms/python-google-auth] epel10: Patch to allow cachetools 6 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox