python310Packages.huum 0 -> 1 attrpath: python310Packages.huum 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: - python3.10-huum-0.7.1 Press Enter key to continue... Running update for: - python3.10-huum-0.7.1: UPDATING ... - python3.10-huum-0.7.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/huum/default.nix b/pkgs/development/python-modules/huum/default.nix index 68cba094ab31..cfb5d8ef6e9a 100644 --- a/pkgs/development/python-modules/huum/default.nix +++ b/pkgs/development/python-modules/huum/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "huum"; - version = "0.7.1"; + version = "0.7.9"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "frwickst"; repo = "pyhuum"; rev = "refs/tags/${version}"; - hash = "sha256-vYHwcEOzxYEBav5YbmWpm+izFlivzu2UIR6hmAXXi0U="; + hash = "sha256-wIroT1eMO9VXsPWQkpSBEVN/nR4pg2/Eo4ms81qMaew="; }; nativeBuildInputs = [ 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.huum nix build failed. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/l8d6q4y9cvp2d5qf2sxxj072668bfcjr-python3-3.10.13/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_api.py:7: in from huum.huum import Huum huum/huum.py:15: in from huum.schemas import HuumStatusResponse huum/schemas.py:3: in from mashumaro import DataClassDictMixin E ModuleNotFoundError: No module named 'mashumaro' _____________________ ERROR collecting tests/test_huum.py ______________________ ImportError while importing test module '/build/source/tests/test_huum.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/l8d6q4y9cvp2d5qf2sxxj072668bfcjr-python3-3.10.13/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_huum.py:9: in from huum.huum import Huum huum/huum.py:15: in from huum.schemas import HuumStatusResponse huum/schemas.py:3: in from mashumaro import DataClassDictMixin E ModuleNotFoundError: No module named 'mashumaro' =========================== short test summary info ============================ ERROR tests/test_api.py ERROR tests/test_huum.py !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 2 errors in 0.16s =============================== /nix/store/d4jf1cbbk494zwgbqz31pxgigpsbh6w2-stdenv-linux/setup: line 1553: pop_var_context: head of shell_variables not a function context