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.5.2.tar.gz b/importlib_resources-6.5.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..33a30896d4452509526b5b87510ae5461ca81a4a Binary files /dev/null and b/importlib_resources-6.5.2.tar.gz differ diff --git a/python-importlib-resources.spec b/python-importlib-resources.spec index 72cbf6463fe2b65c40ea48b2e2d33a4c4e94d630..d43b67af0ea1124cd90eb6ec53545fb337a4644e 100644 --- a/python-importlib-resources.spec +++ b/python-importlib-resources.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-importlib-resources -Version: 6.3.2 +Version: 6.5.2 Release: 1 Summary: Read resources from Python packages License: Apache-2.0 @@ -59,6 +59,9 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Mon Nov 24 2025 lvwq - 6.5.2-1 +- Update package to version 6.5.2 + * 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.