public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-graphql-core] f45: Switch to pyproject patch rpm macros
@ 2026-09-25 7:21 Steve Traylen
0 siblings, 0 replies; only message in thread
From: Steve Traylen @ 2026-09-25 7:21 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-graphql-core
Branch : f45
Commit : 101caf73b41349b57ec78c38b777c87dc80733c4
Author : Steve Traylen <steve.traylen@cern.ch>
Date : 2026-09-25T09:10:13+02:00
Stats : +4/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-graphql-core/c/101caf73b41349b57ec78c38b777c87dc80733c4?branch=f45
Log:
Switch to pyproject patch rpm macros
---
diff --git a/python-graphql-core.spec b/python-graphql-core.spec
index 2f0e690..19a76ab 100644
--- a/python-graphql-core.spec
+++ b/python-graphql-core.spec
@@ -40,11 +40,10 @@ tomcli set pyproject.toml arrays replace \
# Relax version constraints for test dependencies and remove linters.
# and other unused / unavailable plugins.
-sed -r \
- -e 's/(pytest.*)>=[0-9.]+.*/\1/g' \
- -e '/pytest-cov/d' \
- -e '/pytest-describe/d' \
- -i tox.ini
+%pyproject_patch_dependency pytest:drop_upper
+%pyproject_patch_dependency pytest-asyncio:drop_upper
+%pyproject_patch_dependency pytest-cov:ignore
+%pyproject_patch_dependency pytest-describe:ignore
%generate_buildrequires
%pyproject_buildrequires -t
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-25 7:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25 7:21 [rpms/python-graphql-core] f45: Switch to pyproject patch rpm macros Steve Traylen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox