diff --git a/importlib_resources-5.10.1.tar.gz b/importlib_resources-5.10.1.tar.gz new file mode 100644 index 0000000..51517a5 Binary files /dev/null and b/importlib_resources-5.10.1.tar.gz differ diff --git a/importlib_resources-5.9.0.tar.gz b/importlib_resources-5.9.0.tar.gz deleted file mode 100644 index dae8313..0000000 Binary files a/importlib_resources-5.9.0.tar.gz and /dev/null differ diff --git a/python-importlib-resources.spec b/python-importlib-resources.spec index 950f9b5..647a701 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.9.0 +Version: 5.10.1 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/38/b6/bc58f9261c70abb5fd670f9ad5d84445a402b4b473f308c5bf699cd379e0/importlib_resources-5.9.0.tar.gz +Source0: https://files.pythonhosted.org/packages/1c/c8/cfc6ae38e378be60925f121cce01e7f4996dc3aca424799a693e48c9ce4d/importlib_resources-5.10.1.tar.gz Patch0: 0001-add-setup.py.patch BuildArch: noarch @@ -79,6 +79,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Dec 15 2022 jiangxinyu - 5.10.1-1 +- Update package to version 5.10.1 + * Sun Sep 25 2022 guozhengxin - 5.9.0-1 - Upgrade package to version 5.9.0