Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-tabulate for openSUSE:Factory
checked in at 2026-03-10 17:47:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tabulate (Old)
and /work/SRC/openSUSE:Factory/.python-tabulate.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tabulate"
Tue Mar 10 17:47:08 2026 rev:20 rq:1337640 version:0.10.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tabulate/python-tabulate.changes
2026-01-15 16:43:47.266123835 +0100
+++
/work/SRC/openSUSE:Factory/.python-tabulate.new.8177/python-tabulate.changes
2026-03-10 17:47:35.209364715 +0100
@@ -1,0 +2,15 @@
+Mon Mar 9 10:03:14 UTC 2026 - Johannes Kastl
<[email protected]>
+
+- update to 0.10.0:
+ * Add support for Python 3.11, 3.12, 3.13, 3.14.
+ * Drop support for Python 3.7, 3.8, 3.9.
+ * PRESERVE_STERILITY global is replaced with preserve_sterility
+ function argument.
+ * New formatting options: headersglobalalign, headersalign,
+ colglobalalign.
+ * New output format: ``colon_grid`` (Pandoc grid_tables with
+ alignment)
+ * Various bug fixes.
+ * Improved error messages.
+
+-------------------------------------------------------------------
Old:
----
tabulate-0.9.0.tar.gz
New:
----
tabulate-0.10.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-tabulate.spec ++++++
--- /var/tmp/diff_new_pack.NIca5y/_old 2026-03-10 17:47:36.649424160 +0100
+++ /var/tmp/diff_new_pack.NIca5y/_new 2026-03-10 17:47:36.653424326 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-tabulate
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# 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
@@ -23,18 +23,18 @@
%endif
%{?sle15_python_module_pythons}
Name: python-tabulate
-Version: 0.9.0
+Version: 0.10.0
Release: 0
Summary: Pretty-printer for tabular data in Python
License: MIT
Group: Development/Languages/Python
-URL: https://bitbucket.org/astanin/python-tabulate
+URL: https://github.com/astanin/python-tabulate
Source:
https://files.pythonhosted.org/packages/source/t/tabulate/tabulate-%{version}.tar.gz
-BuildRequires: %{python_module base > 3.6}
+BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module setuptools >= 61.2.0}
-BuildRequires: %{python_module setuptools_scm}
+BuildRequires: %{python_module setuptools >= 77.0.3}
+BuildRequires: %{python_module setuptools_scm >= 3.4.3}
BuildRequires: %{python_module wcwidth}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
++++++ tabulate-0.9.0.tar.gz -> tabulate-0.10.0.tar.gz ++++++
++++ 5637 lines of diff (skipped)