public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-sqlmodel] f44: Use various long options
@ 2026-06-26 8:37 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-26 8:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-sqlmodel
Branch : f44
Commit : dcd4ef19c226facf2570c62ca37f8b782dd4fc41
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-05-18T15:26:04+01:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-sqlmodel/c/dcd4ef19c226facf2570c62ca37f8b782dd4fc41?branch=f44
Log:
Use various long options
- Correctly remove bundled Termynal
---
diff --git a/python-sqlmodel.spec b/python-sqlmodel.spec
index 5f4012a..7bc9a58 100644
--- a/python-sqlmodel.spec
+++ b/python-sqlmodel.spec
@@ -82,7 +82,7 @@ Obsoletes: python3-sqlmodel-slim < 0.0.37-1
%prep -a
# Remove bundled js-termynal 0.0.1; since we are not building documentation, we
# do this very bluntly:
-rm -rvf docs/*/docs/js docs/*/docs/css
+rm --recursive --verbose docs/js docs/css
%check -a
@@ -112,7 +112,7 @@ warningsfilter="${warningsfilter-} -W ignore::DeprecationWarning"
# python3 -m docs_src.tutorial.something_or_other
export PYTHONPATH="%{buildroot}%{python3_sitelib}:${PWD}"
-%pytest ${warningsfilter-} -k "${k-}" ${ignore-} -v -rs
+%pytest ${warningsfilter-} -k "${k-}" ${ignore-} --verbose -rs
%files -n python3-sqlmodel -f %{pyproject_files}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-26 8:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-26 8:37 [rpms/python-sqlmodel] f44: Use various long options 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