update to 5.1.2

This commit is contained in:
zhangy1317 2021-07-16 17:09:25 +08:00
parent 2ec11f5cb6
commit a5e6b81fb3
3 changed files with 21 additions and 17 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,46 +1,44 @@
%global _empty_manifest_terminate_build 0
Name: python-importlib-resources
Version: 3.3.0
Version: 5.1.2
Release: 1
Summary: Read resources from Python packages
License: Apache 2.0
URL: https://pypi.org/project/importlib-resources
Source0: https://files.pythonhosted.org/packages/d1/34/f2aedc50b3a32eefd249159ea7497ece70022e35f6531bd4718fd9688cb1/importlib_resources-%{version}.tar.gz
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
BuildArch: noarch
%description
Importlib_resources is a backport of Python standard library.
The key goal of this module is to replace parts of `pkg_resources
<https://setuptools.readthedocs.io/en/latest/pkg_resources.html>`_ with a
solution in Python's stdlib that relies on well-defined APIs. This makes
reading resources included in packages easier, with more stable and consistent semantics.
%package -n python3-importlib-resources
Summary: Read resources from Python packages
Provides: python-importlib-resources
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-pbr
BuildRequires: python3-setuptools_scm
BuildRequires: python3-toml
BuildRequires: python3-wheel
Requires: python3-zipp
Requires: python3-sphinx
Requires: python3-jaraco-packaging
Requires: python3-rst-linker
%description -n python3-importlib-resources
Importlib_resources is a backport of Python standard library.
The key goal of this module is to replace parts of `pkg_resources
<https://setuptools.readthedocs.io/en/latest/pkg_resources.html>`_ with a
solution in Python's stdlib that relies on well-defined APIs. This makes
reading resources included in packages easier, with more stable and consistent semantics.
%package help
Summary: Development documents and examples for importlib-resources
Provides: python3-importlib-resources-doc
%description help
Development documents and examples for importlib-resources.
Importlib_resources is a backport of Python standard library.
%prep
%autosetup -n importlib_resources-%{version}
%autosetup -n importlib_resources-5.1.2
%build
%py3_build
@ -73,12 +71,18 @@ popd
mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%check
%{__python3} -m unittest
%files -n python3-importlib-resources -f filelist.lst
%dir %{python3_sitelib}/*
%files help -f doclist.lst
%{_pkgdocdir}
%{_docdir}/*
%changelog
* Fri Jul 09 2021 openstack-sig <openstack@openeuler.org>
- Update to 5.1.2
* Fri Dec 18 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated