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-OWSLib] f43: Use various long options
Date: Thu, 04 Jun 2026 13:39:34 GMT [thread overview]
Message-ID: <178058037444.1.1015979727841211465.rpms-python-OWSLib-e77b0ef7ee9a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-OWSLib
Branch : f43
Commit : e77b0ef7ee9a57df779d6aa3500521f6a8890d23
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-05-21T09:59:40+01:00
Stats : +4/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-OWSLib/c/e77b0ef7ee9a57df779d6aa3500521f6a8890d23?branch=f43
Log:
Use various long options
---
diff --git a/python-OWSLib.spec b/python-OWSLib.spec
index 5b01fab..1a08a86 100644
--- a/python-OWSLib.spec
+++ b/python-OWSLib.spec
@@ -74,12 +74,13 @@ Obsoletes: python-OWSLIB-doc < 0.32.0-1
%prep -a
# Don’t analyze/report test coverage
-sed -r -i 's/^([[:blank:]]*)(--cov\b)/\1# \2/' tox.ini
+sed --regexp-extended --in-place \
+ 's/^([[:blank:]]*)(--cov\b)/\1# \2/' tox.ini
%check -a
# Otherwise, pytest finds the package twice in the Python path and complains.
-rm -rf owslib
+rm --recursive owslib
# These require test data files from tests/resources/, which we have removed:
ignore="${ignore-} --ignore-glob=tests/doctests/*.txt"
@@ -132,7 +133,7 @@ k="${k-}${k+ and }not test_md_reference_system"
k="${k-}${k+ and }not test_service2"
k="${k-}${k+ and }not test_md_distribution"
-%pytest -m 'not online' -k "${k-}" ${ignore-} -v -rs
+%pytest -m 'not online' -k "${k-}" ${ignore-} --verbose -rs
%files -n python3-OWSLib -f %{pyproject_files}
reply other threads:[~2026-06-04 13:39 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=178058037444.1.1015979727841211465.rpms-python-OWSLib-e77b0ef7ee9a@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