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-sqlmodel] f43: Use various long options
Date: Fri, 26 Jun 2026 08:54:31 GMT [thread overview]
Message-ID: <178246407154.1.3994965524763066356.rpms-python-sqlmodel-5d919354ac05@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-sqlmodel
Branch : f43
Commit : 5d919354ac057f7f37bd3e13044ffb3f2a3ad137
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-26T09:50:53+01:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-sqlmodel/c/5d919354ac057f7f37bd3e13044ffb3f2a3ad137?branch=f43
Log:
Use various long options
- Correctly remove bundled Termynal
---
diff --git a/python-sqlmodel.spec b/python-sqlmodel.spec
index bcfa38d..1e66b5c 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}
reply other threads:[~2026-06-26 8:54 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=178246407154.1.3994965524763066356.rpms-python-sqlmodel-5d919354ac05@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