rerun: 0.32.2 -> 0.33.0 (#528510)

This commit is contained in:
Nick Cao
2026-06-05 20:37:02 +00:00
committed by GitHub
3 changed files with 11 additions and 4 deletions

View File

@@ -35,7 +35,7 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "rerun";
version = "0.32.2";
version = "0.33.0";
__structuredAttrs = true;
strictDeps = true;
@@ -49,7 +49,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
owner = "rerun-io";
repo = "rerun";
tag = finalAttrs.version;
hash = "sha256-VVMogg0mWBoev9oE4CSbv2caTTpcfkReTWA1tJ2n7RI=";
hash = "sha256-1jlZ+8jx1dNsWWrkQSyFAIK/VQNSotcyTknz0WhIaIc=";
};
# The path in `build.rs` is wrong for some reason, so we patch it to make the passthru tests work
@@ -58,7 +58,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
--replace-fail '"rerun_sdk/rerun_cli/rerun"' '"rerun_sdk/rerun"'
'';
cargoHash = "sha256-6cL7pocqcMiw+D7R6LIcegP4tO9fUTgXQFG51n6rsU4=";
cargoHash = "sha256-3erI/kWTJ5Exl9QpGidsIizi0UWbudzMSzoscoSTmP8=";
cargoBuildFlags = [
"--package"

View File

@@ -22,7 +22,7 @@ buildPythonPackage (finalAttrs: {
inherit (finalAttrs) version;
format = "wheel";
python = "py2.py3";
hash = "sha256-4kSDPW8ATfNcajb4Ebz6llwqfsX8lNYlYDZbekdcmMk=";
hash = "sha256-GDgqFShq40hcptQPie9pwyZFed/9kBmvke5/OwfHl6M=";
};
pythonRelaxDeps = [

View File

@@ -106,13 +106,18 @@ buildPythonPackage {
disabledTests = [
# ConnectionError: Connection: connecting to server: transport error
"test_decode_matrix"
"test_fixed_rate_sampling_duplicates_decode_correctly"
"test_isolated_streams"
"test_off_grid_capture_rate_decodes_correctly"
"test_save_screenshot"
"test_send_dataframe_roundtrip"
"test_server_failed_table_creation_does_not_leak_entry"
"test_server_version_info"
"test_server_with_dataset_files"
"test_server_with_dataset_prefix"
"test_server_with_multiple_datasets"
"test_viewer_dies_on_client_close"
# TypeError: 'Snapshot' object is not callable
"test_chunk_record_batch"
@@ -127,7 +132,9 @@ buildPythonPackage {
# av.InvalidDataError: the mp4 asset is a Git LFS pointer, not the real
# video (rerun.src is fetched without fetchLFS).
"test_anchor_path_decodes_mid_gop_target"
"test_collect_optimize_video_stream_summary"
"test_heuristic_fallback_when_is_keyframe_column_absent"
];
disabledTestPaths = [