diff --git a/importlib_resources-5.1.2.tar.gz b/importlib_resources-5.1.2.tar.gz deleted file mode 100644 index d8cf154..0000000 Binary files a/importlib_resources-5.1.2.tar.gz and /dev/null differ diff --git a/importlib_resources-5.4.0.tar.gz b/importlib_resources-5.4.0.tar.gz new file mode 100644 index 0000000..2acba7a Binary files /dev/null and b/importlib_resources-5.4.0.tar.gz differ diff --git a/python-importlib-resources.spec b/python-importlib-resources.spec index 7a9a4a0..b116a9a 100644 --- a/python-importlib-resources.spec +++ b/python-importlib-resources.spec @@ -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-5.4.0.tar.gz BuildArch: noarch %description Importlib_resources is a backport of Python standard library. @@ -36,7 +36,7 @@ Importlib_resources is a backport of Python standard library. %prep -%autosetup -n importlib_resources-5.1.2 +%autosetup -n importlib_resources-5.4.0 %build %py3_build @@ -79,6 +79,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 16 2022 OpenStack_SIG - 5.4.0-1 +- Upgrade version for openstack yoga + * Fri Aug 6 2021 huangtianhua - 5.1.2-2 - Drop unused requires