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-pydantic-settings] rawhide: Use pyproject long options
Date: Fri, 07 Aug 2026 12:14:45 GMT [thread overview]
Message-ID: <178610488588.1.10740980561417294193.rpms-python-pydantic-settings-76a4d3a4156d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-pydantic-settings
Branch : rawhide
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=rawhide
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
reply other threads:[~2026-08-07 12:14 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=178610488588.1.10740980561417294193.rpms-python-pydantic-settings-76a4d3a4156d@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