Skip to content
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

Sync importlib_metadata enhancements through 3.7. #87594

Closed
jaraco opened this issue Mar 7, 2021 · 3 comments
Closed

Sync importlib_metadata enhancements through 3.7. #87594

jaraco opened this issue Mar 7, 2021 · 3 comments
Assignees
Labels
3.10 only security fixes stdlib Python modules in the Lib dir

Comments

@jaraco
Copy link
Member

jaraco commented Mar 7, 2021

BPO 43428
Nosy @jaraco
PRs
  • bpo-43428: Sync with importlib_metadata 3.7. #24782
  • bpo-43428: Improve documentation for importlib.metadata changes. #24858
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/jaraco'
    closed_at = <Date 2021-03-16.00:12:30.654>
    created_at = <Date 2021-03-07.22:54:27.090>
    labels = ['library', '3.10']
    title = 'Sync importlib_metadata enhancements through 3.7.'
    updated_at = <Date 2021-03-16.00:12:30.654>
    user = 'https://github.com/jaraco'

    bugs.python.org fields:

    activity = <Date 2021-03-16.00:12:30.654>
    actor = 'jaraco'
    assignee = 'jaraco'
    closed = True
    closed_date = <Date 2021-03-16.00:12:30.654>
    closer = 'jaraco'
    components = ['Library (Lib)']
    creation = <Date 2021-03-07.22:54:27.090>
    creator = 'jaraco'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 43428
    keywords = ['patch']
    message_count = 3.0
    messages = ['388250', '388629', '388701']
    nosy_count = 1.0
    nosy_names = ['jaraco']
    pr_nums = ['24782', '24858']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue43428'
    versions = ['Python 3.10']

    @jaraco
    Copy link
    Member Author

    jaraco commented Mar 7, 2021

    importlib metadata has added a few important changes since the last sync in bpo-42382 (importlib_metadata 3.3):

    • Performance enhancements to distribution discovery.
    • entry_points only returns unique distributions.
    • Introduces new EntryPoints object for containing a set of entry points with convenience methods for selecting entry points by group or name.
    • Added packages_distributions function to return a mapping of packages to the distributions that provide them.

    @jaraco jaraco added the 3.10 only security fixes label Mar 7, 2021
    @jaraco jaraco self-assigned this Mar 7, 2021
    @jaraco jaraco added stdlib Python modules in the Lib dir 3.10 only security fixes labels Mar 7, 2021
    @jaraco jaraco self-assigned this Mar 7, 2021
    @jaraco jaraco added the stdlib Python modules in the Lib dir label Mar 7, 2021
    @jaraco
    Copy link
    Member Author

    jaraco commented Mar 13, 2021

    New changeset f917efc by Jason R. Coombs in branch 'master':
    bpo-43428: Sync with importlib_metadata 3.7. (GH-24782)
    f917efc

    @jaraco
    Copy link
    Member Author

    jaraco commented Mar 15, 2021

    New changeset 35d5068 by Jason R. Coombs in branch 'master':
    bpo-43428: Improve documentation for importlib.metadata changes. (GH-24858)
    35d5068

    @jaraco jaraco closed this as completed Mar 16, 2021
    @jaraco jaraco closed this as completed Mar 16, 2021
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.10 only security fixes stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant