Skip to content

Commit

Permalink
Upgrade bundled uv version to v0.4.3 (#1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 3, 2024
1 parent d103a75 commit 23e125e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion notes/pep508.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dependencies = [
]

[project.dependencies_meta.0]
exta_information = 42
extra_information = 42
```

Unfortunately that would still cause issues for tools that locally interpret `pyproject.toml`
Expand Down
14 changes: 7 additions & 7 deletions rye/src/sources/generated/uv_downloads.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
// To regenerate, run `rye run uv-downloads > rye/src/sources/generated/uv_downloads.inc` from the root of the repository.
use std::borrow::Cow;
pub const UV_DOWNLOADS: &[UvDownload] = &[
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("macos"), major: 0, minor: 3, patch: 0, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.3.0/uv-aarch64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("232935b3b2c187c4f8dc8bf533875bd7163d06a6fab625a1770689b337cbfded") },
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("linux"), major: 0, minor: 3, patch: 0, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.3.0/uv-aarch64-unknown-linux-musl.tar.gz"), sha256: Cow::Borrowed("55bc78ee396f3b9847d28a83edbeeb557edd78462b782459d95fa9cad86cca5e") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("windows"), major: 0, minor: 3, patch: 0, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.3.0/uv-i686-pc-windows-msvc.zip"), sha256: Cow::Borrowed("1dbe4b2b9829bb11cdb3ec64e916749f6224f0db0a65bbba69570a8aa1289e2c") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("linux"), major: 0, minor: 3, patch: 0, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.3.0/uv-i686-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("b5a7fb7e649de9fb0342fd42c3bb1c5e6dd25d96096e08af99caa276fa44dc07") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("macos"), major: 0, minor: 3, patch: 0, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.3.0/uv-x86_64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("8f3abf9bc7f49ddf85b1ebb4e5a5dd2032b6e7a4492fb5fce4b70ee4a9938733") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("windows"), major: 0, minor: 3, patch: 0, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.3.0/uv-x86_64-pc-windows-msvc.zip"), sha256: Cow::Borrowed("b8b693699b46d2063cf92ada07671a309f14ccb99b34f9b3f927f7fa08b24c19") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("linux"), major: 0, minor: 3, patch: 0, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.3.0/uv-x86_64-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("06e38986b2923882ad250ac42c9e5db3295bde33693aa9a63b8d32632daba007") },
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("macos"), major: 0, minor: 4, patch: 3, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.3/uv-aarch64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("e90719268e20a046ef23ad4d1a44e991876f6abe850147f7525901cdd28e799d") },
UvDownload {arch: Cow::Borrowed("aarch64"), os: Cow::Borrowed("linux"), major: 0, minor: 4, patch: 3, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.3/uv-aarch64-unknown-linux-musl.tar.gz"), sha256: Cow::Borrowed("8c98b1dbcfe6a1b5ed9cb567f57f25390af9925c30632fe33d9a38dd9d0b0c0f") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("windows"), major: 0, minor: 4, patch: 3, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.3/uv-i686-pc-windows-msvc.zip"), sha256: Cow::Borrowed("ca179ef25b4ef471eacde2dc93f67300e4e7aa1ce416ffb2055bf11fb7ed17b0") },
UvDownload {arch: Cow::Borrowed("i686"), os: Cow::Borrowed("linux"), major: 0, minor: 4, patch: 3, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.3/uv-i686-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("762021a53b27c87798ec95cb1f660e1d46f0b43f8614bf5b655bbe53e6d164fa") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("macos"), major: 0, minor: 4, patch: 3, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.3/uv-x86_64-apple-darwin.tar.gz"), sha256: Cow::Borrowed("bb7c9e642d8b4d2c456bae9d0b23a9aa8b872b9701e62c8a4d5b1af80413e8dd") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("windows"), major: 0, minor: 4, patch: 3, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.3/uv-x86_64-pc-windows-msvc.zip"), sha256: Cow::Borrowed("6dd21e06b67f86870bf7cbe262d5a65428a6c7f4bbccd1268063b3ea75b0440e") },
UvDownload {arch: Cow::Borrowed("x86_64"), os: Cow::Borrowed("linux"), major: 0, minor: 4, patch: 3, suffix: None, url: Cow::Borrowed("https://github.com/astral-sh/uv/releases/download/0.4.3/uv-x86_64-unknown-linux-gnu.tar.gz"), sha256: Cow::Borrowed("af57fae9c355d3ff8f561170edc87be3f52b7d34dc14b1a8980824a483dc4cb8") },
];
3 changes: 3 additions & 0 deletions rye/tests/test_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,10 @@ fn test_add_autosync() {
"###);
}

// TODO(charlie): This started failing on Windows in https://github.com/astral-sh/rye/pull/1347,
// likely due to a difference in path canonicalization.
#[test]
#[cfg(unix)]
fn test_autosync_remember() {
// remove the dependency source markers since they are instable between platforms
let mut settings = Settings::clone_current();
Expand Down

0 comments on commit 23e125e

Please sign in to comment.