update to version 4.8.3

This commit is contained in:
wang--ge 2022-10-27 17:02:50 +08:00
parent 99c682a433
commit df288c3895
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