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

Revert pyparsing constraint #482

Merged
merged 2 commits into from
Nov 2, 2021
Merged

Commits on Nov 2, 2021

  1. Build with pyproject-build

    See: https://github.com/pypa/packaging/pull/480/files#r740158146
    
    As suggested by @layday, local `packaging` package directory takes
    precedence over the installed `packaging`. By building with
    `pyproject-build`, CWD will not be added to python path.
    moyiz committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    8b48df5 View commit details
    Browse the repository at this point in the history
  2. Remove upper limit on pyparsing

    See discussion in : pypa#480
    `pyparsing` is backward compatible for now (synonyms for camel cased
    attributes).
    Fix unit test to accecpt either pyparsing 2 or 3 exception message.
    moyiz committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    4d6b281 View commit details
    Browse the repository at this point in the history