diff --git a/numpy.spec b/numpy.spec index ab3141382cf544c81fccc41536f04735625dcdb5..b19ddcb5e61e75878ac81d49c8f8f766077e52fb 100644 --- a/numpy.spec +++ b/numpy.spec @@ -2,7 +2,7 @@ Name: numpy Version: 1.24.3 -Release: 1 +Release: 2 Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -97,15 +97,21 @@ popd &> /dev/null %{python3_sitearch}/%{name}/* %{python3_sitearch}/%{name}-*.egg-info %exclude %{python3_sitearch}/%{name}/LICENSE.txt +%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 01 2024 shixuantong - 1:1.24.3-2 +- Do not pack open-source test case files + * Wed Jul 19 2023 xu_ping <707078654@qq.com> - 1:1.24.3-1 - Upgrade to 1.24.3