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-yarl] rawhide: Use various long options
Date: Wed, 23 Sep 2026 06:29:24 GMT [thread overview]
Message-ID: <179014496466.1.14417279381134968227.rpms-python-yarl-43963837a10e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-yarl
Branch : rawhide
Commit : 43963837a10eea32c63b7fc76be79a4758b2a6f0
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-16T12:15:41+01:00
Stats : +4/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-yarl/c/43963837a10eea32c63b7fc76be79a4758b2a6f0?branch=rawhide
Log:
Use various long options
---
diff --git a/python-yarl.spec b/python-yarl.spec
index 5298e2c..81bda43 100644
--- a/python-yarl.spec
+++ b/python-yarl.spec
@@ -32,7 +32,7 @@ The module provides handy URL class for URL parsing and changing.
%prep
%autosetup -n %{pypi_name}-%{version} -p1
# Disable coverage
-sed -r -e 's/(-.*cov.*$)/#\1/g' -i pytest.ini
+sed --regexp-extended --in-place 's/(-.*cov.*$)/#\1/g' pytest.ini
%generate_buildrequires
%pyproject_buildrequires
@@ -47,7 +47,9 @@ sed -r -e 's/(-.*cov.*$)/#\1/g' -i pytest.ini
%check
# Ignore the benchmark tests which require pytest_codspeed which is not
# packaged in Fedora.
-%pytest -v --ignore tests/test_quoting_benchmarks.py --ignore tests/test_url_benchmarks.py tests
+ignore="${ignore-} --ignore tests/test_quoting_benchmarks.py"
+ignore="${ignore-} --ignore tests/test_url_benchmarks.py"
+%pytest ${ignore-} --verbose tests
%files -n python3-%{pypi_name} -f %{pyproject_files}
%doc CHANGES.rst README.rst
reply other threads:[~2026-09-23 6:29 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=179014496466.1.14417279381134968227.rpms-python-yarl-43963837a10e@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