bpo-44210: make importlib.metadata._meta.PackageMetadata public#26299
bpo-44210: make importlib.metadata._meta.PackageMetadata public#26299miss-islington merged 1 commit intopython:mainfrom
Conversation
Signed-off-by: Filipe Laíns <lains@riseup.net>
|
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 <lains@riseup.net> Automerge-Triggered-By: GH:jaraco (cherry picked from commit df7eeac) Co-authored-by: Filipe Laíns <lains@riseup.net>
|
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 |
Signed-off-by: Filipe Laíns lains@riseup.net
https://bugs.python.org/issue44210
Automerge-Triggered-By: GH:jaraco