-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into perf/prefix-always-…
…sharded
- Loading branch information
Showing
127 changed files
with
4,407 additions
and
2,637 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,4 +46,4 @@ jobs: | |
- name: Run tests | ||
run: | | ||
cd py-rattler | ||
pixi run -e test test | ||
pixi run -e test test --color=yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "file_url" | ||
version = "0.1.6" | ||
version = "0.1.7" | ||
edition.workspace = true | ||
authors = ["Bas Zalmstra <[email protected]>"] | ||
description = "Helper functions to work with file:// urls" | ||
|
@@ -13,7 +13,7 @@ url = { workspace = true } | |
percent-encoding = { workspace = true } | ||
itertools = { workspace = true } | ||
typed-path = { workspace = true } | ||
thiserror = "1.0.61" | ||
thiserror = "1.0.66" | ||
|
||
[dev-dependencies] | ||
rstest = { workspace = true } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rattler" | ||
version = "0.27.16" | ||
version = "0.28.0" | ||
edition.workspace = true | ||
authors = ["Bas Zalmstra <[email protected]>"] | ||
description = "Rust library to install conda environments" | ||
|
@@ -32,12 +32,12 @@ memchr = { workspace = true } | |
memmap2 = { workspace = true } | ||
once_cell = { workspace = true } | ||
parking_lot = { workspace = true } | ||
rattler_cache = { path = "../rattler_cache", version = "0.2.7", default-features = false } | ||
rattler_conda_types = { path = "../rattler_conda_types", version = "0.28.3", default-features = false } | ||
rattler_digest = { path = "../rattler_digest", version = "1.0.2", default-features = false } | ||
rattler_networking = { path = "../rattler_networking", version = "0.21.4", default-features = false } | ||
rattler_shell = { path = "../rattler_shell", version = "0.22.4", default-features = false } | ||
rattler_package_streaming = { path = "../rattler_package_streaming", version = "0.22.10", default-features = false, features = ["reqwest"] } | ||
rattler_cache = { path = "../rattler_cache", version = "0.2.8", default-features = false } | ||
rattler_conda_types = { path = "../rattler_conda_types", version = "0.29.0", default-features = false } | ||
rattler_digest = { path = "../rattler_digest", version = "1.0.3", default-features = false } | ||
rattler_networking = { path = "../rattler_networking", version = "0.21.5", default-features = false } | ||
rattler_shell = { path = "../rattler_shell", version = "0.22.5", default-features = false } | ||
rattler_package_streaming = { path = "../rattler_package_streaming", version = "0.22.11", default-features = false, features = ["reqwest"] } | ||
reflink-copy = { workspace = true } | ||
regex = { workspace = true } | ||
reqwest = { workspace = true, features = ["stream", "json", "gzip"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.