coconut 3.0.3 -> 3.0.4 https://github.com/evhub/coconut/releases attrpath: coconut Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/coconut/default.nix b/pkgs/development/python-modules/coconut/default.nix index 1c930529a31e..93afe3d9c428 100644 --- a/pkgs/development/python-modules/coconut/default.nix +++ b/pkgs/development/python-modules/coconut/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "coconut"; - version = "3.0.3"; + version = "3.0.4"; format = "setuptools"; src = fetchFromGitHub { owner = "evhub"; repo = "coconut"; rev = "refs/tags/v${version}"; - hash = "sha256-u1tcIu0U1VZrUx2hVdtRDv1N4jVf176kQSw47/7lOXY="; + hash = "sha256-TIYep9EuCfcN8bp0vkaoB5W626lrD4PVh+oYKmVrfeY="; }; propagatedBuildInputs = [ cpyparsing ipykernel mypy pygments prompt-toolkit watchdog ]; 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 coconut nix build failed. Check whether the following modules can be imported: coconut @nix { "action": "setPhase", "phase": "pytestCheckPhase" } Running phase: pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.11.6, pytest-7.4.3, pluggy-1.3.0 rootdir: /build/source collecting ...  collected 0 items / 1 error  ==================================== ERRORS ==================================== _______________ ERROR collecting coconut/tests/constants_test.py _______________ ImportError while importing test module '/build/source/coconut/tests/constants_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/5k91mg4qjylxbfvrv748smfh51ppjq0g-python3-3.11.6/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) coconut/tests/__init__.py:20: in from coconut.tests.main_test import * # NOQA coconut/tests/main_test.py:36: in from coconut.terminal import ( coconut/terminal.py:34: in from coconut._pyparsing import ( coconut/_pyparsing.py:109: in raise ImportError( E ImportError: This version of Coconut requires cPyparsing version >= 2.4.7.2.3.2; got Cython cPyparsing v2.4.7.2.1.2 (run '/nix/store/5k91mg4qjylxbfvrv748smfh51ppjq0g-python3-3.11.6/bin/python3.11 -m pip install --upgrade cPyparsing' to fix) =========================== short test summary info ============================ ERROR coconut/tests/constants_test.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.11s =============================== /nix/store/d4jf1cbbk494zwgbqz31pxgigpsbh6w2-stdenv-linux/setup: line 1553: pop_var_context: head of shell_variables not a function context