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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial work on standard Python support for pyproject.toml files #5661

Merged
merged 10 commits into from Oct 24, 2022

Commits on Oct 24, 2022

  1. Remove code dead

    It's no longer used since 2115484.
    deivid-rodriguez committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    7833ee7 View commit details
    Browse the repository at this point in the history
  2. Remove unused constant

    It's unused since it was first introduced at
    65ee6f8, since it's duplicated in
    `PoetryFilesParser`.
    deivid-rodriguez committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    29cd3bb View commit details
    Browse the repository at this point in the history
  3. Some renaming and rewording

    To make room for standard python specs and clarify what fixture
    manifests test.
    deivid-rodriguez committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    9de0820 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b820362 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3592bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9fcf751 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84aa4fe View commit details
    Browse the repository at this point in the history
  8. Fix updating libraries support

    Reuse the same logic used for detecting poetry libraries. Also for
    consistency, since standard Python does not have a caret operator, change existing
    poetry update checker specs to use the tilde operator instead, which
    is also implemented in standard python.
    deivid-rodriguez committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    4dc7187 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a32e88a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    df42850 View commit details
    Browse the repository at this point in the history