public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/khal] rawhide: Merge #4 `Support Python 3.15`
@ 2026-06-09 0:52 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-06-09 0:52 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/khal
Branch : rawhide
Commit : 55526756945c61841e734a003f3bf161d02e5a44
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-06-09T00:52:33+00:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/khal/c/55526756945c61841e734a003f3bf161d02e5a44?branch=rawhide
Log:
Merge #4 `Support Python 3.15`
---
diff --git a/khal.spec b/khal.spec
index a0d6291..0cec692 100644
--- a/khal.spec
+++ b/khal.spec
@@ -46,6 +46,10 @@ calendars with a variety of other programs on a host of different platforms.
%prep
%autosetup -p1 -n %{name}-%{version}
+# Don't limit the upper bound of the required Python
+# Enables testing in Fedora with 3.15 alpha versions
+sed -i 's/^\(requires-python *= *">=[^"]*\),<3\.15"/\1"/' pyproject.toml
+
%generate_buildrequires
%pyproject_buildrequires -t
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-09 0:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 0:52 [rpms/khal] rawhide: Merge #4 `Support Python 3.15` Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox