public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/duplicity] f45: Allow 3.15 at runtime
@ 2026-09-18 21:22 Gwyn Ciesla
  0 siblings, 0 replies; only message in thread
From: Gwyn Ciesla @ 2026-09-18 21:22 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/duplicity
Branch : f45
Commit : 57a31761e393598c6ba06f8609b98f73e8bb32f3
Author : Gwyn Ciesla <gwync@protonmail.com>
Date   : 2026-09-18T16:20:49-05:00
Stats  : +14/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/duplicity/c/57a31761e393598c6ba06f8609b98f73e8bb32f3?branch=f45

Log:
Allow 3.15 at runtime

---
diff --git a/duplicity.spec b/duplicity.spec
index ca51c00..1cf5234 100644
--- a/duplicity.spec
+++ b/duplicity.spec
@@ -28,6 +28,7 @@ Source0:        https://gitlab.com/duplicity/duplicity/-/archive/rel.%{version}/
 # Unpin the upper Python bound
 #Patch:          allow-python3.15-build.patch
 Patch:          pytest9.patch
+Patch:          py315.patch
 
 Requires:       ca-certificates
 Requires:       gnupg >= 1.0.6

diff --git a/py315.patch b/py315.patch
new file mode 100644
index 0000000..820c455
--- /dev/null
+++ b/py315.patch
@@ -0,0 +1,13 @@
+--- duplicity-rel.3.2.0/duplicity/__main__.py~	2026-08-10 12:44:16.000000000 -0500
++++ duplicity-rel.3.2.0/duplicity/__main__.py	2026-09-18 15:40:42.788160353 -0500
+@@ -63,8 +63,8 @@
+         pass
+     elif os.environ.get("CIBUILDWHEEL") is not None:
+         pass
+-    elif not ((3, 10) <= sys.version_info[:2] <= (3, 14)):
+-        print("Sorry, duplicity requires Python version 3.10 thru 3.14.", file=sys.stderr)
++    elif not ((3, 10) <= sys.version_info[:2] <= (3, 15)):
++        print("Sorry, duplicity requires Python version 3.10 thru 3.15.", file=sys.stderr)
+         sys.exit(1)
+ 
+     try:

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

only message in thread, other threads:[~2026-09-18 21:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-18 21:22 [rpms/duplicity] f45: Allow 3.15 at runtime Gwyn Ciesla

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