From ada2213bd246061c2d843a7331d73809dfb6724d Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 5 Jun 2026 17:37:19 +0000 Subject: [PATCH] rerun: 0.32.2 -> 0.33.0 Diff: https://github.com/rerun-io/rerun/compare/0.32.2...0.33.0 Changelog: https://github.com/rerun-io/rerun/blob/0.33.0/CHANGELOG.md --- pkgs/by-name/re/rerun/package.nix | 6 +++--- pkgs/development/python-modules/rerun-notebook/default.nix | 2 +- pkgs/development/python-modules/rerun-sdk/default.nix | 7 +++++++ 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/re/rerun/package.nix b/pkgs/by-name/re/rerun/package.nix index fb238781ef02..888e2a3cc9db 100644 --- a/pkgs/by-name/re/rerun/package.nix +++ b/pkgs/by-name/re/rerun/package.nix @@ -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" diff --git a/pkgs/development/python-modules/rerun-notebook/default.nix b/pkgs/development/python-modules/rerun-notebook/default.nix index f469d8ef1856..dbaa086c8bd1 100644 --- a/pkgs/development/python-modules/rerun-notebook/default.nix +++ b/pkgs/development/python-modules/rerun-notebook/default.nix @@ -22,7 +22,7 @@ buildPythonPackage (finalAttrs: { inherit (finalAttrs) version; format = "wheel"; python = "py2.py3"; - hash = "sha256-4kSDPW8ATfNcajb4Ebz6llwqfsX8lNYlYDZbekdcmMk="; + hash = "sha256-GDgqFShq40hcptQPie9pwyZFed/9kBmvke5/OwfHl6M="; }; pythonRelaxDeps = [ diff --git a/pkgs/development/python-modules/rerun-sdk/default.nix b/pkgs/development/python-modules/rerun-sdk/default.nix index fded3aee9e80..7521d115636e 100644 --- a/pkgs/development/python-modules/rerun-sdk/default.nix +++ b/pkgs/development/python-modules/rerun-sdk/default.nix @@ -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 = [