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

feat: support parsing whl METADATA on any python version #1693

Merged
merged 29 commits into from
Jan 25, 2024

Commits on Jan 19, 2024

  1. feat: support resolving deps for a non-host interpreter version

    With this PR we prepare the dependency resolution machinery to
    support other than host python versions. This may make it possible
    to generate select statements based on the version but we target
    this usecase as it requires little code to be changed and once
    wired to the starlark code could be of use. Creating this PR
    for discussion so that we can decide on a suitable interface.
    aignas committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    fc90b80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bde063 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f6b8a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a01f07 View commit details
    Browse the repository at this point in the history
  5. improve the from string method

    aignas committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    1b93a5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63e1ad6 View commit details
    Browse the repository at this point in the history
  7. changelog

    aignas committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    22128af View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    03e9c1e View commit details
    Browse the repository at this point in the history
  9. update changelog

    aignas committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    a385b8a View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. address review comments

    aignas committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    237738d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ab711f View commit details
    Browse the repository at this point in the history
  3. fixup: use cannonical labels

    aignas committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    f9bc941 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40a7546 View commit details
    Browse the repository at this point in the history
  5. update docs

    aignas committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    1ec13e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11bd71e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20c5a30 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8432361 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7047f66 View commit details
    Browse the repository at this point in the history
  10. fixup config setting group

    aignas committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    d8b80d1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    da112f2 View commit details
    Browse the repository at this point in the history
  12. simplify example

    aignas committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    19ed77d View commit details
    Browse the repository at this point in the history
  13. clarify changelog

    aignas committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    eca95cc View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

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

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    f744d3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02360ca View commit details
    Browse the repository at this point in the history
  3. doc: move changelog

    aignas committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    db002f3 View commit details
    Browse the repository at this point in the history
  4. update the FIXME

    aignas committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c24a7a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e4e504 View commit details
    Browse the repository at this point in the history
  6. comment: rename

    aignas committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    7c276f2 View commit details
    Browse the repository at this point in the history