diff --git a/importlib_metadata-7.0.1.tar.gz b/importlib_metadata-7.0.1.tar.gz deleted file mode 100644 index 4720bcd8a91adeb3ecd2f96bef84a87f9a00eb3c..0000000000000000000000000000000000000000 Binary files a/importlib_metadata-7.0.1.tar.gz and /dev/null differ diff --git a/importlib_metadata-8.2.0.tar.gz b/importlib_metadata-8.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0622b6c1490a4054ed3b23b0d3e385653b763b72 Binary files /dev/null and b/importlib_metadata-8.2.0.tar.gz differ diff --git a/python-importlib-metadata.spec b/python-importlib-metadata.spec index a9961c3010501d06c67262392bdd0b498628fd92..ef161aa8863ac96ef772fa74761466ca966be488 100644 --- a/python-importlib-metadata.spec +++ b/python-importlib-metadata.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-importlib-metadata -Version: 7.0.1 +Version: 8.2.0 Release: 1 Summary: Read metadata from Python packages License: Apache-2.0 URL: https://github.com/python/importlib_metadata -Source0: https://files.pythonhosted.org/packages/90/b4/206081fca69171b4dc1939e77b378a7b87021b0f43ce07439d49d8ac5c84/importlib_metadata-7.0.1.tar.gz +SOurce0: https://files.pythonhosted.org/packages/source/i/importlib_metadata/importlib_metadata-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-pip python3-hatchling python3-hatch-vcs python3-wheel @@ -67,6 +67,18 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Wed Aug 07 2024 yaoxin - 8.2.0-1 +- Update to 8.2.0 + * Add SimplePath to importlib_metadata.__all__. + * Prioritize valid dists to invalid dists when retrieving by name. + * Message.__getitem__ now raises a KeyError on missing keys. + * Removed deprecated support for Distribution subclasses not implementing abstract methods. + * When reading installed files from an egg, use relative_to(walk_up=True) + to honor files installed outside of the installation root. + * Deferred select imports in for speedup + * Make MetadataPathFinder.find_distributions a classmethod for consistency with CPython. + * Allow MetadataPathFinder.invalidate_caches to be called as a classmethod. + * Tue Feb 20 2024 jiangxinyu - 7.0.1-1 - Update package to version 7.0.1