public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pydantic-settings] f44: Use pyproject long options
@ 2026-08-07 12:23 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-07 12:23 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-pydantic-settings
            Branch : f44
            Commit : 76a4d3a4156d2eb79c307d4e16c206b25097af88
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-08-07T11:55:42+01:00
            Stats  : +6/-6 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-pydantic-settings/c/76a4d3a4156d2eb79c307d4e16c206b25097af88?branch=f44

            Log:
            Use pyproject long options

[skip changelog]

---
diff --git a/python-pydantic-settings.spec b/python-pydantic-settings.spec
index 2e8b5ac..e93ffd2 100644
--- a/python-pydantic-settings.spec
+++ b/python-pydantic-settings.spec
@@ -60,11 +60,11 @@ tomcli set pyproject.toml lists delitem \
 
 %generate_buildrequires
 %{pyproject_buildrequires %{shrink:
-    -x yaml
-    -x toml
-    %{?with_azure_key_vault:-x azure-key-vault}
-    %{?with_aws_secrets_manager:-x aws-secrets-manager}
-    %{?with_gcp_secret_manager:-x gcp-secret-manager}}}
+    --extras yaml
+    --extras toml
+    %{?with_azure_key_vault:--extras azure-key-vault}
+    %{?with_aws_secrets_manager:--extras aws-secrets-manager}
+    %{?with_gcp_secret_manager:--extras gcp-secret-manager}}}
 
 
 %build
@@ -73,7 +73,7 @@ tomcli set pyproject.toml lists delitem \
 
 %install
 %pyproject_install
-%pyproject_save_files -l pydantic_settings
+%pyproject_save_files --assert-license pydantic_settings
 
 
 %check

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

only message in thread, other threads:[~2026-08-07 12:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 12:23 [rpms/python-pydantic-settings] f44: 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