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

Synchronize importlib.metadata with importlib_metadata 0.22 #82302

Closed
jaraco opened this issue Sep 11, 2019 · 3 comments
Closed

Synchronize importlib.metadata with importlib_metadata 0.22 #82302

jaraco opened this issue Sep 11, 2019 · 3 comments
Assignees
Labels
3.8 only security fixes 3.9 only security fixes type-bug An unexpected behavior, bug, or error

Comments

@jaraco
Copy link
Member

jaraco commented Sep 11, 2019

BPO 38121
Nosy @jaraco, @pganssle
PRs
  • bpo-38121: Sync importlib.metadata with 0.22 backport #15993
  • [3.8] bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993) #16064
  • 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 2019-09-12.15:42:29.497>
    created_at = <Date 2019-09-11.16:41:22.707>
    labels = ['type-bug', '3.8', '3.9']
    title = 'Synchronize importlib.metadata with importlib_metadata 0.22'
    updated_at = <Date 2019-09-12.15:42:29.496>
    user = 'https://github.com/jaraco'

    bugs.python.org fields:

    activity = <Date 2019-09-12.15:42:29.496>
    actor = 'jaraco'
    assignee = 'jaraco'
    closed = True
    closed_date = <Date 2019-09-12.15:42:29.497>
    closer = 'jaraco'
    components = []
    creation = <Date 2019-09-11.16:41:22.707>
    creator = 'jaraco'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38121
    keywords = ['patch']
    message_count = 3.0
    messages = ['351971', '352073', '352203']
    nosy_count = 2.0
    nosy_names = ['jaraco', 'p-ganssle']
    pr_nums = ['15993', '16064']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue38121'
    versions = ['Python 3.8', 'Python 3.9']

    @jaraco
    Copy link
    Member Author

    jaraco commented Sep 11, 2019

    Incorporate the changes from the 0.22 release (https://gitlab.com/python-devs/importlib_metadata/blob/0.22/importlib_metadata/docs/changelog.rst) including the new lightweight shim from PathFinder into importlib.metadata.MetadataPathFinder.

    @jaraco jaraco added 3.8 only security fixes 3.9 only security fixes labels Sep 11, 2019
    @jaraco jaraco self-assigned this Sep 11, 2019
    @jaraco jaraco added the type-bug An unexpected behavior, bug, or error label Sep 11, 2019
    @pganssle
    Copy link
    Member

    New changeset 8ed6503 by Paul Ganssle (Jason R. Coombs) in branch 'master':
    bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993)
    8ed6503

    @jaraco
    Copy link
    Member Author

    jaraco commented Sep 12, 2019

    New changeset a0d4aac by Jason R. Coombs in branch '3.8':
    [3.8] bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993) (GH-16064)
    a0d4aac

    @jaraco jaraco closed this as completed Sep 12, 2019
    @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.8 only security fixes 3.9 only security fixes type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants