From c725b02146134879519f9814b48bf37ecb56f393 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 17:18:31 +0000 Subject: [PATCH] chore(ci): Update rattler-build digest to 0514a68 --- Cargo.lock | 281 +++++++++++++++++++++++++++++++++++++++++++++-------- Cargo.toml | 2 +- 2 files changed, 244 insertions(+), 39 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7117eba759..df5991d08a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5657,10 +5657,10 @@ dependencies = [ "pathdiff", "pixi_build_types", "rattler-build", - "rattler_build_jinja", - "rattler_build_recipe", - "rattler_build_types", - "rattler_build_variant_config", + "rattler_build_jinja 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", + "rattler_build_recipe 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", + "rattler_build_types 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", + "rattler_build_variant_config 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", "rattler_conda_types", "rattler_digest", "rattler_virtual_packages", @@ -5707,8 +5707,8 @@ dependencies = [ "pixi_build_backend", "pixi_build_types", "rattler-build", - "rattler_build_jinja", - "rattler_build_types", + "rattler_build_jinja 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", + "rattler_build_types 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", "rattler_conda_types", "recipe_stage0", "rstest", @@ -5777,8 +5777,8 @@ dependencies = [ "pixi_build_backend", "pixi_build_types", "rattler-build", - "rattler_build_jinja", - "rattler_build_types", + "rattler_build_jinja 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", + "rattler_build_types 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", "rattler_conda_types", "recipe_stage0", "rstest", @@ -5831,8 +5831,8 @@ dependencies = [ "pixi_build_backend", "pixi_build_types", "rattler-build", - "rattler_build_recipe", - "rattler_build_variant_config", + "rattler_build_recipe 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", + "rattler_build_variant_config 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", "rattler_conda_types", "serde", "serde_json", @@ -7377,8 +7377,8 @@ dependencies = [ [[package]] name = "rattler-build" -version = "0.58.1" -source = "git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1#cfed7c5d2447755367cfa643e307b78e73226d16" +version = "0.58.4" +source = "git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32#0514a68221c47a03f358d26337969a0fe979ae32" dependencies = [ "anyhow", "async-once-cell", @@ -7413,19 +7413,19 @@ dependencies = [ "num_cpus", "pathdiff", "rattler", - "rattler_build_jinja", + "rattler_build_core", + "rattler_build_jinja 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", "rattler_build_networking", - "rattler_build_recipe", + "rattler_build_recipe 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", "rattler_build_recipe_generator", - "rattler_build_script", + "rattler_build_script 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", "rattler_build_source_cache", - "rattler_build_types", - "rattler_build_variant_config", + "rattler_build_types 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", + "rattler_build_variant_config 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", "rattler_cache", "rattler_conda_types", "rattler_config", "rattler_digest", - "rattler_git", "rattler_index", "rattler_menuinst", "rattler_networking", @@ -7433,7 +7433,6 @@ dependencies = [ "rattler_prefix_guard", "rattler_redaction", "rattler_repodata_gateway", - "rattler_s3", "rattler_shell", "rattler_solve", "rattler_upload", @@ -7472,6 +7471,110 @@ dependencies = [ "which", ] +[[package]] +name = "rattler_build_core" +version = "0.58.5" +source = "git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32#0514a68221c47a03f358d26337969a0fe979ae32" +dependencies = [ + "anyhow", + "async-once-cell", + "async-recursion", + "chrono", + "clap", + "clap-verbosity-flag", + "comfy-table", + "console 0.16.2", + "content_inspector", + "dunce", + "flickzeug", + "fs-err", + "futures", + "globset", + "goblin", + "hex", + "ignore", + "indexmap 2.13.0", + "indicatif", + "itertools 0.14.0", + "line-ending", + "memchr", + "memmap2 0.9.10", + "miette 7.6.0", + "minijinja", + "num_cpus", + "pathdiff", + "rattler", + "rattler_build_jinja 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", + "rattler_build_networking", + "rattler_build_recipe 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", + "rattler_build_script 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", + "rattler_build_source_cache", + "rattler_build_types 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", + "rattler_cache", + "rattler_conda_types", + "rattler_config", + "rattler_digest", + "rattler_git", + "rattler_index", + "rattler_menuinst", + "rattler_networking", + "rattler_package_streaming", + "rattler_redaction", + "rattler_repodata_gateway", + "rattler_s3", + "rattler_shell", + "rattler_solve", + "rattler_upload", + "rattler_virtual_packages", + "rayon", + "reflink-copy", + "regex", + "reqwest 0.12.28", + "reqwest-middleware", + "retry-policies 0.5.1", + "scroll", + "serde", + "serde-untagged", + "serde_json", + "serde_with", + "serde_yaml", + "sha2", + "tempfile", + "terminal_size", + "text-stub-library", + "thiserror 2.0.18", + "tokio", + "tokio-util 0.7.18", + "tracing", + "tracing-core", + "tracing-subscriber", + "unicode-normalization", + "url", + "walkdir", + "which", +] + +[[package]] +name = "rattler_build_jinja" +version = "0.1.0" +source = "git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32#0514a68221c47a03f358d26337969a0fe979ae32" +dependencies = [ + "fs-err", + "indexmap 2.13.0", + "itertools 0.14.0", + "lazy_static", + "minijinja", + "rattler_build_types 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", + "rattler_conda_types", + "serde", + "serde_json", + "serde_with", + "serde_yaml", + "strum", + "thiserror 2.0.18", + "toml", +] + [[package]] name = "rattler_build_jinja" version = "0.1.0" @@ -7482,7 +7585,7 @@ dependencies = [ "itertools 0.14.0", "lazy_static", "minijinja", - "rattler_build_types", + "rattler_build_types 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", "rattler_conda_types", "serde", "serde_json", @@ -7496,7 +7599,7 @@ dependencies = [ [[package]] name = "rattler_build_networking" version = "0.1.0" -source = "git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1#cfed7c5d2447755367cfa643e307b78e73226d16" +source = "git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32#0514a68221c47a03f358d26337969a0fe979ae32" dependencies = [ "rattler_networking", "reqwest 0.12.28", @@ -7505,6 +7608,39 @@ dependencies = [ "url", ] +[[package]] +name = "rattler_build_recipe" +version = "0.1.0" +source = "git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32#0514a68221c47a03f358d26337969a0fe979ae32" +dependencies = [ + "fs-err", + "globset", + "indexmap 2.13.0", + "itertools 0.14.0", + "marked-yaml", + "miette 7.6.0", + "minijinja", + "pathdiff", + "petgraph", + "rattler_build_jinja 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", + "rattler_build_script 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", + "rattler_build_types 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", + "rattler_build_variant_config 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", + "rattler_build_yaml_parser 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", + "rattler_conda_types", + "rattler_digest", + "regex", + "serde", + "serde-value", + "serde_json", + "serde_with", + "serde_yaml", + "sha1", + "spdx 0.12.0", + "thiserror 2.0.18", + "url", +] + [[package]] name = "rattler_build_recipe" version = "0.1.0" @@ -7519,11 +7655,11 @@ dependencies = [ "minijinja", "pathdiff", "petgraph", - "rattler_build_jinja", - "rattler_build_script", - "rattler_build_types", - "rattler_build_variant_config", - "rattler_build_yaml_parser", + "rattler_build_jinja 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", + "rattler_build_script 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", + "rattler_build_types 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", + "rattler_build_variant_config 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", + "rattler_build_yaml_parser 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", "rattler_conda_types", "rattler_digest", "regex", @@ -7541,7 +7677,7 @@ dependencies = [ [[package]] name = "rattler_build_recipe_generator" version = "0.1.0" -source = "git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1#cfed7c5d2447755367cfa643e307b78e73226d16" +source = "git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32#0514a68221c47a03f358d26337969a0fe979ae32" dependencies = [ "async-once-cell", "async-recursion", @@ -7568,6 +7704,28 @@ dependencies = [ "zip 6.0.0", ] +[[package]] +name = "rattler_build_script" +version = "0.1.0" +source = "git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32#0514a68221c47a03f358d26337969a0fe979ae32" +dependencies = [ + "clap", + "console 0.16.2", + "fs-err", + "futures", + "indexmap 2.13.0", + "itertools 0.14.0", + "minijinja", + "rattler_conda_types", + "rattler_shell", + "serde", + "thiserror 2.0.18", + "tokio", + "tokio-util 0.7.18", + "tracing", + "which", +] + [[package]] name = "rattler_build_script" version = "0.1.0" @@ -7593,7 +7751,7 @@ dependencies = [ [[package]] name = "rattler_build_source_cache" version = "0.1.0" -source = "git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1#cfed7c5d2447755367cfa643e307b78e73226d16" +source = "git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32#0514a68221c47a03f358d26337969a0fe979ae32" dependencies = [ "async-trait", "bzip2 0.6.1", @@ -7616,8 +7774,6 @@ dependencies = [ "serde_json", "sevenz-rust2", "sha2", - "sigstore-trust-root", - "sigstore-types", "sigstore-verify", "tar", "tempfile", @@ -7630,6 +7786,21 @@ dependencies = [ "zstd", ] +[[package]] +name = "rattler_build_types" +version = "0.1.0" +source = "git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32#0514a68221c47a03f358d26337969a0fe979ae32" +dependencies = [ + "globset", + "itertools 0.14.0", + "rattler_conda_types", + "serde", + "serde_json", + "serde_with", + "serde_yaml", + "thiserror 2.0.18", +] + [[package]] name = "rattler_build_types" version = "0.1.0" @@ -7645,6 +7816,26 @@ dependencies = [ "thiserror 2.0.18", ] +[[package]] +name = "rattler_build_variant_config" +version = "0.1.0" +source = "git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32#0514a68221c47a03f358d26337969a0fe979ae32" +dependencies = [ + "fs-err", + "marked-yaml", + "miette 7.6.0", + "minijinja", + "rattler_build_jinja 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", + "rattler_build_types 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", + "rattler_build_yaml_parser 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", + "rattler_conda_types", + "regex", + "serde", + "serde_yaml", + "thiserror 2.0.18", + "tracing", +] + [[package]] name = "rattler_build_variant_config" version = "0.1.0" @@ -7654,9 +7845,9 @@ dependencies = [ "marked-yaml", "miette 7.6.0", "minijinja", - "rattler_build_jinja", - "rattler_build_types", - "rattler_build_yaml_parser", + "rattler_build_jinja 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", + "rattler_build_types 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", + "rattler_build_yaml_parser 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", "rattler_conda_types", "regex", "serde", @@ -7665,6 +7856,18 @@ dependencies = [ "tracing", ] +[[package]] +name = "rattler_build_yaml_parser" +version = "0.1.0" +source = "git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32#0514a68221c47a03f358d26337969a0fe979ae32" +dependencies = [ + "marked-yaml", + "miette 7.6.0", + "rattler_build_jinja 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", + "serde", + "thiserror 2.0.18", +] + [[package]] name = "rattler_build_yaml_parser" version = "0.1.0" @@ -7672,7 +7875,7 @@ source = "git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1#cfed7c5d24 dependencies = [ "marked-yaml", "miette 7.6.0", - "rattler_build_jinja", + "rattler_build_jinja 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", "serde", "thiserror 2.0.18", ] @@ -7793,7 +7996,8 @@ dependencies = [ [[package]] name = "rattler_git" version = "0.1.0" -source = "git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1#cfed7c5d2447755367cfa643e307b78e73226d16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e3433ae20e2a061b99f8587b497fc2fb0c3f8e63527b047f33aca2d28a949f0" dependencies = [ "dashmap", "dunce", @@ -7988,14 +8192,15 @@ dependencies = [ [[package]] name = "rattler_prefix_guard" version = "0.1.0" -source = "git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1#cfed7c5d2447755367cfa643e307b78e73226d16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e61233ecc4db99035f4f97e378e971d4998b45b3bb5fb894350e04b05f8bb97" dependencies = [ "fs-err", "libc", "serde", "serde_json", "tokio", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -8235,7 +8440,7 @@ dependencies = [ "insta", "itertools 0.14.0", "marked-yaml", - "rattler_build_types", + "rattler_build_types 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", "rattler_conda_types", "serde", "serde_yaml", diff --git a/Cargo.toml b/Cargo.toml index 5dd25f2f68..2b7a5973e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -243,7 +243,7 @@ rattler_virtual_packages = { version = "2.3.11", default-features = false } simple_spawn_blocking = { version = "1.1.0", default-features = false } # Rattler build crates -rattler-build = { git = "https://github.com/prefix-dev/rattler-build", rev = "v0.58.1", default-features = false, features = [ +rattler-build = { git = "https://github.com/prefix-dev/rattler-build", rev = "0514a68221c47a03f358d26337969a0fe979ae32", default-features = false, features = [ "s3", ] } rattler_build_jinja = { git = "https://github.com/prefix-dev/rattler-build", rev = "v0.58.1" }