python310Packages.myst-parser 0 -> 1 attrpath: python310Packages.myst-parser 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/f5hnz4kqjwgm34k9k9drrpxd5878gmsv-packages.json.drv building '/nix/store/f5hnz4kqjwgm34k9k9drrpxd5878gmsv-packages.json.drv'... Going to be running update for following packages: - python3.10-myst-parser-0.18.1 Press Enter key to continue... Running update for: - python3.10-myst-parser-0.18.1: UPDATING ... - python3.10-myst-parser-0.18.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/myst-parser/default.nix b/pkgs/development/python-modules/myst-parser/default.nix index 4437c9edcb7..78b2653294a 100644 --- a/pkgs/development/python-modules/myst-parser/default.nix +++ b/pkgs/development/python-modules/myst-parser/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "myst-parser"; - version = "0.18.1"; + version = "0.19.1"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "executablebooks"; repo = pname; rev = "refs/tags/v${version}"; - sha256 = "sha256-wgRZwafAF05LtwjH6SVKzsY7bKeZ6lUlM3dB5PdOn1E="; + sha256 = "sha256-dmvtRvVOF6lxeC+CC/dwkIs4VRDAZtlmblh9uaV+lW0="; }; postPatch = '' No auto update branch exists Old version 0.18.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , flit-core , pythonOlder , docutils , jinja2 , markdown-it-py , mdit-py-plugins , pyyaml , sphinx , typing-extensions , beautifulsoup4 , pytest-param-files , pytest-regressions , sphinx-pytest , pytestCheckHook }: buildPythonPackage rec { pname = "myst-parser"; version = "0.19.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "executablebooks"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-dmvtRvVOF6lxeC+CC/dwkIs4VRDAZtlmblh9uaV+lW0="; }; nativeBuildInputs = [ flit-core ]; propagatedBuildInputs = [ docutils jinja2 mdit-py-plugins markdown-it-py pyyaml sphinx typing-extensions ]; nativeCheckInputs = [ beautifulsoup4 pytest-param-files pytest-regressions sphinx-pytest pytestCheckHook ]; pythonImportsCheck = [ "myst_parser" ]; disabledTests = [ # AssertionError due to different files "test_basic" "test_footnotes" "test_gettext_html" "test_fieldlist_extension" # docutils 0.19 expectation mismatches "test_docutils_roles" # sphinx 6.0 expectation mismatches "test_sphinx_directives" # sphinx 5.3 expectation mismatches "test_render" "test_includes" ]; meta = with lib; { description = "Sphinx and Docutils extension to parse MyST"; homepage = "https://myst-parser.readthedocs.io/"; changelog = "https://raw.githubusercontent.com/executablebooks/MyST-Parser/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ loicreynier ]; }; }