public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-configargparse] f44: Update to 1.7.7 (close RHBZ#2529248)
@ 2026-09-07 9:35 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-07 9:35 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-configargparse
Branch : f44
Commit : ca1ec3dda0b81a9d6c46e84e5d179efd135acea9
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-07T10:34:49+01:00
Stats : +12/-4 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/python-configargparse/c/ca1ec3dda0b81a9d6c46e84e5d179efd135acea9?branch=f44
Log:
Update to 1.7.7 (close RHBZ#2529248)
---
diff --git a/python-configargparse.spec b/python-configargparse.spec
index beccce6..737ba26 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
@@ -41,7 +49,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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-07 9:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-07 9:35 [rpms/python-configargparse] f44: Update to 1.7.7 (close RHBZ#2529248) 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