diff --git a/numpy.spec b/numpy.spec index d2bd27126583d08dca944249d182b9d7b4655478..5bd86edbc6f1f7234a31548404e4446cad0d7198 100644 --- a/numpy.spec +++ b/numpy.spec @@ -2,7 +2,7 @@ Name: numpy Version: 1.24.3 -Release: 2 +Release: 3 Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -99,15 +99,25 @@ popd &> /dev/null %{python3_sitearch}/%{name}/* %{python3_sitearch}/%{name}-*.egg-info %exclude %{python3_sitearch}/%{name}/LICENSE.txt +%exclude %{python3_sitearch}/%{name}/f2py +%exclude %{python3_sitearch}/%{name}/tests/ +%exclude %{python3_sitearch}/%{name}/*/tests/ %files -n python3-numpy-f2py %{_bindir}/f2py %{_bindir}/f2py3 %{_bindir}/f2py3.* %{python3_sitearch}/%{name}/f2py - +%exclude %{python3_sitearch}/%{name}/f2py/tests/ %changelog +* Thu Feb 22 2024 shixuantong - 1:1.24.3-3 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:remove f2py form python3-numpy package. It is in python3-numpy-f2py + Do not pack open-source test case files + * Wed Jan 31 2024 xu_ping <707078654@qq.com> - 1:1.24.3-2 - adapted Cython upgrade version to 3.0.8