public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/beets] rawhide: Allow building with Python 3.15
@ 2026-06-03  9:22 Karolina Surma
  0 siblings, 0 replies; only message in thread
From: Karolina Surma @ 2026-06-03  9:22 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/beets
Branch : rawhide
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=rawhide

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

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

only message in thread, other threads:[~2026-06-03  9:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-03  9:22 [rpms/beets] rawhide: Allow building with Python 3.15 Karolina Surma

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