python310Packages.mistletoe 0 -> 1 attrpath: python310Packages.mistletoe 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gdz8lyxbpx9sik0il96d2d5dxn771ydf-packages.json.drv building '/nix/store/gdz8lyxbpx9sik0il96d2d5dxn771ydf-packages.json.drv'... Going to be running update for following packages: - python3.10-mistletoe-1.0.1 Press Enter key to continue... Running update for: - python3.10-mistletoe-1.0.1: UPDATING ... - python3.10-mistletoe-1.0.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/mistletoe/default.nix b/pkgs/development/python-modules/mistletoe/default.nix index 98844b1e8e5..c8a1249074b 100644 --- a/pkgs/development/python-modules/mistletoe/default.nix +++ b/pkgs/development/python-modules/mistletoe/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "mistletoe"; - version = "1.0.1"; + version = "1.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-sfia+weaGxpULp7ywI3UUKB6K9k1wDyrIsMorXyk2Og="; + hash = "sha256-wXRkpKINAwUkEjqcnr1qcOQcWtlrbmtUrEjPB8o63XI="; }; pythonImportsCheck = [ 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.mistletoe nix build failed. pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: mistletoe @nix { "action": "setPhase", "phase": "pytestCheckPhase" } pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-7.2.1, pluggy-1.0.0 rootdir: /build/mistletoe-1.1.0 collecting ...  collected 214 items / 1 error  ==================================== ERRORS ==================================== _________________ ERROR collecting test/test_html_renderer.py __________________ ImportError while importing test module '/build/mistletoe-1.1.0/test/test_html_renderer.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/5a457g4zr7q11b4mz0ifc9z88kwcp8g7-python3-3.10.12/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) test/test_html_renderer.py:3: in from parameterized import parameterized E ModuleNotFoundError: No module named 'parameterized' =========================== short test summary info ============================ ERROR test/test_html_renderer.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.42s =============================== /nix/store/j0xzghjmynydvw37zihdbw598j0iwly9-stdenv-linux/setup: line 1596: pop_var_context: head of shell_variables not a function context