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 2025-12-09 12:49:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ConfigArgParse (Old)
 and      /work/SRC/openSUSE:Factory/.python-ConfigArgParse.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ConfigArgParse"

Tue Dec  9 12:49:52 2025 rev:8 rq:1321556 version:1.7.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-ConfigArgParse/python-ConfigArgParse.changes  
    2025-05-05 22:59:05.275260035 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ConfigArgParse.new.1939/python-ConfigArgParse.changes
    2025-12-09 12:56:37.483766140 +0100
@@ -1,0 +2,10 @@
+Thu Dec  4 09:37:33 UTC 2025 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to 1.7.1
+  * The primary purpose of this release is to fix the package
+    metadata on supported python versions.
+- Adjust upstream source name in spec file
+- Drop py313-tests.patch, fixed upstream
+- Update Requires from setup.py
+
+-------------------------------------------------------------------

Old:
----
  ConfigArgParse-1.7.tar.gz
  py313-tests.patch

New:
----
  configargparse-1.7.1.tar.gz

----------(Old B)----------
  Old:- Adjust upstream source name in spec file
- Drop py313-tests.patch, fixed upstream
- Update Requires from setup.py
----------(Old E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-ConfigArgParse.spec ++++++
--- /var/tmp/diff_new_pack.3jjRAb/_old  2025-12-09 12:56:38.223797357 +0100
+++ /var/tmp/diff_new_pack.3jjRAb/_new  2025-12-09 12:56:38.227797526 +0100
@@ -18,15 +18,14 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-ConfigArgParse
-Version:        1.7
+Version:        1.7.1
 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/c6a974211f1a13d492bb807ff6d07cefcc948a87.patch#/py313-tests.patch
-Patch2:         
https://github.com/bw2/ConfigArgParse/pull/295/commits/5e9f442374bc6d9707a43df13aaff684dff6b535.patch#/py313-skip-exit.patch
+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}
@@ -34,7 +33,6 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-PyYAML
-Requires:       python-setuptools
 # Old name of the package
 Provides:       python-configargparse = %{version}-%{release}
 Obsoletes:      python-configargparse < %{version}-%{release}
@@ -54,7 +52,7 @@
 add these features
 
 %prep
-%autosetup -p1 -n ConfigArgParse-%{version}
+%autosetup -p1 -n configargparse-%{version}
 
 %build
 %pyproject_wheel

++++++ py313-skip-exit.patch ++++++
--- /var/tmp/diff_new_pack.3jjRAb/_old  2025-12-09 12:56:38.263799045 +0100
+++ /var/tmp/diff_new_pack.3jjRAb/_new  2025-12-09 12:56:38.267799214 +0100
@@ -11,7 +11,7 @@
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 diff --git a/tests/test_configargparse.py b/tests/test_configargparse.py
-index e325afd..9718d86 100644
+index e325afd1..9718d862 100644
 --- a/tests/test_configargparse.py
 +++ b/tests/test_configargparse.py
 @@ -1533,7 +1533,8 @@ def 
testYAMLConfigFileParser_w_ArgumentParser_parsed_values(self):

Reply via email to