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

Requirement syntax broken when extras indicated on url_req #90263

Closed
jaraco opened this issue Dec 16, 2021 · 4 comments
Closed

Requirement syntax broken when extras indicated on url_req #90263

jaraco opened this issue Dec 16, 2021 · 4 comments
Assignees
Labels
3.9 only security fixes 3.10 only security fixes 3.11 bug and security fixes

Comments

@jaraco
Copy link
Member

jaraco commented Dec 16, 2021

BPO 46105
Nosy @jaraco, @miss-islington
PRs
  • bpo-46105: Honor spec when generating requirement specs with urls and extras #30151
  • [3.10] bpo-46105: Honor spec when generating requirement specs with urls and extras. (GH-30151) #30156
  • [3.9] bpo-46105: Honor spec when generating requirement specs with urls and extras. (GH-30151). #30157
  • 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-12-17.00:58:56.209>
    created_at = <Date 2021-12-16.19:14:18.271>
    labels = ['3.9', '3.10', '3.11']
    title = 'Requirement syntax broken when extras indicated on url_req'
    updated_at = <Date 2021-12-17.00:58:56.209>
    user = 'https://github.com/jaraco'

    bugs.python.org fields:

    activity = <Date 2021-12-17.00:58:56.209>
    actor = 'jaraco'
    assignee = 'jaraco'
    closed = True
    closed_date = <Date 2021-12-17.00:58:56.209>
    closer = 'jaraco'
    components = []
    creation = <Date 2021-12-16.19:14:18.271>
    creator = 'jaraco'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 46105
    keywords = ['patch']
    message_count = 4.0
    messages = ['408727', '408737', '408739', '408745']
    nosy_count = 2.0
    nosy_names = ['jaraco', 'miss-islington']
    pr_nums = ['30151', '30156', '30157']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue46105'
    versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']

    @jaraco
    Copy link
    Member Author

    jaraco commented Dec 16, 2021

    In python/importlib_metadata#357, a user reported an issue where a requirement generated by importlib.metadata from egg info metadata would result in a parse error attempting to parse the error. A fix was released in importlib_metadata 4.8.3.

    @jaraco jaraco added 3.9 only security fixes 3.10 only security fixes 3.11 bug and security fixes labels Dec 16, 2021
    @jaraco jaraco self-assigned this Dec 16, 2021
    @jaraco jaraco added 3.9 only security fixes 3.10 only security fixes 3.11 bug and security fixes labels Dec 16, 2021
    @jaraco jaraco self-assigned this Dec 16, 2021
    @jaraco
    Copy link
    Member Author

    jaraco commented Dec 16, 2021

    New changeset 109d966 by Jason R. Coombs in branch 'main':
    bpo-46105: Honor spec when generating requirement specs with urls and extras. (GH-30151)
    109d966

    @miss-islington
    Copy link
    Contributor

    New changeset 09d7319 by Miss Islington (bot) in branch '3.10':
    bpo-46105: Honor spec when generating requirement specs with urls and extras. (GH-30151)
    09d7319

    @jaraco
    Copy link
    Member Author

    jaraco commented Dec 17, 2021

    New changeset 864ec17 by Jason R. Coombs in branch '3.9':
    [3.9] bpo-46105: Honor spec when generating requirement specs with urls and extras. (GH-30151). (GH-30157)
    864ec17

    @jaraco jaraco closed this as completed Dec 17, 2021
    @jaraco jaraco closed this as completed Dec 17, 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.9 only security fixes 3.10 only security fixes 3.11 bug and security fixes
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants