!8 update to version 5.4.0

From: @wang--ge 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2022-10-29 08:59:24 +00:00 committed by Gitee
commit 7536b2f5fb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 4 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.1.2 Version: 5.4.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/c8/b2/d8263caf10de8632ef6756991d52e7fb0d8f5aa1e473344fad79b19ccb23/importlib_resources-5.1.2.tar.gz Source0: https://files.pythonhosted.org/packages/b5/d8/51ace1c1ea6609c01c7f46ca2978e11821aa0efaaa7516002ef6df000731/importlib_resources-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
Importlib_resources is a backport of Python standard library. Importlib_resources is a backport of Python standard library.
@ -21,6 +21,7 @@ BuildRequires: python3-pbr
BuildRequires: python3-setuptools_scm BuildRequires: python3-setuptools_scm
BuildRequires: python3-toml BuildRequires: python3-toml
BuildRequires: python3-wheel BuildRequires: python3-wheel
BuildRequires: python3-zipp
Requires: python3-zipp Requires: python3-zipp
Requires: python3-sphinx Requires: python3-sphinx
@ -36,7 +37,7 @@ Importlib_resources is a backport of Python standard library.
%prep %prep
%autosetup -n importlib_resources-5.1.2 %autosetup -n importlib_resources-%{version}
%build %build
%py3_build %py3_build
@ -79,6 +80,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Oct 27 2022 Ge Wang <wangge20@h-partners.com> - 5.4.0-1
- Update to version 5.4.0
* Fri Aug 6 2021 huangtianhua <huangtianhua@huawei.com> - 5.1.2-2 * Fri Aug 6 2021 huangtianhua <huangtianhua@huawei.com> - 5.1.2-2
- Drop unused requires - Drop unused requires