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-aiohttp] rawhide: Use pyproject long options
Date: Mon, 24 Aug 2026 06:41:16 GMT	[thread overview]
Message-ID: <178755367609.1.16853400667306793886.rpms-python-aiohttp-c6645a634b6a@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-aiohttp
            Branch : rawhide
            Commit : c6645a634b6a3370ff4f5ae03b880eeb286b238f
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-08-20T10:20:47+01:00
            Stats  : +7/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-aiohttp/c/c6645a634b6a3370ff4f5ae03b880eeb286b238f?branch=rawhide

            Log:
            Use pyproject long options

[skip changelog]

---
diff --git a/python-aiohttp.spec b/python-aiohttp.spec
index 1611698..8385ab4 100644
--- a/python-aiohttp.spec
+++ b/python-aiohttp.spec
@@ -37,7 +37,7 @@ Recommends:     python3-aiohttp+speedups
 
 %description -n python3-aiohttp %{common_description}
 
-%pyproject_extras_subpkg -n python3-aiohttp speedups
+%pyproject_extras_subpkg --name python3-aiohttp speedups
 
 
 %prep
@@ -112,16 +112,19 @@ export AIOHTTP_USE_SYSTEM_DEPS=1
 
 %install
 %pyproject_install
-%pyproject_save_files -l aiohttp
+%pyproject_save_files --assert-license aiohttp
 
 
 %check
 %if %{without tests}
 # - aiohttp.worker requires gunicorn (a test dependency)
 # - aiohttp.pytest_plugin requires pytest (a test dependency)
-%{pyproject_check_import -e aiohttp.worker -e aiohttp.pytest_plugin}
+%{pyproject_check_import %{shrink:
+    --exclude aiohttp.worker
+    --exclude aiohttp.pytest_plugin
+    }}
 %else
-%{pyproject_check_import %{?!with_gunicorn:-e aiohttp.worker}}
+%{pyproject_check_import %{?!with_gunicorn:--exclude aiohttp.worker}}
 
 # Fixes problems importing compiled extensions from subprocesses.
 export PYTHONSAFEPATH=1

                 reply	other threads:[~2026-08-24  6: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=178755367609.1.16853400667306793886.rpms-python-aiohttp-c6645a634b6a@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