public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-memray] rawhide: Fix invalid extras in %pyproject_buildrequires -x
Date: Tue, 28 Jul 2026 02:47:03 GMT	[thread overview]
Message-ID: <178520682312.1.6925763306309464376.rpms-python-memray-dc09f1d4af34@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-memray
            Branch : rawhide
            Commit : dc09f1d4af34cbf4f9b5f3a904cc05a9b2dff30d
            Author : Tomáš Hrnčiar <thrnciar@redhat.com>
            Date   : 2026-07-28T02:20:07+00:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-memray/c/dc09f1d4af34cbf4f9b5f3a904cc05a9b2dff30d?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-memray.spec b/python-memray.spec
index be3b821..b505041 100644
--- a/python-memray.spec
+++ b/python-memray.spec
@@ -76,7 +76,7 @@ sed -r \
     -i docs/conf.py
 
 %generate_buildrequires
-%pyproject_buildrequires -x docs -x extra -x tests
+%pyproject_buildrequires -x docs %{?with_tests:-x test}
 
 %build
 %pyproject_wheel

                 reply	other threads:[~2026-07-28  2:47 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=178520682312.1.6925763306309464376.rpms-python-memray-dc09f1d4af34@fedoraproject.org \
    --to=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