!67 [sync] PR-65: 从numpy包中删除f2py目录,这个目录在numpy-f2py包中安装。

From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2024-02-20 11:47:56 +00:00 committed by Gitee
commit 143ae9bdea
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: numpy
Version: 1.21.4
Release: 5
Release: 6
Epoch: 1
Summary: A fast multidimensional array facility for Python
@ -100,6 +100,7 @@ popd &> /dev/null
%{python3_sitearch}/%{name}/*
%{python3_sitearch}/%{name}-*.egg-info
%exclude %{python3_sitearch}/%{name}/LICENSE.txt
%exclude %{python3_sitearch}/%{name}/f2py
%files -n python3-numpy-f2py
%{_bindir}/f2py
@ -107,8 +108,10 @@ popd &> /dev/null
%{_bindir}/f2py3.*
%{python3_sitearch}/%{name}/f2py
%changelog
* Mon Oct 30 2023 Qiang Wei <qiang.wei@suse.com> - 1:1.21.4-6
- Remove f2py from numpy package. It is in numpy-f2py pakcage.
* Thu Aug 17 2023 yangchenguang <yangchenguang@kylinsec.com.cn> - 1:1.21.4-5
- Add loongarch64 and sw_64 support