From e30d746836e3989389e1af8ca950b2aa2d25e9bd Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 04:44:23 +0200 Subject: [PATCH] python313Packages.myst-docutils: 4.0.1 -> 4.0.1 https://github.com/executablebooks/MyST-Parser/blob/v4.0.1/CHANGELOG.md --- .../python-modules/myst-docutils/default.nix | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/pkgs/development/python-modules/myst-docutils/default.nix b/pkgs/development/python-modules/myst-docutils/default.nix index 085af9418b71..6bddcc128c96 100644 --- a/pkgs/development/python-modules/myst-docutils/default.nix +++ b/pkgs/development/python-modules/myst-docutils/default.nix @@ -5,7 +5,6 @@ defusedxml, docutils, fetchFromGitHub, - fetchpatch, flit-core, jinja2, markdown-it-py, @@ -22,7 +21,7 @@ buildPythonPackage rec { pname = "myst-docutils"; - version = "4.0.0"; + version = "4.0.1"; pyproject = true; disabled = pythonOlder "3.10"; @@ -31,17 +30,9 @@ buildPythonPackage rec { owner = "executablebooks"; repo = "MyST-Parser"; tag = "v${version}"; - hash = "sha256-QbFENC/Msc4pkEOPdDztjyl+2TXtAbMTHPJNAsUB978="; + hash = "sha256-/Prauz4zuJY39EK2BmgBbH1uwjF4K38e5X5hPYwRBl0="; }; - patches = [ - (fetchpatch { - name = "fix-amsmath-test.patch"; - url = "https://github.com/executablebooks/MyST-Parser/commit/8ea56455aa87feb2d96bf29c335bca5dc885b77b.patch"; - hash = "sha256-anlBvZqUSYefs6Hm8MjQUutKYGM0fEVzaiGnsFHv4JQ="; - }) - ]; - build-system = [ flit-core ]; dependencies = [ @@ -69,6 +60,8 @@ buildPythonPackage rec { # Tests require linkify "test_cmdline" "test_extended_syntaxes" + # sphinx compat + "test_sphinx_directives" ]; disabledTestPaths = [