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..c514dac36eec931c22def2be599100c40e780d70 100644 --- a/python-importlib-resources.spec +++ b/python-importlib-resources.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-importlib-resources -Version: 6.3.2 -Release: 1 +Version: 6.5.2 +Release: 1 Summary: Read resources from Python packages License: Apache-2.0 URL: https://github.com/python/importlib_resources @@ -24,6 +24,7 @@ BuildRequires: python3-toml BuildRequires: python3-wheel BuildRequires: python3-zipp BuildRequires: python3-jaraco-collections +BuildRequires: python3-jaraco.test Requires: python3-zipp Requires: python3-sphinx @@ -59,6 +60,11 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Fri Sep 19 2025 Yu Peng - 6.5.2-1 +- Upgrade to 6.5.2 + * Add type annotations for Traversable.open. (#317) + * Require Python 3.9 or later. + * 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.