public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-myst-parser] rawhide: Unpin the upper bound of docutils
@ 2026-07-07 13:46 Karolina Surma
0 siblings, 0 replies; only message in thread
From: Karolina Surma @ 2026-07-07 13:46 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-myst-parser
Branch : rawhide
Commit : 798f8fdf0d698aa6fa470f9de824077d14e6bb5b
Author : Karolina Surma <ksurma@redhat.com>
Date : 2026-07-07T11:26:11+02:00
Stats : +4/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-myst-parser/c/798f8fdf0d698aa6fa470f9de824077d14e6bb5b?branch=rawhide
Log:
Unpin the upper bound of docutils
---
diff --git a/python-myst-parser.spec b/python-myst-parser.spec
index 48cb7d8..bbc612b 100644
--- a/python-myst-parser.spec
+++ b/python-myst-parser.spec
@@ -52,6 +52,8 @@ Summary: %{summary}
%prep
%autosetup -p1 -n MyST-Parser-%{version}
+%pyproject_patch_dependency docutils:drop_upper
+
%generate_buildrequires
%pyproject_buildrequires
@@ -63,7 +65,8 @@ Summary: %{summary}
%pyproject_save_files myst_parser
%check
-%pytest %{?with_bootstrap:-k 'not test_inv and not test_parse' --ignore tests/test_sphinx/test_sphinx_builds.py}
+# test_link_resolution: https://github.com/executablebooks/MyST-Parser/issues/1152
+%pytest %{?with_bootstrap:--ignore tests/test_sphinx/test_sphinx_builds.py} -k 'not test_link_resolution%{?with_bootstrap: and not test_inv and not test_parse}'
%files -n python3-%{pypi_name} -f %{pyproject_files}
%license LICENSE
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-07 13:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07 13:46 [rpms/python-myst-parser] rawhide: Unpin the upper bound of docutils Karolina Surma
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox