public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/scipy] rawhide: Allow building with meson-python 0.22 (and later)
@ 2026-09-27 9:34 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-27 9:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/scipy
Branch : rawhide
Commit : eeccc48b01a147c9ab34d7af491c7107c8f73487
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-26T20:51:14+01:00
Stats : +7/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/scipy/c/eeccc48b01a147c9ab34d7af491c7107c8f73487?branch=rawhide
Log:
Allow building with meson-python 0.22 (and later)
---
diff --git a/scipy.spec b/scipy.spec
index b908d16..7257a4a 100644
--- a/scipy.spec
+++ b/scipy.spec
@@ -44,7 +44,7 @@
Summary: Scientific Tools for Python
Name: scipy
Version: 1.18.0
-Release: 2%{?dist}
+Release: 3%{?dist}
# BSD-3-Clause -- whole package except:
# BSD-2-Clause -- scipy/_lib/_pep440.py
@@ -177,6 +177,9 @@ sed -i "/array-api-strict/s/>=2\.3\.1/>=2/" pyproject.toml
# Loosen the upper bound on Cython
sed -i '/Cython/s/,<[0-9.]\+//' pyproject.toml
+# Loosen the upper bound on meson-python, which is merely preemptive
+sed -i '/meson-python/s/,<[0-9.]\+//' pyproject.toml
+
%generate_buildrequires
%pyproject_buildrequires -p %{?with_tests:-x test} %{build_backend_args}
@@ -327,6 +330,9 @@ popd
%endif
%changelog
+* Sat Sep 26 2026 Benjamin A. Beasley <code@musicinmybrain.net> - 1.18.0-3
+- Allow building with meson-python 0.22 (and later)
+
* Tue Sep 22 2026 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1.18.0-2
- Skip test_smoke_economic and test_reproduction_NaN_on_input_points on RISC-V.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-27 9:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-27 9:34 [rpms/scipy] rawhide: Allow building with meson-python 0.22 (and later) Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox