diff --git a/numpy.spec b/numpy.spec index 3572b1032370ccc728101cb63023f7b3bed6dc84..05f9cdaecd0470ab98e85d968b96baff0d65f391 100644 --- a/numpy.spec +++ b/numpy.spec @@ -2,7 +2,7 @@ Name: numpy Version: 1.21.4 -Release: 6 +Release: 7 Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -101,14 +101,20 @@ popd &> /dev/null %{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 01 2024 shixuantong - 1:1.21.4-7 +- Do not pack open-source test case files + * Mon Oct 30 2023 Qiang Wei - 1:1.21.4-6 - Remove f2py from numpy package. It is in numpy-f2py pakcage.