public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-scipy-doctest] rawhide: Use printf instead of echo since it’s more strictly specified
Date: Fri, 11 Sep 2026 11:22:02 GMT	[thread overview]
Message-ID: <178912572212.1.3786975885652859663.rpms-python-scipy-doctest-94245156de21@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-scipy-doctest
            Branch : rawhide
            Commit : 94245156de215d794fcb1e927511c45f834ee72a
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-09-11T12:09:35+01:00
            Stats  : +5/-9 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-scipy-doctest/c/94245156de215d794fcb1e927511c45f834ee72a?branch=rawhide

            Log:
            Use printf instead of echo since it’s more strictly specified

[skip changelog]

---
diff --git a/.gitignore b/.gitignore
index 4777169..637acba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1 @@
-/scipy_doctest-1.7.1.tar.gz
-/scipy_doctest-1.8.0.tar.gz
-/scipy_doctest-2.0.1.tar.gz
-/scipy_doctest-2.1.0.tar.gz
-/scipy_doctest-2.2.0.tar.gz
+/scipy_doctest-*.tar.gz

diff --git a/python-scipy-doctest.spec b/python-scipy-doctest.spec
index bfc2934..0726e58 100644
--- a/python-scipy-doctest.spec
+++ b/python-scipy-doctest.spec
@@ -41,7 +41,7 @@ export PYTHONPATH='%{buildroot}%{python3_sitelib}'
 # belong to other packages, like scipy or pooch, since these are more likely to
 # be brittle.
 
-echo '==== Self-test with SciPy and MPL ====' 1>&2
+printf '==== %s ====\n' 'Self-test with SciPy and MPL' 1>&2
 pkg='%{buildroot}%{python3_sitelib}/scipy_doctest'
 %pytest --pyargs "${pkg}" -k "${k-}" --verbose
 # Ideally, setting PYTEST_ADDOPTS to '-p no:cacheprovider' would prevent the
@@ -49,17 +49,17 @@ pkg='%{buildroot}%{python3_sitelib}/scipy_doctest'
 # after the fact.
 rm -rv "${pkg}/tests/.pytest_cache"
 
-echo '==== Self-test CLI with SciPy and MPL ====' 1>&2
+printf '==== %s ====\n' 'Self-test CLI with SciPy and MPL' 1>&2
 f='scipy_doctest/tests/finder_cases.py'
 %{py3_test_envvars} %{python3} -m scipy_doctest \
     "%{buildroot}%{python3_sitelib}/${f}" -vv
 
-echo '==== Test testfile CLI ====' 1>&2
+printf '==== %s ====\n' 'Test testfile CLI' 1>&2
 f='scipy_doctest/tests/scipy_ndimage_tutorial_clone.rst'
 %{py3_test_envvars} %{python3} -m scipy_doctest \
     "%{buildroot}%{python3_sitelib}/${f}" -v
 
-echo '==== Test pytest plugin ====' 1>&2
+printf '==== %s ====\n' 'Test pytest plugin' 1>&2
 for f in \
     'scipy_doctest/tests/module_cases.py' \
     'scipy_doctest/tests/stopwords_cases.py' \

                 reply	other threads:[~2026-09-11 11:22 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=178912572212.1.3786975885652859663.rpms-python-scipy-doctest-94245156de21@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --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