public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Karolina Surma <ksurma@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/beets] f44: Allow building with Python 3.15
Date: Mon, 22 Jun 2026 17:51:29 GMT	[thread overview]
Message-ID: <178215068912.1.13736820495007076016.rpms-beets-0f8430140b30@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/beets
Branch : f44
Commit : 0f8430140b301d4a1ccef2bed948de65565b8625
Author : Karolina Surma <ksurma@redhat.com>
Date   : 2026-05-25T10:15:01+00:00
Stats  : +27/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/beets/c/0f8430140b301d4a1ccef2bed948de65565b8625?branch=f44

Log:
Allow building with Python 3.15

---
diff --git a/allow-python3.15-build.patch b/allow-python3.15-build.patch
new file mode 100644
index 0000000..576a3be
--- /dev/null
+++ b/allow-python3.15-build.patch
@@ -0,0 +1,25 @@
+From f17bb0978a11f2a552a183843335a085f66aeb61 Mon Sep 17 00:00:00 2001
+From: Karolina Surma <ksurma@redhat.com>
+Date: Mon, 4 May 2026 10:35:44 +0200
+Subject: [PATCH] Allow building with Python 3.15
+
+---
+ pyproject.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pyproject.toml b/pyproject.toml
+index c1cbf76..f8b9677 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -42,7 +42,7 @@ Changelog = "https://github.com/beetbox/beets/blob/master/docs/changelog.rst"
+ "Bug Tracker" = "https://github.com/beetbox/beets/issues"
+ 
+ [tool.poetry.dependencies]
+-python = ">=3.10,<3.15"
++python = ">=3.10"
+ 
+ colorama = { version = "*", markers = "sys_platform == 'win32'" }
+ confuse = ">=2.2.0"
+-- 
+2.54.0
+

diff --git a/beets.spec b/beets.spec
index 65d07bb..46a2be3 100644
--- a/beets.spec
+++ b/beets.spec
@@ -6,6 +6,8 @@ License:        MIT and ISC
 URL:            http://pypi.org/project/beets/
 Source0:        %{pypi_source beets}
 
+Patch:          allow-python3.15-build.patch
+
 BuildRequires:  python3-sphinx
 BuildRequires:  python3-pydata-sphinx-theme
 BuildRequires:  python3dist(poetry-core) >= 1

                 reply	other threads:[~2026-06-22 17:51 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=178215068912.1.13736820495007076016.rpms-beets-0f8430140b30@fedoraproject.org \
    --to=ksurma@redhat.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