diff --git a/numpy.spec b/numpy.spec index 07797a4ab38c588f7e6665dee9a8500fbd2ad9e1..ed51f55de1218abb45b16e4f9dc4575e41b37c65 100644 --- a/numpy.spec +++ b/numpy.spec @@ -2,7 +2,7 @@ Name: numpy Version: 1.21.4 -Release: 7 +Release: 8 Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -101,15 +101,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.21.4-8 +- 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 + * Sat Dec 24 2022 zhuofeng - 1:1.21.4-7 - Type:bugfix - CVE:NA