public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-fastapi] f45: Use %pyproject_extras_subpkg long options
@ 2026-08-22  9:21 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-22  9:21 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-fastapi
Branch : f45
Commit : d3a5cb82d96ef875b2021b2d18d8f8b28b95c823
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-22T09:55:38+01:00
Stats  : +5/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-fastapi/c/d3a5cb82d96ef875b2021b2d18d8f8b28b95c823?branch=f45

Log:
Use %pyproject_extras_subpkg long options

---
diff --git a/python-fastapi.spec b/python-fastapi.spec
index e04e6e9..ccf8a8e 100644
--- a/python-fastapi.spec
+++ b/python-fastapi.spec
@@ -137,8 +137,8 @@ Obsoletes:      python3-fastapi-slim < 0.128.8
 
 
 %if %{defined fc45} || %{defined fc46}
-# We don’t use “%%pyproject_extras_subpkg -n python3-fastapi …” because we want
-# to Obsolete the corresponding fastapi-slim extras.
+# We don’t use “%%pyproject_extras_subpkg --name python3-fastapi …” because we
+# want to Obsolete the corresponding fastapi-slim extras.
 
 %package -n python3-fastapi+standard
 Summary: Metapackage for python3-fastapi: standard extras
@@ -173,7 +173,9 @@ It makes sure the dependencies are installed.
 %files -n python3-fastapi+all
 %ghost %dir %{python3_sitelib}/*.dist-info
 %else
-%pyproject_extras_subpkg -n python3-fastapi standard standard-no-fastapi-cloud-cli all
+%pyproject_extras_subpkg --name python3-fastapi standard
+%pyproject_extras_subpkg --name python3-fastapi standard-no-fastapi-cloud-cli
+%pyproject_extras_subpkg --name python3-fastapi all
 %endif
 
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-22  9:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-22  9:21 [rpms/python-fastapi] f45: Use %pyproject_extras_subpkg 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