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

semver/pep508: handle wildcard exclusions #343

Merged

Commits on May 6, 2022

  1. semver/pep508: handle wildcard exclusions

    Prior to this change, when exporting PEP 508 strings for dependencies,
    wildcard exclusion constraints like `!=2.0.*` were incorrectly
    serialised as invalid PEP 508 due to how version unions were serialsed.
    
    This change allows for determining if a version union is a single
    wildcard range exclusion, and if so serialise it appropriately.
    
    Resolves: python-poetry/poetry#5470
    abn committed May 6, 2022
    Configuration menu
    Copy the full SHA
    2875257 View commit details
    Browse the repository at this point in the history