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

Use PEP 503 rules to validate upload filename #10072

Closed
wants to merge 7 commits into from

Commits on Dec 13, 2021

  1. Use PEP 503 rules to validate upload filename

    uranusjr authored and di committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    d7e8d8c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    2fcf144 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a79492 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea0289c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    f8f1182 View commit details
    Browse the repository at this point in the history
  2. Bump packaging requirement lower bound

    This is needed to guarantee parse_[sdist|wheel]_filename functions.
    uranusjr committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    99d1917 View commit details
    Browse the repository at this point in the history
  3. Add documentation for "Invalid filename" error

    And link to it in the error message.
    uranusjr committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    b14eff7 View commit details
    Browse the repository at this point in the history