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.34.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.35.0
Choose a head ref
  • 14 commits
  • 34 files changed
  • 7 contributors

Commits on May 20, 2024

  1. Bump actions/checkout to v4 (#1101)

    Removes all the Node.js 16 versions from the CI runs
    
    ![image](https://github.com/astral-sh/rye/assets/29100934/e2f3b3c0-206e-449e-a4a2-b6efd803f3bb)
    davfsa authored May 20, 2024
    Configuration menu
    Copy the full SHA
    39fe0d0 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Enforce --pre when auto-syncing (#1107)

    ## Summary
    
    We weren't passing `--pre` when auto-syncing after `rye `add`.
    
    Closes #1102
    charliermarsh authored May 22, 2024
    Configuration menu
    Copy the full SHA
    6d395c6 View commit details
    Browse the repository at this point in the history
  2. Sync UV Releases (#1103)

    - 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>
    github-actions[bot] and mitsuhiko authored May 22, 2024
    Configuration menu
    Copy the full SHA
    c388c12 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Temporarily change installer location (#1112)

    The site is down due to DNS issues, changing this in the interim.
    charliermarsh authored May 23, 2024
    Configuration menu
    Copy the full SHA
    6b2c3f4 View commit details
    Browse the repository at this point in the history
  2. Move from rye-up.com to rye.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.
    charliermarsh authored May 23, 2024
    Configuration menu
    Copy the full SHA
    68d85ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9caff1c View commit details
    Browse the repository at this point in the history
  4. 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
    timothycrosley authored May 23, 2024
    Configuration menu
    Copy the full SHA
    703cf9e View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

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

Commits on May 27, 2024

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

Commits on May 30, 2024

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

Commits on Jun 24, 2024

  1. 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!
    asmith26 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7828a28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7412ee4 View commit details
    Browse the repository at this point in the history
  3. 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`
    zys864 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5df957d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1dbc56 View commit details
    Browse the repository at this point in the history
Loading