Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ConfigArgParse for
openSUSE:Factory checked in at 2026-04-07 16:33:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ConfigArgParse (Old)
and /work/SRC/openSUSE:Factory/.python-ConfigArgParse.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ConfigArgParse"
Tue Apr 7 16:33:40 2026 rev:9 rq:1344808 version:1.7.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-ConfigArgParse/python-ConfigArgParse.changes
2025-12-09 12:56:37.483766140 +0100
+++
/work/SRC/openSUSE:Factory/.python-ConfigArgParse.new.21863/python-ConfigArgParse.changes
2026-04-07 16:49:20.177600475 +0200
@@ -1,0 +2,11 @@
+Mon Apr 6 21:24:05 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.7.5:
+ * Add support for tomllib (Python 3.11+)
+ * Add serialization support for IniConfigParser and TomlConfigParser
+ * Fix argument injection order (issue #298, #285, #296)
+ * Improve error handling during config parsing
+ * Add support for Python 3.13
+- drop obsolete py313-skip-exit.patch
+
+-------------------------------------------------------------------
Old:
----
configargparse-1.7.1.tar.gz
py313-skip-exit.patch
New:
----
configargparse-1.7.5.tar.gz
----------(Old B)----------
Old: * Add support for Python 3.13
- drop obsolete py313-skip-exit.patch
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ConfigArgParse.spec ++++++
--- /var/tmp/diff_new_pack.W9KbeG/_old 2026-04-07 16:49:20.749624130 +0200
+++ /var/tmp/diff_new_pack.W9KbeG/_new 2026-04-07 16:49:20.749624130 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-ConfigArgParse
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,17 +18,17 @@
%{?sle15_python_module_pythons}
Name: python-ConfigArgParse
-Version: 1.7.1
+Version: 1.7.5
Release: 0
Summary: A drop-in replacement for argparse
License: MIT
Group: Development/Languages/Python
URL: https://github.com/bw2/ConfigArgParse
Source:
https://files.pythonhosted.org/packages/source/c/configargparse/configargparse-%{version}.tar.gz
-Patch1:
https://github.com/bw2/ConfigArgParse/pull/295/commits/5e9f442374bc6d9707a43df13aaff684dff6b535.patch#/py313-skip-exit.patch
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -67,9 +67,9 @@
%pytest -k 'not (test_main or testGlobalInstances or
testGlobalInstances_WithName or testConfigOrEnvValueErrors or
testMutuallyExclusiveArgs)'
%files %{python_files}
-%doc README.rst
+%doc README.md
%license LICENSE
-%{python_sitelib}/configargparse*
+%{python_sitelib}/configargparse.py
%{python_sitelib}/[Cc]onfig[Aa]rg[Pp]arse-%{version}*info
-%pycache_only %{python_sitelib}/__pycache__
+%pycache_only %{python_sitelib}/__pycache__/configargparse*
++++++ configargparse-1.7.1.tar.gz -> configargparse-1.7.5.tar.gz ++++++
++++ 8243 lines of diff (skipped)