Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: astral-sh/rye
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.35.0
Choose a base ref
...
head repository: astral-sh/rye
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.36.0
Choose a head ref
  • 11 commits
  • 28 files changed
  • 6 contributors

Commits on Jun 24, 2024

  1. Upgrade pyyaml to v6.0.1 (#1170)

    ## Summary
    
    It looks like `pyyaml==6.0.0` has a faulty source distribution that we
    can't build (`pip install pyyaml==6.0.0 --no-cache --force-reinstall
    --no-binary pyyaml` fails). But `pyyaml==6.0.1` works as expected. The
    documentation seems to build in a musl container, so it has to build
    from source.
    charliermarsh authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    288bf4e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    98d7abb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03d535d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Pass keyring-provider to uv sync and install (#1183)

    When calling `uv pip {install,sync}`, the `keyring-provider` argument
    doesn't get passed, even though `uv` supports these arguments for both.
    
    We already have the functionality implemented for `uv pip compile`, so
    just extend the support to these.
    
    Tested locally for both commands, seems to work fine.
    emarsden-iso authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    c60682f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    b88f1ec View commit details
    Browse the repository at this point in the history
  2. Pass universal flag down to uv (#1186)

    Partially addresses #1056
    
    Allows parsing the new `--universal` flag down to uv when calling `lock`
    or `sync`, also adds it as an option to the pyrpoject.toml
    
    Tested locally for `lock` and `sync` with command line args and in the
    pyproject, seems to work.
    lbowenwest authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    11fc495 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

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

Commits on Jul 7, 2024

  1. Use musl build for ARM Linux (#1192)

    ## Summary
    
    uv's dynamically-linked ARM Linux build is only compatible with
    `manylinux_2_28` (we can't build Ring for earlier versions). You can see
    that we [dual-tag](https://pypi.org/project/uv/#files) the musl build
    for this reason as being `manylinux_2014`-compatible. This PR moves the
    ARM build to use the musl build, which should resolve the compatibility
    issues with `manylinux_2_17`.
    
    Closes #1187.
    charliermarsh authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    fc7b54c View commit details
    Browse the repository at this point in the history
  2. docs: fix tildes (#1198)

    guyrosin authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    18dd72f View commit details
    Browse the repository at this point in the history
  3. Upgrade twine version (#1199)

    Closes #1180.
    charliermarsh authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    3eda35c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12c024c View commit details
    Browse the repository at this point in the history
Loading