public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Karolina Surma <ksurma@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-myst-parser] rawhide: Unpin the upper bound of docutils
Date: Tue, 07 Jul 2026 13:46:35 GMT [thread overview]
Message-ID: <178343199501.1.8744432674872099564.rpms-python-myst-parser-798f8fdf0d69@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-07 13:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178343199501.1.8744432674872099564.rpms-python-myst-parser-798f8fdf0d69@fedoraproject.org \
--to=ksurma@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox