public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-google-auth] epel10: Patch to allow cachetools 6
Date: Wed, 29 Jul 2026 22:46:53 GMT	[thread overview]
Message-ID: <178536521317.1.6288761512554157276.rpms-python-google-auth-e0f3f16a4717@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-07-29 22:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178536521317.1.6288761512554157276.rpms-python-google-auth-e0f3f16a4717@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox