deepdiff 0 -> 1 attrpath: deepdiff 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/22xi0pg4qad5l0m6fryjylalji50dnd7-packages.json.drv building '/nix/store/22xi0pg4qad5l0m6fryjylalji50dnd7-packages.json.drv'... Going to be running update for following packages: - deepdiff-7.0.1 Press Enter key to continue... Running update for: - deepdiff-7.0.1: UPDATING ... - deepdiff-7.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/deepdiff/default.nix b/pkgs/development/python-modules/deepdiff/default.nix index af4500ffd580..8fbb2b24ff94 100644 --- a/pkgs/development/python-modules/deepdiff/default.nix +++ b/pkgs/development/python-modules/deepdiff/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "deepdiff"; - version = "7.0.1"; + version = "8.0.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "seperman"; repo = "deepdiff"; rev = "refs/tags/${version}"; - hash = "sha256-HqmAE5sLwyjyUahIUeRIJW0c5eliq/qEzE2FydHwc70="; + hash = "sha256-SnVsYQHTgy0sDKabImSXbSeKES2bBxjE6ZtVzrenm+A="; }; postPatch = '' No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/r992f8xgxqsbizyp409hcmpzf72m6j59-nix-2.18.5/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A deepdiff nix build failed. @nix { "action": "setPhase", "phase": "installCheckPhase" } no Makefile or custom installCheckPhase, doing nothing Running phase: pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } Running phase: pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } Running phase: pythonImportsCheckPhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } Executing pythonImportsCheckPhase Check whether the following modules can be imported: deepdiff Traceback (most recent call last): File "", line 1, in File "", line 1, in File "/nix/store/pgb120fb7srbh418v4i2a70aq1w9dawd-python3-3.12.5/lib/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/nix/store/s2agnncbjz3i0mfin6pda7pj33n65z2v-python3.12-deepdiff-8.0.0/lib/python3.12/site-packages/deepdiff/__init__.py", line 10, in from .diff import DeepDiff File "/nix/store/s2agnncbjz3i0mfin6pda7pj33n65z2v-python3.12-deepdiff-8.0.0/lib/python3.12/site-packages/deepdiff/diff.py", line 19, in from deepdiff.helper import (strings, bytes_type, numbers, uuids, datetimes, ListItemRemovedOrAdded, notpresent, File "/nix/store/s2agnncbjz3i0mfin6pda7pj33n65z2v-python3.12-deepdiff-8.0.0/lib/python3.12/site-packages/deepdiff/helper.py", line 18, in from orderly_set import StableSetEq as SetOrderedBase # median: 1.0867 s for cache test, 5.63s for all tests ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'orderly_set'