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-wsgidav] epel10.2: Use various long options
Date: Sun, 31 May 2026 16:41:14 GMT	[thread overview]
Message-ID: <178024567451.1.829249108533892529.rpms-python-wsgidav-85cb76f6c61e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-wsgidav
Branch : epel10.2
Commit : 85cb76f6c61ebf5590c28a7acce63ac3033532f9
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-05-25T07:36:23+01:00
Stats  : +5/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-wsgidav/c/85cb76f6c61ebf5590c28a7acce63ac3033532f9?branch=epel10.2

Log:
Use various long options

---
diff --git a/python-wsgidav.spec b/python-wsgidav.spec
index ebdb612..1b345c7 100644
--- a/python-wsgidav.spec
+++ b/python-wsgidav.spec
@@ -79,7 +79,8 @@ Summary:        %{summary}
 # https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters
 # - pytest-cov is a coverage tool
 # - pytest-html is not packaged, and is only used for generating reports
-sed -r -i 's/^([[:blank:]]*)(pytest-(cov|html)\b)/\1# \2/' tox.ini
+sed --regexp-extended --in-place \
+    's/^([[:blank:]]*)(pytest-(cov|html)\b)/\1# \2/' tox.ini
 
 
 %generate_buildrequires
@@ -94,7 +95,8 @@ sed -r -i 's/^([[:blank:]]*)(pytest-(cov|html)\b)/\1# \2/' tox.ini
 %pyproject_install
 %pyproject_save_files wsgidav
 
-install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 '%{SOURCE1}'
+install -D --preserve-timestamps --mode=0644 \
+    --target='%{buildroot}%{_mandir}/man1' '%{SOURCE1}'
 
 
 %check
@@ -125,7 +127,7 @@ install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 '%{SOURCE1}'
 # pip-install pytest-html. Rather than patching this out (and patching out the
 # pytest arguments related to pytest-cov and pytest-html), we just run pytest
 # directly.
-%pytest -ra -v -x
+%pytest -ra --verbose
 
 
 %files -n python3-wsgidav -f %{pyproject_files}

                 reply	other threads:[~2026-05-31 16:41 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=178024567451.1.829249108533892529.rpms-python-wsgidav-85cb76f6c61e@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