public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-lsp-black] f44: Fix invalid extras in %pyproject_buildrequires -x
Date: Wed, 15 Jul 2026 10:37:50 GMT	[thread overview]
Message-ID: <178411187069.1.9377726226504245238.rpms-python-lsp-black-fad6cc3306f9@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-lsp-black
            Branch : f44
            Commit : fad6cc3306f9582e37e8217e183acf984b1b0e63
            Author : Tomáš Hrnčiar <thrnciar@redhat.com>
            Date   : 2026-07-14T14:32:03+01:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-lsp-black/c/fad6cc3306f9582e37e8217e183acf984b1b0e63?branch=f44

            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-lsp-black.spec b/python-lsp-black.spec
index fb4784e..9c904b6 100644
--- a/python-lsp-black.spec
+++ b/python-lsp-black.spec
@@ -48,7 +48,7 @@ sed -i -r -e 's/(lsp-server)>=.*/\1/' setup.cfg
 sed -i -e 's/; python_version.*//' setup.cfg
 
 %generate_buildrequires
-%pyproject_buildrequires -x extras_require
+%pyproject_buildrequires
 
 %build
 %pyproject_wheel

                 reply	other threads:[~2026-07-15 10:37 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=178411187069.1.9377726226504245238.rpms-python-lsp-black-fad6cc3306f9@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