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 pyproject long options
Date: Sun, 23 Aug 2026 09:57:53 GMT	[thread overview]
Message-ID: <178747907379.1.16649317647956084436.rpms-python-fastavro-49411dfd9203@fedoraproject.org> (raw)

            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'

                 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=178747907379.1.16649317647956084436.rpms-python-fastavro-49411dfd9203@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