!25 Do not pack open-source test case files

From: @zhangruifang2020 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-10-24 08:19:01 +00:00 committed by Gitee
commit 99c682a433
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: python-importlib-metadata Name: python-importlib-metadata
Version: 4.8.2 Version: 4.8.2
Release: 1 Release: 2
Summary: Read metadata from Python packages Summary: Read metadata from Python packages
License: Apache v2.0 License: Apache v2.0
URL: https://pypi.org/project/importlib-metadata/ URL: https://pypi.org/project/importlib-metadata/
@ -36,12 +36,16 @@ importlib_metadata is a library which provides an API for accessing an installed
%defattr(-,root,root) %defattr(-,root,root)
%license LICENSE %license LICENSE
%_prefix/lib/python%{python3_version}/site-packages/importlib_metadata* %_prefix/lib/python%{python3_version}/site-packages/importlib_metadata*
%exclude %_prefix/lib/python%{python3_version}/site-packages/importlib_metadata/tests/
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
%doc README.rst %doc README.rst
%changelog %changelog
* Mon Oct 24 2022 zhangruifang <zhangruifang1@h-partners.com> - 4.8.2-2
- Do not pack open-source test case files
* Mon Dec 20 2021 shixuantong <shixuantong@huawei.com> - 4.8.2-1 * Mon Dec 20 2021 shixuantong <shixuantong@huawei.com> - 4.8.2-1
- update version to 4.8.2 - update version to 4.8.2