Skip to content

gh-120492: Sync importlib_metadata 8.2.0 #124033

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 15, 2025

Conversation

jaraco
Copy link
Member

@jaraco jaraco commented Sep 13, 2024

Removes deprecated behaviors, including support for PackageMetadata.__getitem__ returning None for missing keys and Distribution subclasses not implementing abstract methods.
Prioritizes valid dists to invalid dists when retrieving by name (python/cpython/#120492). Adds SimplePath to importlib.metadata.__all__.

Removes deprecated behaviors, including support for PackageMetadata.__getitem__ returning None for missing keys and Distribution subclasses not implementing abstract methods.
Prioritizes valid dists to invalid dists when retrieving by name (python/cpython/python#120492). Adds SimplePath to importlib.metadata.__all__.
@jaraco jaraco requested review from FFY00 and removed request for warsaw and rhettinger September 13, 2024 15:50
@jaraco
Copy link
Member Author

jaraco commented Sep 13, 2024

The failures appear to be unrelated to this change.

@AA-Turner
Copy link
Member

Should this be updated? There are many more commits since 8.2: python/importlib_metadata@v8.2.0...main

Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Feel free to merge it as an incremental step towards 8.7, or update it to include up to 8.7 if you prefer.

@jaraco jaraco merged commit ec4021c into python:main Aug 15, 2025
48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants