diff --git a/numpy.spec b/numpy.spec index 9efe71cbed9e22706b0caf1aee41f3452b23688c..3572b1032370ccc728101cb63023f7b3bed6dc84 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