diff --git a/importlib_resources-5.12.0.tar.gz b/importlib_resources-5.12.0.tar.gz deleted file mode 100644 index d0a8f17..0000000 Binary files a/importlib_resources-5.12.0.tar.gz and /dev/null differ diff --git a/importlib_resources-6.0.0.tar.gz b/importlib_resources-6.0.0.tar.gz new file mode 100644 index 0000000..5650c63 Binary files /dev/null and b/importlib_resources-6.0.0.tar.gz differ diff --git a/python-importlib-resources.spec b/python-importlib-resources.spec index 020d82e..00e7500 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.12.0 -Release: 2 +Version: 6.0.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/4e/a2/3cab1de83f95dd15297c15bdc04d50902391d707247cada1f021bbfe2149/importlib_resources-5.12.0.tar.gz +Source0: https://files.pythonhosted.org/packages/78/1f/65a619c18b0ecd55ac165c7ed119c846051991d01c2cfc0ff7818e4573f0/importlib_resources-6.0.0.tar.gz BuildArch: noarch @@ -79,6 +79,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jul 31 2023 zhangchenglin - 6.0.0-1 +- Update package to version 6.0.0 + * Tue Apr 25 2023 caodongxia - 5.12.0-2 - Adapting to the pyproject.toml compilation mode