diff --git a/importlib_resources-3.3.0.tar.gz b/importlib_resources-3.3.0.tar.gz deleted file mode 100644 index 5b59da0..0000000 Binary files a/importlib_resources-3.3.0.tar.gz and /dev/null differ diff --git a/importlib_resources-5.1.2.tar.gz b/importlib_resources-5.1.2.tar.gz new file mode 100644 index 0000000..d8cf154 Binary files /dev/null and b/importlib_resources-5.1.2.tar.gz differ diff --git a/python-importlib-resources.spec b/python-importlib-resources.spec index 735d67b..0950306 100644 --- a/python-importlib-resources.spec +++ b/python-importlib-resources.spec @@ -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 -`_ 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 -`_ 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 +- Update to 5.1.2 + * Fri Dec 18 2020 Python_Bot - Package Spec generated