public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-photutils] rawhide: backport with_check for BR from epel10
Date: Sat, 29 Aug 2026 03:20:39 GMT	[thread overview]
Message-ID: <178797363907.1.7779788509161131979.rpms-python-photutils-0fed5f92be94@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-photutils
Branch : rawhide
Commit : 0fed5f92be94dfd6b52002a9e4b0202ae3e32297
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-08-21T18:12:21-03:00
Stats  : +6/-6 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-photutils/c/0fed5f92be94dfd6b52002a9e4b0202ae3e32297?branch=rawhide

Log:
backport with_check for BR from epel10

---
diff --git a/python-photutils.spec b/python-photutils.spec
index 28ead6e..92092b4 100644
--- a/python-photutils.spec
+++ b/python-photutils.spec
@@ -1,4 +1,4 @@
-%bcond_without check
+%bcond_with check
 
 %global srcname photutils
 
@@ -7,15 +7,11 @@ Version: 3.0.0
 Release: %autorelease
 Summary: Astropy affiliated package for image photometry tasks
 License: BSD-3-Clause
-
 URL: https://photutils.readthedocs.io/en/stable/
 Source0: %{pypi_source}
-
 ExcludeArch: %{ix86}
-
 BuildRequires:  gcc
 
-
 %global _description %{expand:
 Photutils contains functions for:
  * estimating the background and background rms in astronomical images
@@ -38,7 +34,11 @@ Recommends: %{py3_dist scikit-image} >= 0.23
 %autosetup -n %{srcname}-%{version}
 
 %generate_buildrequires
-%pyproject_buildrequires -r -x test
+%if %{with check}
+    %pyproject_buildrequires -r -x test
+%else
+    %pyproject_buildrequires
+%endif
 
 %build
 %pyproject_wheel

                 reply	other threads:[~2026-08-29  3:20 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=178797363907.1.7779788509161131979.rpms-python-photutils-0fed5f92be94@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --cc=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