diff --git a/importlib_resources-6.1.1.tar.gz b/importlib_resources-6.1.1.tar.gz deleted file mode 100644 index 25c34f16eaf141f32afdea217343fc4cb2970d4f..0000000000000000000000000000000000000000 Binary files a/importlib_resources-6.1.1.tar.gz and /dev/null differ diff --git a/importlib_resources-6.3.2.tar.gz b/importlib_resources-6.3.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c077dfc452998c1166d17b2eb1cc898d5daa329b Binary files /dev/null and b/importlib_resources-6.3.2.tar.gz differ diff --git a/python-importlib-resources.spec b/python-importlib-resources.spec index 1ed07aa1e8f1bf4593922ba9f6c2d5ecd5e84819..72cbf6463fe2b65c40ea48b2e2d33a4c4e94d630 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.1.1 +Version: 6.3.2 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/d4/06/402fb5efbe634881341ff30220798c4c5e448ca57c068108c4582c692160/importlib_resources-6.1.1.tar.gz +SOurce0: https://files.pythonhosted.org/packages/source/i/importlib_resources/importlib_resources-%{version}.tar.gz BuildArch: noarch @@ -23,6 +23,7 @@ BuildRequires: python3-setuptools_scm BuildRequires: python3-toml BuildRequires: python3-wheel BuildRequires: python3-zipp +BuildRequires: python3-jaraco-collections Requires: python3-zipp Requires: python3-sphinx @@ -58,6 +59,14 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* 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. + * Restored expectation that stdlib readers are suppressed on Python 3.10. + * Add Anchor to importlib.resources (in order for the code to comply with the documentation) + * Future compatibility adapters now ensure that standard library readers are replaced without overriding non-standard readers. + * Fixed NotADirectoryError when calling files on a subdirectory of a namespace package. + * Tue Feb 20 2024 jiangxinyu - 6.1.1-1 - Update package to version 6.1.1