From b5179916548df6badc83b6199f83e2fdadf760c7 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 27 May 2026 22:10:41 +0000 Subject: [PATCH 1/2] python3Packages.pylance: 6.0.1 -> 7.0.0 Diff: https://github.com/lancedb/lance/compare/v6.0.1...v7.0.0 Changelog: https://github.com/lancedb/lance/releases/tag/v7.0.0 --- pkgs/development/python-modules/pylance/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pylance/default.nix b/pkgs/development/python-modules/pylance/default.nix index e685b6955a34..e9a7a659caef 100644 --- a/pkgs/development/python-modules/pylance/default.nix +++ b/pkgs/development/python-modules/pylance/default.nix @@ -34,7 +34,7 @@ buildPythonPackage (finalAttrs: { pname = "pylance"; - version = "6.0.1"; + version = "7.0.0"; pyproject = true; __structuredAttrs = true; @@ -42,7 +42,7 @@ buildPythonPackage (finalAttrs: { owner = "lancedb"; repo = "lance"; tag = "v${finalAttrs.version}"; - hash = "sha256-n9x4Q1UlIuVWcDTdJd72JyQk/nuFMsWfzK2OmoO9wbU="; + hash = "sha256-wOFfG2CPt292WkdLUM+5Rl0OKej9b8WzV9LRpCoao3M="; }; sourceRoot = "${finalAttrs.src.name}/python"; @@ -54,7 +54,7 @@ buildPythonPackage (finalAttrs: { src sourceRoot ; - hash = "sha256-b2O38ZKks6oiBAtUx0fTtFSy5nbsZCZD/BmeJY5zda8="; + hash = "sha256-8ngtq1AlOj0ZgiAwsibz1MGxSJ8kfIbXCafsIneOMqA="; }; nativeBuildInputs = [ @@ -135,6 +135,7 @@ buildPythonPackage (finalAttrs: { "test_lance_log_file" "test_lance_log_file_invalid_path" "test_lance_log_file_with_directory_creation" + "test_lance_log_filters_trace_event_targets" "test_timestamp_precision" "test_tracing" From 07226ef403749624ecea53bd45c2129ff032be90 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 27 May 2026 22:13:57 +0000 Subject: [PATCH 2/2] python3Packages.lancedb: fix hash u --- pkgs/development/python-modules/lancedb/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/lancedb/default.nix b/pkgs/development/python-modules/lancedb/default.nix index b4250dc9bdd4..d06a03ae56ba 100644 --- a/pkgs/development/python-modules/lancedb/default.nix +++ b/pkgs/development/python-modules/lancedb/default.nix @@ -50,7 +50,7 @@ buildPythonPackage (finalAttrs: { owner = "lancedb"; repo = "lancedb"; tag = "python-v${finalAttrs.version}"; - hash = "sha256-oXKlpgGACMVn/86PWQng9NXHpCzdjzikVzVfoAgvQJQ="; + hash = "sha256-OIoQCk0YlWpaaau4AiWxarvH4oy1rAjaS9yvs3mIzzo="; }; buildAndTestSubdir = "python";