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.4.tar.gz b/importlib_resources-6.4.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4fa468a4419a6d09abbb1b3d35cade13abde9491 Binary files /dev/null and b/importlib_resources-6.4.4.tar.gz differ diff --git a/python-importlib-resources.spec b/python-importlib-resources.spec index 72cbf6463fe2b65c40ea48b2e2d33a4c4e94d630..431f510a7cf9019104b2d1ea326e9bdf52fbd5fa 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.4.4 Release: 1 Summary: Read resources from Python packages License: Apache-2.0 @@ -59,6 +59,12 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Sep 3 2024 lilu - 6.4.4-1 +- Update package to version 6.4.4 + * When inferring the caller in "files()" correctly detect one's own module even when the resources package source is not present + * Merged fix for UTF-16 BOM handling in functional tests + * When constructing ZipReader, only append the name if the indicated module is a package + * 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.