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 suffix for pre-release cross-dependent packages #27727

Merged

Commits on Nov 17, 2022

  1. Fix suffix for pre-release cross-dependent packages

    We used .* as suffix for dependent pre-release packages but it
    turned out to be misunderstanding of the dependencies and PEP440.
    
    According to PEP440 the dev/a/b/c(rc) versions are strictly ordered
    and ">=X.Y.Z.dev0" is equivalent of "depends on any pre-release
    package of X.Y.Z and all packages that follow".
    
    Result of discusion in python-poetry/poetry#7047
    potiuk committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    eb7a54d View commit details
    Browse the repository at this point in the history