From f9575ece2a2d62ed725bf7b13f94664885caddcb Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 15 Aug 2024 17:45:38 +0800 Subject: textproc/py-myst-parser: Update to 4.0.0 Changes: https://github.com/executablebooks/MyST-Parser/releases https://myst-parser.readthedocs.io/en/latest/develop/_changelog.html --- textproc/py-myst-parser/files/patch-pyproject.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 textproc/py-myst-parser/files/patch-pyproject.toml (limited to 'textproc/py-myst-parser/files/patch-pyproject.toml') diff --git a/textproc/py-myst-parser/files/patch-pyproject.toml b/textproc/py-myst-parser/files/patch-pyproject.toml new file mode 100644 index 000000000000..67ed6bf33144 --- /dev/null +++ b/textproc/py-myst-parser/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2024-08-05 14:02:40 UTC ++++ pyproject.toml +@@ -38,7 +38,7 @@ dependencies = [ + "markdown-it-py~=3.0", + "mdit-py-plugins~=0.4,>=0.4.1", + "pyyaml", +- "sphinx>=7,<9", ++ "sphinx>=5,<9", + ] + + [project.urls] -- cgit v1.2.3