diff --git a/importlib_resources-6.3.2.tar.gz b/importlib_resources-6.3.2.tar.gz deleted file mode 100644 index c077dfc452998c1166d17b2eb1cc898d5daa329b..0000000000000000000000000000000000000000 Binary files a/importlib_resources-6.3.2.tar.gz and /dev/null differ diff --git a/importlib_resources-6.4.0.tar.gz b/importlib_resources-6.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4720e083e8c5892ae833cf7543e24c7c8f398677 Binary files /dev/null and b/importlib_resources-6.4.0.tar.gz differ diff --git a/python-importlib-resources.spec b/python-importlib-resources.spec index 72cbf6463fe2b65c40ea48b2e2d33a4c4e94d630..4a24c052f7e4e8d8f0a60587e196fce1f269f179 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: 6.3.2 +Version: 6.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/source/i/importlib_resources/importlib_resources-%{version}.tar.gz +SOurce0: https://files.pythonhosted.org/packages/c8/9d/6ee73859d6be81c6ea7ebac89655e92740296419bd37e5c8abdb5b62fd55/importlib_resources-6.4.0.tar.gz BuildArch: noarch @@ -59,6 +59,10 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Nov 07 2024 panzhe - 6.4.0-1 +- Update package to version 6.4.0 + * Deferred select imports in for a speedup + * Fri Aug 09 2024 yaoxin - 6.3.2-1 - Update to 6.3.2 * Restored expectation that local standard readers are preferred over degenerate readers.