From e62fa98a1880ff02e2f055c581ac253145601b29 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Tue, 7 Jul 2026 11:18:13 +0200 Subject: [PATCH] Unpin the upper bound of docutils --- python-sphinx.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-sphinx.spec b/python-sphinx.spec index 2a98fd1..e656d49 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -368,6 +368,9 @@ sed -i -e '/pytest-xdist/d' pyproject.toml # sphinx 9.1.0 requires pytest >= 9, which we don't have in Fedora yet sed -i '/"pytest>=/ s/>=[^",]*//' pyproject.toml +# docutils moves faster than sphinx +%pyproject_patch_dependency docutils:drop_upper + # Drop test-dependency on defusedxml, # use xml from the standard library instead. # defusedxml is safer but this is only used in tests.