public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-sphinx-design] rawhide: Use %pyproject_patch_dependency
@ 2026-07-15 1:30 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-15 1:30 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-sphinx-design
Branch : rawhide
Commit : 106190965785e06782f7e3c1a86102a8926a67d6
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-07-14T19:30:01-06:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-sphinx-design/c/106190965785e06782f7e3c1a86102a8926a67d6?branch=rawhide
Log:
Use %pyproject_patch_dependency
---
diff --git a/python-sphinx-design.spec b/python-sphinx-design.spec
index 3a093d5..4162b98 100644
--- a/python-sphinx-design.spec
+++ b/python-sphinx-design.spec
@@ -67,11 +67,11 @@ Documentation for %{name}.
%autosetup -n sphinx-design-%{version} -p1
# Unpin pytest and myst-parser's version
-sed -i "/pytest~=/s/~=8\.3//" pyproject.toml
-sed -i "/myst-parser>=/s/>=4,<6//" pyproject.toml
+%pyproject_patch_dependency pytest:drop_upper
+%pyproject_patch_dependency myst-parser:drop_upper
# Do not run code coverage tools
-sed -i "/pytest-cov/d" pyproject.toml
+%pyproject_patch_dependency pytest-cov:ignore
%build -a
# Build documentation
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-15 1:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 1:30 [rpms/python-sphinx-design] rawhide: Use %pyproject_patch_dependency Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox