diff --git a/importlib_resources-5.10.1.tar.gz b/importlib_resources-5.10.1.tar.gz deleted file mode 100644 index 51517a5..0000000 Binary files a/importlib_resources-5.10.1.tar.gz and /dev/null differ diff --git a/importlib_resources-5.12.0.tar.gz b/importlib_resources-5.12.0.tar.gz new file mode 100644 index 0000000..d0a8f17 Binary files /dev/null and b/importlib_resources-5.12.0.tar.gz differ diff --git a/python-importlib-resources.spec b/python-importlib-resources.spec index eb6ded6..5640d26 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.10.1 -Release: 2 +Version: 5.12.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/1c/c8/cfc6ae38e378be60925f121cce01e7f4996dc3aca424799a693e48c9ce4d/importlib_resources-5.10.1.tar.gz +Source0: https://files.pythonhosted.org/packages/4e/a2/3cab1de83f95dd15297c15bdc04d50902391d707247cada1f021bbfe2149/importlib_resources-5.12.0.tar.gz Patch0: 0001-add-setup.py.patch BuildArch: noarch @@ -78,6 +78,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Mar 28 2023 wubijie - 5.12.0-1 +- Update package to version 5.12.0 + * Mon Feb 27 2023 xu_ping - 5.10.1-2 - Rectify the patching mode to solve installation of b/__pycache__ unnecessary files.