python312Packages.lightning-utilities 0.10.1 -> 0.11.2 https://github.com/Lightning-AI/utilities/releases attrpath: python312Packages.lightning-utilities 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] this derivation will be built: /nix/store/hclqx35671l99v4nmjgyq6ib2y3gzmx7-packages.json.drv building '/nix/store/hclqx35671l99v4nmjgyq6ib2y3gzmx7-packages.json.drv'... Going to be running update for following packages: - python3.12-lightning-utilities-0.10.1 Press Enter key to continue... Running update for: - python3.12-lightning-utilities-0.10.1: UPDATING ... - python3.12-lightning-utilities-0.10.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/lightning-utilities/default.nix b/pkgs/development/python-modules/lightning-utilities/default.nix index f1d94bad1af2..1a3403e5ae51 100644 --- a/pkgs/development/python-modules/lightning-utilities/default.nix +++ b/pkgs/development/python-modules/lightning-utilities/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "lightning-utilities"; - version = "0.10.1"; + version = "0.11.2"; format = "pyproject"; src = fetchFromGitHub { owner = "Lightning-AI"; repo = "utilities"; rev = "refs/tags/v${version}"; - hash = "sha256-kP7BllA9FR/nMNTxRCxmG6IJYHz/Nxqb1HoF9KxuKl8="; + hash = "sha256-IT9aRAUNc2cP2erLr0MglZSVLfDjOxg8PVIIe9AvO0o="; }; nativeBuildInputs = [ 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 python312Packages.lightning-utilities nix build failed. @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } Running phase: pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } Running phase: pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: lightning_utilities @nix { "action": "setPhase", "phase": "pytestCheckPhase" } Running phase: pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.12.2, pytest-7.4.4, pluggy-1.4.0 rootdir: /build/source configfile: pyproject.toml plugins: timeout-2.3.1 collecting ...  collected 43 items / 1 error / 6 deselected / 37 selected  ==================================== ERRORS ==================================== _________ ERROR collecting src/lightning_utilities/install/__init__.py _________ src/lightning_utilities/install/__init__.py:3: in from lightning_utilities.install.requirements import Requirement, load_requirements src/lightning_utilities/install/requirements.py:5: in from distutils.version import LooseVersion E ModuleNotFoundError: No module named 'distutils' =========================== short test summary info ============================ ERROR src/lightning_utilities/install/__init__.py - ModuleNotFoundError: No module named 'distutils' !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! ======================== 6 deselected, 1 error in 0.24s ======================== /nix/store/v5lsd029lz5lfhamivbgqyp3zdv94ah2-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context