public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-fastavro] rawhide: Use pyproject long options
@ 2026-08-23 9:57 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-23 9:57 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-fastavro
Branch : rawhide
Commit : 49411dfd9203f9ba0a5741a94c78ad75ce2213af
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-23T08:34:09+01:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-fastavro/c/49411dfd9203f9ba0a5741a94c78ad75ce2213af?branch=rawhide
Log:
Use pyproject long options
[skip changelog]
---
diff --git a/python-fastavro.spec b/python-fastavro.spec
index 4a05559..7c9fc80 100644
--- a/python-fastavro.spec
+++ b/python-fastavro.spec
@@ -79,7 +79,7 @@ Summary: %{summary}
%description -n python3-fastavro %{_description}
-%pyproject_extras_subpkg -n python3-fastavro codecs snappy zstandard lz4
+%pyproject_extras_subpkg --name python3-fastavro codecs snappy zstandard lz4
%package doc
@@ -107,7 +107,7 @@ sed -r -e '/^(black|check-manifest|flake8|mypy|twine)\b/d' \
%generate_buildrequires
# codecs includes snappy, zstandard, and lz4
-%pyproject_buildrequires -x codecs
+%pyproject_buildrequires --extras codecs
# For some reason, combining this with the above does not work, even though it
# should. It would be nice to investigate this.
%pyproject_buildrequires developer_requirements-filtered.txt
@@ -128,7 +128,7 @@ PYTHONPATH="${BLIB}" %make_build -C docs latex \
%install
%pyproject_install
-%pyproject_save_files -l fastavro
+%pyproject_save_files --assert-license fastavro
install -t '%{buildroot}%{_mandir}/man1' -p -m 0644 -D \
'docs/_build/man/fastavro.1'
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-23 9:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-23 9:57 [rpms/python-fastavro] rawhide: Use pyproject long options Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox