!27 update to version 4.8.3

From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-10-27 09:59:09 +00:00 committed by Gitee
commit 23459166b1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: python-importlib-metadata Name: python-importlib-metadata
Version: 4.8.2 Version: 4.8.3
Release: 2 Release: 1
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,13 +36,15 @@ 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
* Thu Oct 27 2022 Ge Wang <wangge20@h-partners.com> - 4.8.3-1
- Update to version 4.8.3
* Mon Oct 24 2022 zhangruifang <zhangruifang1@h-partners.com> - 4.8.2-2 * Mon Oct 24 2022 zhangruifang <zhangruifang1@h-partners.com> - 4.8.2-2
- Do not pack open-source test case files - Do not pack open-source test case files