Sourced from importlib-metadata's changelog.
v8.0.0
Deprecations and Removals
- Message.getitem now raises a KeyError on missing keys. (#371)
- Removed deprecated support for Distribution subclasses not implementing abstract methods.
v7.2.1
Bugfixes
- When reading installed files from an egg, use
relative_to(walk_up=True)
to honor files installed outside of the installation root. (#455)v7.2.0
Features
python/cpython#109829
- Updated fixtures for python/cpython#120801.
v7.1.0
Features
python/cpython#114664
Bugfixes
- Make MetadataPathFinder.find_distributions a classmethod for consistency with CPython. Closes #484. (#484)
- Allow
MetadataPathFinder.invalidate_caches
to be called as a classmethod.v7.0.2
No significant changes.
... (truncated)
f390168
Finalizec3bae1e
Merge pull request #491
from python/debt/remove-legacya970a49
Message.getitem now raises a KeyError on missing
keys.32c14aa
Removed deprecated support for Distribution subclasses not implementing
abstr...b76931d
Finalize48d2a85
Merge pull request #482
from dan-blanchard/fix-relative-tob94b42e
Add news fragmente4d1dcc
Remove additional method in SimplePath.07a2a44
Revert "Fix mypy failure that has nothing to do with this
PR"b815aee
Mark compat code as uncovered.