public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-httpretty] rawhide: Fix invalid extras in %pyproject_buildrequires -x
Date: Tue, 23 Jun 2026 09:06:46 GMT	[thread overview]
Message-ID: <178220560647.1.5245842336230927265.rpms-python-httpretty-a10c1ded6179@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-httpretty
            Branch : rawhide
            Commit : a10c1ded6179b5b9046642c7d48f6ed6a9414e85
            Author : Tomáš Hrnčiar <thrnciar@redhat.com>
            Date   : 2026-06-23T08:53:01+00:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-httpretty/c/a10c1ded6179b5b9046642c7d48f6ed6a9414e85?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-httpretty.spec b/python-httpretty.spec
index 22d0497..faeedc8 100644
--- a/python-httpretty.spec
+++ b/python-httpretty.spec
@@ -85,7 +85,7 @@ Don't worry, HTTPretty is here for you.
 %autosetup -n httpretty-%{version} -p1
 
 %if %{run_tests}
-%pyproject_buildrequires -x testing
+%pyproject_buildrequires
 %else
 %pyproject_buildrequires
 %endif

                 reply	other threads:[~2026-06-23  9:06 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=178220560647.1.5245842336230927265.rpms-python-httpretty-a10c1ded6179@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