public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-scipy-doctest] rawhide: Use printf instead of echo since it’s more strictly specified
@ 2026-09-11 11:22 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-11 11:22 UTC (permalink / raw)
To: git-commits
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' \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-11 11:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 11:22 [rpms/python-scipy-doctest] rawhide: Use printf instead of echo since it’s more strictly specified Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox