-
-
Notifications
You must be signed in to change notification settings - Fork 474
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: astral-sh/rye
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.36.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 28 files changed
- 6 contributors
Commits on Jun 24, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 288bf4e - Browse repository at this point
Copy the full SHA 288bf4eView commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98d7abb - Browse repository at this point
Copy the full SHA 98d7abbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03d535d - Browse repository at this point
Copy the full SHA 03d535dView commit details
Commits on Jun 30, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for c60682f - Browse repository at this point
Copy the full SHA c60682fView commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b88f1ec - Browse repository at this point
Copy the full SHA b88f1ecView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 11fc495 - Browse repository at this point
Copy the full SHA 11fc495View commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f38f979 - Browse repository at this point
Copy the full SHA f38f979View commit details
Commits on Jul 7, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for fc7b54c - Browse repository at this point
Copy the full SHA fc7b54cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18dd72f - Browse repository at this point
Copy the full SHA 18dd72fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eda35c - Browse repository at this point
Copy the full SHA 3eda35cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12c024c - Browse repository at this point
Copy the full SHA 12c024cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.35.0...0.36.0