python3Packages.pylance: 6.0.1 -> 7.0.0 (#525038)

This commit is contained in:
Yt
2026-05-28 15:16:13 +00:00
committed by GitHub
2 changed files with 5 additions and 4 deletions
@@ -50,7 +50,7 @@ buildPythonPackage (finalAttrs: {
owner = "lancedb";
repo = "lancedb";
tag = "python-v${finalAttrs.version}";
hash = "sha256-oXKlpgGACMVn/86PWQng9NXHpCzdjzikVzVfoAgvQJQ=";
hash = "sha256-OIoQCk0YlWpaaau4AiWxarvH4oy1rAjaS9yvs3mIzzo=";
};
buildAndTestSubdir = "python";
@@ -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"