pipx 0 -> 1 attrpath: pipx 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - pipx-1.4.3 Press Enter key to continue... Running update for: - pipx-1.4.3: UPDATING ... - pipx-1.4.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pipx/default.nix b/pkgs/development/python-modules/pipx/default.nix index 39837783976a..66edeae1aee5 100644 --- a/pkgs/development/python-modules/pipx/default.nix +++ b/pkgs/development/python-modules/pipx/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "pipx"; - version = "1.4.3"; + version = "1.5.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "pypa"; repo = "pipx"; rev = "refs/tags/${version}"; - hash = "sha256-NxXOeVXwBhGqi4DUABV8UV+cDER0ROBFdgiyYTzdvuo="; + hash = "sha256-vboWVtmop7sd+lwGWDi7Qb+xYOUiMcZVWVBVuVzbWCY="; }; build-system = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A pipx nix build failed. standalone_executable = download_python_build_standalone(python_version) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/xy2i046r7f52llkk42v3zws6lc9fpv19-python3.11-pipx-1.5.0/lib/python3.11/site-packages/pipx/standalone_python.py", line 81, in download_python_build_standalone _download(full_version, download_link, archive) File "/nix/store/xy2i046r7f52llkk42v3zws6lc9fpv19-python3.11-pipx-1.5.0/lib/python3.11/site-packages/pipx/standalone_python.py", line 104, in _download raise PipxError(f"Unable to download python {full_version} build.") from e pipx.util.PipxError: Unable to download python 3.11.7 build. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/nix/store/xy2i046r7f52llkk42v3zws6lc9fpv19-python3.11-pipx-1.5.0/lib/python3.11/site-packages/pipx/main.py", line 204, in run_pipx_command interpreter = find_python_interpreter(args.python, fetch_missing_python=fetch_missing_python) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/xy2i046r7f52llkk42v3zws6lc9fpv19-python3.11-pipx-1.5.0/lib/python3.11/site-packages/pipx/interpreter.py", line 70, in find_python_interpreter raise InterpreterResolutionError(source="the python-build-standalone project", version=python_version) from e pipx.interpreter.InterpreterResolutionError: No executable for the provided Python version '3.11' found in the python-build-standalone project. Please make sure the provided version is listed in https://github.com/indygreg/python-build-standalone/releases/latest. DEBUG  pipx.main:main.py:1001 pipx finished. =========================== short test summary info ============================ FAILED tests/test_environment.py::test_cli - AssertionError: assert False FAILED tests/test_interpreter.py::test_fetch_missing_python - pipx.interpreter.InterpreterResolutionError: No executable for the provided... FAILED tests/test_list.py::test_cli_global - AssertionError: assert not 1 FAILED tests/test_list.py::test_list_standalone_interpreter - AssertionError: assert not 1 FAILED tests/test_list.py::test_list_does_not_trigger_maintenance - AssertionError: assert not 1 FAILED tests/test_standalone_interpreter.py::test_list_used_standalone_interpreters - AssertionError: assert not 1 FAILED tests/test_standalone_interpreter.py::test_list_unused_standalone_interpreters - AssertionError: assert not 1 =========== 7 failed, 90 passed, 6 skipped, 203 deselected in 59.37s =========== /nix/store/v5lsd029lz5lfhamivbgqyp3zdv94ah2-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context