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-configargparse] f45: Update to 1.7.7 (close RHBZ#2529248)
Date: Mon, 07 Sep 2026 09:34:30 GMT [thread overview]
Message-ID: <178877367077.1.10830996003297872098.rpms-python-configargparse-e4de24b0d6b2@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-configargparse
Branch : f45
Commit : e4de24b0d6b2fa3c858b7239a04fbaf0b75895c9
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-07T10:27:54+01:00
Stats : +12/-4 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/python-configargparse/c/e4de24b0d6b2fa3c858b7239a04fbaf0b75895c9?branch=f45
Log:
Update to 1.7.7 (close RHBZ#2529248)
---
diff --git a/python-configargparse.spec b/python-configargparse.spec
index 06e1647..72f6c2f 100644
--- a/python-configargparse.spec
+++ b/python-configargparse.spec
@@ -1,5 +1,13 @@
+# We can’t package the “toml” extra because it depends on python3dist(toml),
+# which was deprecated and eventually removed from Fedora. See
+# https://fedoraproject.org/wiki/Changes/DeprecatePythonToml. However, if
+# upstream migrates to tomli as discussed in
+# https://github.com/bw2/ConfigArgParse/issues/355, we might be able to enable
+# this in the future.
+%bcond toml 0
+
Name: python-configargparse
-Version: 1.7.6
+Version: 1.7.7
Release: %autorelease
Summary: Replacement for argparse that allows options to be set via config files
@@ -10,7 +18,7 @@ Source: %{url}/archive/v%{version}/ConfigArgParse-%{version}.tar.gz
BuildSystem: pyproject
BuildOption(install): --assert-license configargparse
-BuildOption(generate_buildrequires): --extras yaml
+BuildOption(generate_buildrequires): --extras %{?with_toml:toml,}yaml
BuildArch: noarch
@@ -40,7 +48,7 @@ Summary: %{summary}
%description -n python3-configargparse %{common_description}
-%pyproject_extras_subpkg --name python3-configargparse yaml
+%pyproject_extras_subpkg --name python3-configargparse %{?with_toml:toml} yaml
%generate_buildrequires -p
diff --git a/sources b/sources
index ee73f8c..657ef29 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ConfigArgParse-1.7.6.tar.gz) = 97c33e8d4621447bd6d8e89725c4cd4236970972e78c055b0fc7a4e8bc803e2483d45a3ab281785a59a5d43b5691647e22730839bbbfc3ba3043c92226b2d103
+SHA512 (ConfigArgParse-1.7.7.tar.gz) = 5d488c5d9a2f8ca32443e05ee55302e702ec9988b6e4e45b72f79c1d619ce52949e7ebd8c2f87519448fad2395f0bdd6403a073f46d6911b7dd6aa22f772b1ac
reply other threads:[~2026-09-07 9:34 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=178877367077.1.10830996003297872098.rpms-python-configargparse-e4de24b0d6b2@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