Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-cli-helpers for 
openSUSE:Factory checked in at 2026-03-16 14:16:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cli-helpers (Old)
 and      /work/SRC/openSUSE:Factory/.python-cli-helpers.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cli-helpers"

Mon Mar 16 14:16:36 2026 rev:15 rq:1339105 version:2.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cli-helpers/python-cli-helpers.changes    
2026-03-05 17:18:17.582462703 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-cli-helpers.new.8177/python-cli-helpers.changes
  2026-03-16 14:19:32.502796458 +0100
@@ -1,0 +2,7 @@
+Sun Mar 15 14:53:50 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2.11.0:
+  * Support and require version 0.10.x of `tabulate`.
+  * Pin `tabulate` version more tightly.
+
+-------------------------------------------------------------------

Old:
----
  cli_helpers-2.10.1.tar.gz

New:
----
  cli_helpers-2.11.0.tar.gz

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

Other differences:
------------------
++++++ python-cli-helpers.spec ++++++
--- /var/tmp/diff_new_pack.9DAKHQ/_old  2026-03-16 14:19:32.978816218 +0100
+++ /var/tmp/diff_new_pack.9DAKHQ/_new  2026-03-16 14:19:32.978816218 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python-cli-helpers
-Version:        2.10.1
+Version:        2.11.0
 Release:        0
 Summary:        Helpers for building command-line apps
 License:        BSD-3-Clause
@@ -29,7 +29,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-configobj >= 5.0.5
-Requires:       python-tabulate >= 0.9.0
+Requires:       python-tabulate >= 0.10.0
 # install_requires lists tabulate[widechars]
 Requires:       python-wcwidth
 Suggests:       python-Pygments >= 2.4
@@ -39,7 +39,7 @@
 BuildRequires:  %{python_module Pygments >= 2.4}
 BuildRequires:  %{python_module configobj >= 5.0.5}
 BuildRequires:  %{python_module pytest >= 3.0.7}
-BuildRequires:  %{python_module tabulate >= 0.8.2}
+BuildRequires:  %{python_module tabulate >= 0.10.0}
 BuildRequires:  %{python_module wcwidth}
 %python_subpackages
 

++++++ cli_helpers-2.10.1.tar.gz -> cli_helpers-2.11.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli_helpers-2.10.1/AUTHORS 
new/cli_helpers-2.11.0/AUTHORS
--- old/cli_helpers-2.10.1/AUTHORS      2025-07-09 22:00:36.000000000 +0200
+++ new/cli_helpers-2.11.0/AUTHORS      2026-03-05 15:53:28.000000000 +0100
@@ -26,6 +26,7 @@
 - Andrii Kohut
 - Roland Walker
 - Doug Harris
+- Benjamin Beasley
 
 Thanks
 ------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli_helpers-2.10.1/CHANGELOG 
new/cli_helpers-2.11.0/CHANGELOG
--- old/cli_helpers-2.10.1/CHANGELOG    2026-02-18 11:19:54.000000000 +0100
+++ new/cli_helpers-2.11.0/CHANGELOG    2026-03-05 16:04:15.000000000 +0100
@@ -1,5 +1,12 @@
 # Changelog
 
+## Version 2.11.0
+
+(released on 2025-03-05)
+
+- Support and require version 0.10.x of `tabulate`.
+- Pin `tabulate` version more tightly.
+
 ## Version 2.10.1
 
 (released on 2025-02-18)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli_helpers-2.10.1/PKG-INFO 
new/cli_helpers-2.11.0/PKG-INFO
--- old/cli_helpers-2.10.1/PKG-INFO     2026-02-18 11:23:02.000000000 +0100
+++ new/cli_helpers-2.11.0/PKG-INFO     2026-03-05 16:16:21.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: cli_helpers
-Version: 2.10.1
+Version: 2.11.0
 Summary: Helpers for building command-line apps
 Home-page: https://github.com/dbcli/cli_helpers
 Author: dbcli
@@ -20,7 +20,7 @@
 License-File: LICENSE
 License-File: AUTHORS
 Requires-Dist: configobj>=5.0.5
-Requires-Dist: tabulate[widechars]>=0.9.0
+Requires-Dist: tabulate[widechars]~=0.10.0
 Provides-Extra: styles
 Requires-Dist: Pygments>=1.6; extra == "styles"
 Dynamic: author
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli_helpers-2.10.1/cli_helpers/__init__.py 
new/cli_helpers-2.11.0/cli_helpers/__init__.py
--- old/cli_helpers-2.10.1/cli_helpers/__init__.py      2026-02-18 
11:21:15.000000000 +0100
+++ new/cli_helpers-2.11.0/cli_helpers/__init__.py      2026-03-05 
16:07:42.000000000 +0100
@@ -1 +1 @@
-__version__ = "2.10.1"
+__version__ = "2.11.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cli_helpers-2.10.1/cli_helpers/tabular_output/tabulate_adapter.py 
new/cli_helpers-2.11.0/cli_helpers/tabular_output/tabulate_adapter.py
--- old/cli_helpers-2.10.1/cli_helpers/tabular_output/tabulate_adapter.py       
2026-02-09 11:37:32.000000000 +0100
+++ new/cli_helpers-2.11.0/cli_helpers/tabular_output/tabulate_adapter.py       
2026-03-05 15:53:28.000000000 +0100
@@ -249,7 +249,7 @@
     if table_format in supported_markup_formats:
         tkwargs.update(numalign=None, stralign=None)
 
-    tabulate.PRESERVE_WHITESPACE = preserve_whitespace
+    tkwargs.update(preserve_whitespace=preserve_whitespace)
 
     tkwargs.update(default_kwargs.get(table_format, {}))
     if table_format in headless_formats:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli_helpers-2.10.1/cli_helpers.egg-info/PKG-INFO 
new/cli_helpers-2.11.0/cli_helpers.egg-info/PKG-INFO
--- old/cli_helpers-2.10.1/cli_helpers.egg-info/PKG-INFO        2026-02-18 
11:23:02.000000000 +0100
+++ new/cli_helpers-2.11.0/cli_helpers.egg-info/PKG-INFO        2026-03-05 
16:16:21.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: cli_helpers
-Version: 2.10.1
+Version: 2.11.0
 Summary: Helpers for building command-line apps
 Home-page: https://github.com/dbcli/cli_helpers
 Author: dbcli
@@ -20,7 +20,7 @@
 License-File: LICENSE
 License-File: AUTHORS
 Requires-Dist: configobj>=5.0.5
-Requires-Dist: tabulate[widechars]>=0.9.0
+Requires-Dist: tabulate[widechars]~=0.10.0
 Provides-Extra: styles
 Requires-Dist: Pygments>=1.6; extra == "styles"
 Dynamic: author
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli_helpers-2.10.1/cli_helpers.egg-info/requires.txt 
new/cli_helpers-2.11.0/cli_helpers.egg-info/requires.txt
--- old/cli_helpers-2.10.1/cli_helpers.egg-info/requires.txt    2026-02-18 
11:23:02.000000000 +0100
+++ new/cli_helpers-2.11.0/cli_helpers.egg-info/requires.txt    2026-03-05 
16:16:21.000000000 +0100
@@ -1,5 +1,5 @@
 configobj>=5.0.5
-tabulate[widechars]>=0.9.0
+tabulate[widechars]~=0.10.0
 
 [styles]
 Pygments>=1.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli_helpers-2.10.1/setup.py 
new/cli_helpers-2.11.0/setup.py
--- old/cli_helpers-2.10.1/setup.py     2025-07-09 22:00:36.000000000 +0200
+++ new/cli_helpers-2.11.0/setup.py     2026-03-05 16:04:15.000000000 +0100
@@ -37,7 +37,7 @@
     long_description_content_type="text/x-rst",
     install_requires=[
         "configobj >= 5.0.5",
-        "tabulate[widechars] >= 0.9.0",
+        "tabulate[widechars] ~= 0.10.0",
     ],
     extras_require={
         "styles": ["Pygments >= 1.6"],

Reply via email to