python312Packages.mistletoe 1.2.1 -> 1.3.0 https://github.com/miyuchina/mistletoe/releases attrpath: python312Packages.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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6izajqmj40yqiaw88pb36a3zn2pm1q25-packages.json.drv building '/nix/store/6izajqmj40yqiaw88pb36a3zn2pm1q25-packages.json.drv'... Going to be running update for following packages: - python3.12-mistletoe-1.2.1 Press Enter key to continue... Running update for: - python3.12-mistletoe-1.2.1: UPDATING ... - python3.12-mistletoe-1.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/mistletoe/default.nix b/pkgs/development/python-modules/mistletoe/default.nix index c95a26eb6e04..e62d36e305cb 100644 --- a/pkgs/development/python-modules/mistletoe/default.nix +++ b/pkgs/development/python-modules/mistletoe/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "mistletoe"; - version = "1.2.1"; + version = "1.3.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-fQwas3RwR9Fp+fxLkl0cuj9cE+rwuQw2W3LkflnQCgI="; + hash = "sha256-vQ54it2bRHjRnseS9tX7kIog5wq/5hGT8pF4xV062+k="; }; pythonImportsCheck = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.mistletoe nix build failed. test/test_ast_renderer.py ... [ 1%] test/test_block_token.py ............................................... [ 18%] s..................... [ 27%] test/test_cli.py ............... [ 32%] test/test_core_tokens.py ........... [ 36%] test/test_html_renderer.py .................................. [ 49%] test/test_latex_renderer.py .............................. [ 61%] test/test_latex_token.py . [ 61%] test/test_line_numbers.py F [ 61%] test/test_markdown_renderer.py ....................................... [ 76%] test/test_repr.py ....................... [ 85%] test/test_span_token.py .................................. [ 98%] test/test_traverse.py ..... [100%] =================================== FAILURES =================================== __________________________ TestLineNumbers.test_main ___________________________ self = def test_main(self): # see line_numbers.md for a description of how the test works. NUMBER_OF_LINE_NUMBERS_TO_BE_CHECKED = 13 > with open("test/samples/line_numbers.md", "r") as fin: E FileNotFoundError: [Errno 2] No such file or directory: 'test/samples/line_numbers.md' test/test_line_numbers.py:27: FileNotFoundError =========================== short test summary info ============================ FAILED test/test_line_numbers.py::TestLineNumbers::test_main - FileNotFoundError: [Errno 2] No such file or directory: 'test/samples/line_... =================== 1 failed, 263 passed, 1 skipped in 0.63s =================== /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context