From 3966ced7e7ae5318897128f3f0ed97880cf0b6ae Mon Sep 17 00:00:00 2001 From: Qwei Date: Mon, 30 Oct 2023 16:18:59 +0800 Subject: [PATCH] Remove f2py from numpy package It is in separated package numpy-f2py. Signed-off-by: Qwei (cherry picked from commit 2dd6df873733bc3add4ee024a96efa8155841e3b) --- numpy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/numpy.spec b/numpy.spec index 9efe71c..3572b10 100644 --- a/numpy.spec +++ b/numpy.spec @@ -2,7 +2,7 @@ Name: numpy Version: 1.21.4 -Release: 5 +Release: 6 Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -100,6 +100,7 @@ popd &> /dev/null %{python3_sitearch}/%{name}/* %{python3_sitearch}/%{name}-*.egg-info %exclude %{python3_sitearch}/%{name}/LICENSE.txt +%exclude %{python3_sitearch}/%{name}/f2py %files -n python3-numpy-f2py %{_bindir}/f2py @@ -107,8 +108,10 @@ popd &> /dev/null %{_bindir}/f2py3.* %{python3_sitearch}/%{name}/f2py - %changelog +* Mon Oct 30 2023 Qiang Wei - 1:1.21.4-6 +- Remove f2py from numpy package. It is in numpy-f2py pakcage. + * Thu Aug 17 2023 yangchenguang - 1:1.21.4-5 - Add loongarch64 and sw_64 support -- Gitee