From b29630a8aa58637052a4a3539205506b31e52a8c Mon Sep 17 00:00:00 2001 From: tigro Date: Sat, 4 Jan 2025 21:24:35 +0300 Subject: [PATCH] Unpin myst-parser's version --- SPECS/python-sphinx-design.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SPECS/python-sphinx-design.spec b/SPECS/python-sphinx-design.spec index 016b4ea..b649f5a 100644 --- a/SPECS/python-sphinx-design.spec +++ b/SPECS/python-sphinx-design.spec @@ -73,8 +73,9 @@ Documentation for %{name}. %prep %autosetup -n sphinx-design-%{version} -p1 -# Unpin pytest version +# Unpin pytest and myst-parser's version sed -i "/pytest~=/s/~=8\.3//" pyproject.toml +sed -i "/myst-parser>=/s/>=2,<4//" pyproject.toml %generate_buildrequires %pyproject_buildrequires -t -x testing