python310Packages.jedi-language-server 0.40.0 -> 0.41.0 https://repology.org/project/python:jedi-language-server/versions attrpath: python310Packages.jedi-language-server Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9piph98rxa6rgysx3478qnd8msfc5i9b-packages.json.drv building '/nix/store/9piph98rxa6rgysx3478qnd8msfc5i9b-packages.json.drv'... Going to be running update for following packages: - python3.10-jedi-language-server-0.40.0 Press Enter key to continue... Running update for: - python3.10-jedi-language-server-0.40.0: UPDATING ... - python3.10-jedi-language-server-0.40.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/jedi-language-server/default.nix b/pkgs/development/python-modules/jedi-language-server/default.nix index 35749407a36e..2ab6726b1842 100644 --- a/pkgs/development/python-modules/jedi-language-server/default.nix +++ b/pkgs/development/python-modules/jedi-language-server/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "jedi-language-server"; - version = "0.40.0"; + version = "0.41.0"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "pappasam"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-+3VgONZzlobgs4wujCaGTTYpIgYrWgWwYgKQqirS7t8="; + hash = "sha256-1ujEhoxWcCM1g640aLE60YGiNQLB+G7t7oLVZXW8AMM="; }; pythonRelaxDeps = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.jedi-language-server nix build failed. tests/lsp_test_client/session.py:9: in from pylsp_jsonrpc.dispatchers import MethodDispatcher E ModuleNotFoundError: No module named 'pylsp_jsonrpc' __________ ERROR collecting tests/lsp_tests/test_workspace_symbol.py ___________ ImportError while importing test module '/build/source/tests/lsp_tests/test_workspace_symbol.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/vagb0sjv83ybi435i6iiv10hjrdghph9-python3-3.10.12/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/lsp_tests/test_workspace_symbol.py:6: in from tests.lsp_test_client import session tests/lsp_test_client/session.py:9: in from pylsp_jsonrpc.dispatchers import MethodDispatcher E ModuleNotFoundError: No module named 'pylsp_jsonrpc' =========================== short test summary info ============================ ERROR tests/test_cli.py - TypeError: Fields of type "" are not supported. ERROR tests/lsp_tests/test_completion.py ERROR tests/lsp_tests/test_definition.py ERROR tests/lsp_tests/test_diagnostics.py ERROR tests/lsp_tests/test_document_symbol.py ERROR tests/lsp_tests/test_highlighting.py ERROR tests/lsp_tests/test_hover.py ERROR tests/lsp_tests/test_init_options.py ERROR tests/lsp_tests/test_refactoring.py ERROR tests/lsp_tests/test_references.py ERROR tests/lsp_tests/test_signature.py ERROR tests/lsp_tests/test_workspace_symbol.py !!!!!!!!!!!!!!!!!!! Interrupted: 12 errors during collection !!!!!!!!!!!!!!!!!!! ============================== 12 errors in 0.90s ============================== /nix/store/7cni7ndy2pm18ysl5znq6znb30sxp156-stdenv-linux/setup: line 1596: pop_var_context: head of shell_variables not a function context