public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Gwyn Ciesla <gwync@protonmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/duplicity] f45: Allow 3.15 at runtime
Date: Fri, 18 Sep 2026 21:22:55 GMT	[thread overview]
Message-ID: <178976657535.1.1216936331676954158.rpms-duplicity-57a31761e393@fedoraproject.org> (raw)

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:

                 reply	other threads:[~2026-09-18 21:22 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=178976657535.1.1216936331676954158.rpms-duplicity-57a31761e393@fedoraproject.org \
    --to=gwync@protonmail.com \
    --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