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

Fix erroneous non-ASCII in local version #470

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 26, 2021

  1. Fix erroneous non-ASCII in local version (pypa#469)

    * Fix validation in the packaging.version.Version's constructor
    
    * Fix validation in the packaging.specifiers.Specifier's constructor
    
    * Complement relevant tests, including adding cases related to presence
      of non-ASCII whitespace characters in input strings
    
    * Fix docs of packaging.version.VERSION_PATTERN by mentioning necessity
      of the re.ASCII flag
    zuo committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    89ee170 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    afd6c19 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Update CHANGELOG.rst

    Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
    zuo and pradyunsg committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    83b8ac6 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    c82566f View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    ecfbf95 View commit details
    Browse the repository at this point in the history