From 10b683952fc78903e89459cff9199fd2ace50e45 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Thu, 22 Feb 2024 15:40:54 +0800 Subject: [PATCH] remove f2py form python3-numpy package and Do not pack open-source test case files --- numpy.spec | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/numpy.spec b/numpy.spec index d2bd271..5bd86ed 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 -- Gitee