!12 Update package to version 5.12.0

From: @wubijie123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-03-30 10:31:22 +00:00 committed by Gitee
commit 797c0b3767
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-importlib-resources Name: python-importlib-resources
Version: 5.10.1 Version: 5.12.0
Release: 2 Release: 1
Summary: Read resources from Python packages Summary: Read resources from Python packages
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/python/importlib_resources URL: https://github.com/python/importlib_resources
Source0: https://files.pythonhosted.org/packages/1c/c8/cfc6ae38e378be60925f121cce01e7f4996dc3aca424799a693e48c9ce4d/importlib_resources-5.10.1.tar.gz Source0: https://files.pythonhosted.org/packages/4e/a2/3cab1de83f95dd15297c15bdc04d50902391d707247cada1f021bbfe2149/importlib_resources-5.12.0.tar.gz
Patch0: 0001-add-setup.py.patch Patch0: 0001-add-setup.py.patch
BuildArch: noarch BuildArch: noarch
@ -78,6 +78,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Mar 28 2023 wubijie <wubijie@kylinos.cn> - 5.12.0-1
- Update package to version 5.12.0
* Mon Feb 27 2023 xu_ping <xuping33@h-partners.com> - 5.10.1-2 * Mon Feb 27 2023 xu_ping <xuping33@h-partners.com> - 5.10.1-2
- Rectify the patching mode to solve installation of b/__pycache__ unnecessary files. - Rectify the patching mode to solve installation of b/__pycache__ unnecessary files.