update to version 5.4.0
This commit is contained in:
parent
5572afcef3
commit
3283edab61
Binary file not shown.
BIN
importlib_resources-5.4.0.tar.gz
Normal file
BIN
importlib_resources-5.4.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-importlib-resources
|
||||
Version: 5.1.2
|
||||
Release: 2
|
||||
Version: 5.4.0
|
||||
Release: 1
|
||||
Summary: Read resources from Python packages
|
||||
License: Apache-2.0
|
||||
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
|
||||
%description
|
||||
Importlib_resources is a backport of Python standard library.
|
||||
@ -21,6 +21,7 @@ BuildRequires: python3-pbr
|
||||
BuildRequires: python3-setuptools_scm
|
||||
BuildRequires: python3-toml
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: python3-zipp
|
||||
Requires: python3-zipp
|
||||
Requires: python3-sphinx
|
||||
|
||||
@ -36,7 +37,7 @@ Importlib_resources is a backport of Python standard library.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n importlib_resources-5.1.2
|
||||
%autosetup -n importlib_resources-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -79,6 +80,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Drop unused requires
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user