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-fastavro] rawhide: Use various long options
Date: Sun, 23 Aug 2026 09:57:54 GMT [thread overview]
Message-ID: <178747907426.1.14440978783075228419.rpms-python-fastavro-f895a755c65a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-fastavro
Branch : rawhide
Commit : f895a755c65ada2ac08a18147b105b267e432a87
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-23T08:34:13+01:00
Stats : +10/-9 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-fastavro/c/f895a755c65ada2ac08a18147b105b267e432a87?branch=rawhide
Log:
Use various long options
[skip changelog]
---
diff --git a/python-fastavro.spec b/python-fastavro.spec
index 7c9fc80..5f544dd 100644
--- a/python-fastavro.spec
+++ b/python-fastavro.spec
@@ -100,8 +100,9 @@ find fastavro/ -name '*.c' -print -delete
echo 'intersphinx_mapping.clear()' >> docs/conf.py
# Do not generate dependencies on linters, formatters, typecheckers, etc.:
-sed -r -e '/^(black|check-manifest|flake8|mypy|twine)\b/d' \
- -e '/^(coverage|pytest-cov)\b/d' \
+sed --regexp-extended \
+ --expression '/^(black|check-manifest|flake8|mypy|twine)\b/d' \
+ --expression '/^(coverage|pytest-cov)\b/d' \
developer_requirements.txt | tee developer_requirements-filtered.txt
@@ -117,12 +118,12 @@ sed -r -e '/^(black|check-manifest|flake8|mypy|twine)\b/d' \
%pyproject_wheel
BLIB="${PWD}/build/lib.%{python3_platform}-cpython-%{python3_version_nodots}"
-PYTHONPATH="${BLIB}" %make_build -C docs man \
- SPHINXOPTS='-n -j%{?_smp_build_ncpus}'
+PYTHONPATH="${BLIB}" %make_build --directory=docs man \
+ SPHINXOPTS='--nitpicky --jobs=%{?_smp_build_ncpus}'
%if %{with doc_pdf}
-PYTHONPATH="${BLIB}" %make_build -C docs latex \
- SPHINXOPTS='-n -j%{?_smp_build_ncpus}'
-%make_build -C docs/_build/latex LATEXMKOPTS='-quiet'
+PYTHONPATH="${BLIB}" %make_build --directory=docs latex \
+ SPHINXOPTS='--nitpicky --jobs=%{?_smp_build_ncpus}'
+%make_build --directory=docs/_build/latex LATEXMKOPTS='-quiet'
%endif
@@ -130,8 +131,8 @@ PYTHONPATH="${BLIB}" %make_build -C docs latex \
%pyproject_install
%pyproject_save_files --assert-license fastavro
-install -t '%{buildroot}%{_mandir}/man1' -p -m 0644 -D \
- 'docs/_build/man/fastavro.1'
+install -D --target='%{buildroot}%{_mandir}/man1' \
+ --preserve-timestamps --mode=0644 'docs/_build/man/fastavro.1'
%check
reply other threads:[~2026-08-23 9:57 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=178747907426.1.14440978783075228419.rpms-python-fastavro-f895a755c65a@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