-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-44210: make importlib.metadata._meta.PackageMetadata public #26299
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
Conversation
Signed-off-by: Filipe Laíns <[email protected]>
This looks good. It just needs to go into the backport too. I'll use this PR to illustrate how I accomplish that. |
Thanks @FFY00 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
…onGH-26299) Signed-off-by: Filipe Laíns <[email protected]> Automerge-Triggered-By: GH:jaraco (cherry picked from commit df7eeac) Co-authored-by: Filipe Laíns <[email protected]>
GH-26320 is a backport of this pull request to the 3.10 branch. |
Now that the PR is merged, the commit is stable in CPython, so I can target that commit to cherry-pick into importlib_metadata. |
From the
Because
But, we don't want the 'Misc' file, so remove it:
Now push that commit (python/importlib_metadata@786c7440e53):
Optionally, consider cleaning up all those CPython commits with |
…6299) Signed-off-by: Filipe Laíns <[email protected]> Automerge-Triggered-By: GH:jaraco (cherry picked from commit df7eeac) Co-authored-by: Filipe Laíns <[email protected]>
Signed-off-by: Filipe Laíns [email protected]
https://bugs.python.org/issue44210
Automerge-Triggered-By: GH:jaraco