-
-
Notifications
You must be signed in to change notification settings - Fork 474
Comparing changes
Open a pull request
base repository: astral-sh/rye
base: 0.34.0
head repository: astral-sh/rye
compare: 0.35.0
- 14 commits
- 34 files changed
- 7 contributors
Commits on May 20, 2024
-
Bump actions/checkout to v4 (#1101)
Removes all the Node.js 16 versions from the CI runs 
Configuration menu - View commit details
-
Copy full SHA for 39fe0d0 - Browse repository at this point
Copy the full SHA 39fe0d0View commit details
Commits on May 22, 2024
-
Enforce
--pre
when auto-syncing (#1107)## Summary We weren't passing `--pre` when auto-syncing after `rye `add`. Closes #1102
Configuration menu - View commit details
-
Copy full SHA for 6d395c6 - Browse repository at this point
Copy the full SHA 6d395c6View commit details -
- Synced latest UV releases <sup>Auto-generated by [sync-uv-releases.yml](https://github.com/astral-sh/rye/blob/main/.github/workflows/sync-uv-releases.yml)</sup> Co-authored-by: mitsuhiko <7396+mitsuhiko@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c388c12 - Browse repository at this point
Copy the full SHA c388c12View commit details
Commits on May 23, 2024
-
Temporarily change installer location (#1112)
The site is down due to DNS issues, changing this in the interim.
Configuration menu - View commit details
-
Copy full SHA for 6b2c3f4 - Browse repository at this point
Copy the full SHA 6b2c3f4View commit details -
Move from
rye-up.com
torye.astral.sh
(#1113)## Summary We're having issues with `rye-up.com`. We're trying to recover it but need to work with the registrar. In the interim, I'm going to move the docs and installers to `rye.astral.sh`. When `rye-up.com` is recovered, we can redirect, either from `rye.astral.sh` to `rye-up.com` or vice versa. Closes #1111.
Configuration menu - View commit details
-
Copy full SHA for 68d85ed - Browse repository at this point
Copy the full SHA 68d85edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9caff1c - Browse repository at this point
Copy the full SHA 9caff1cView commit details -
Fix install instructions on README.md for mac/linux (#1114)
On latest Ubuntu current install instructions result with an error: ``` user@user-laptop:~$ curl -sSf https://rye.astral.sh/get | sh sh: 2: set: Illegal option -o pipefail ``` While using the instructions on the official website: https://rye.astral.sh/ work as expected. This PR updates the README.md version to match
Configuration menu - View commit details
-
Copy full SHA for 703cf9e - Browse repository at this point
Copy the full SHA 703cf9eView commit details
Commits on May 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec1e513 - Browse repository at this point
Copy the full SHA ec1e513View commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c14f2a7 - Browse repository at this point
Copy the full SHA c14f2a7View commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2107ff0 - Browse repository at this point
Copy the full SHA 2107ff0View commit details
Commits on Jun 24, 2024
-
Add ability to specify option to generate hashes within pyproject.toml (
#1129) Please note: I haven't written any Rust before, but just wanted this feature hence thought I'd try submitting a PR for this. I've essentially tried to mimic the code regarding the `--with-sources` feature. I'm not sure how to compile and test locally (so welcome any info on this - and if helpful I would be happy to test this locally and get back to confirm if this works). All thoughts/help/feedback etc. very welcome, and no worries if this feature is not useful. - Adds ability to specify option to generate hashes via the pyproject.toml (similar to https://rye.astral.sh/guide/pyproject/#toolryelock-with-sources). - Updates doc regarding the `--generate-hashes` option too. - Added [`+++ 0.35.0`](https://github.com/astral-sh/rye/pull/1129/files#diff-8ea7c706930a01df775defe815afe2478a41699e0ac0b99d7b069c0fe0d9f45fR65) to the doc in case it gets merged for this version, but feel free to amend as appropriate. Thanks!
Configuration menu - View commit details
-
Copy full SHA for 7828a28 - Browse repository at this point
Copy the full SHA 7828a28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7412ee4 - Browse repository at this point
Copy the full SHA 7412ee4View commit details -
improve config.toml error msg (#1155)
improve config.toml error msg when I write a unvalid config.toml ```toml [[sources]] # name = "company-internal" url = "https://company.internal/simple/" ``` the before msg is very strange: `error: expected name` after: `error: bad config.toml syntax,expected source.name`
Configuration menu - View commit details
-
Copy full SHA for 5df957d - Browse repository at this point
Copy the full SHA 5df957dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1dbc56 - Browse repository at this point
Copy the full SHA a1dbc56View commit details
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.34.0...0.35.0