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
This commit is contained in:
Gaetan Lepage
2026-05-28 07:12:05 +00:00
parent f4d46d85b6
commit b517991654
@@ -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"