python3Packages.pylance: 0.35.0 -> 0.36.0

Diff: https://github.com/lancedb/lance/compare/v0.35.0...v0.36.0

Changelog: https://github.com/lancedb/lance/releases/tag/v0.36.0
This commit is contained in:
Gaetan Lepage
2025-09-13 00:25:49 +02:00
parent d335e7479f
commit b5d741591c
@@ -32,14 +32,14 @@
buildPythonPackage rec {
pname = "pylance";
version = "0.35.0";
version = "0.36.0";
pyproject = true;
src = fetchFromGitHub {
owner = "lancedb";
repo = "lance";
tag = "v${version}";
hash = "sha256-TVcSgns+K26CgplSJ4SVlIattG3eDRdg9b2pFKGZGDM=";
hash = "sha256-/1ijyVl5CFwOXwo2Jki4o6fJ+Bf4kkDFfJT0+BO5Jhg=";
};
sourceRoot = "${src.name}/python";
@@ -51,7 +51,7 @@ buildPythonPackage rec {
src
sourceRoot
;
hash = "sha256-riAUasZV6yFW9yPoVojH8/zYKV1xlckTVrLzdUZgoDM=";
hash = "sha256-VuPnzeM9m3HYV6pEt5n7KSBtS5L4zHiK38tqND2sPHk=";
};
nativeBuildInputs = [
@@ -113,6 +113,7 @@ buildPythonPackage rec {
# subprocess.CalledProcessError: Command ... returned non-zero exit status 1.
# ModuleNotFoundError: No module named 'lance'
"test_timestamp_precision"
"test_tracing"
# Flaky (AssertionError)