public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-mkdocs-git-revision-date-localized-plugin] rawhide: Fix invalid extras in %pyproject_buildrequires -x
@ 2026-08-06 13:34
0 siblings, 0 replies; only message in thread
From: @ 2026-08-06 13:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-mkdocs-git-revision-date-localized-plugin
Branch : rawhide
Commit : da32208259352e44ffd597ae27ec06b45ef70d64
Author : Tomáš Hrnčiar <thrnciar@redhat.com>
Date : 2026-08-06T13:33:58+00:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-mkdocs-git-revision-date-localized-plugin/c/da32208259352e44ffd597ae27ec06b45ef70d64?branch=rawhide
Log:
Fix invalid extras in %pyproject_buildrequires -x
The extras requested via -x do not match the project's
upstream metadata, causing a build failure with the new
extras validation in pyproject-rpm-macros.
See: https://src.fedoraproject.org/rpms/pyproject-rpm-macros/pull-request/534
---
diff --git a/python-mkdocs-git-revision-date-localized-plugin.spec b/python-mkdocs-git-revision-date-localized-plugin.spec
index e6fee52..a74fa6f 100644
--- a/python-mkdocs-git-revision-date-localized-plugin.spec
+++ b/python-mkdocs-git-revision-date-localized-plugin.spec
@@ -47,7 +47,7 @@ sed -i 's:setuptools>=70.0:setuptools>=69.0:' pyproject.toml
%endif
%generate_buildrequires
-%pyproject_buildrequires -x dev
+%pyproject_buildrequires
%build
%pyproject_wheel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-06 13:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-06 13:34 [rpms/python-mkdocs-git-revision-date-localized-plugin] rawhide: Fix invalid extras in %pyproject_buildrequires -x
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox