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 2023-02-19 18:18:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tabulate (Old) and /work/SRC/openSUSE:Factory/.python-tabulate.new.22824 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tabulate" Sun Feb 19 18:18:43 2023 rev:14 rq:1066244 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tabulate/python-tabulate.changes 2022-07-12 11:11:58.711662253 +0200 +++ /work/SRC/openSUSE:Factory/.python-tabulate.new.22824/python-tabulate.changes 2023-02-19 18:18:46.309408543 +0100 @@ -1,0 +2,14 @@ +Thu Feb 16 15:13:58 UTC 2023 - Torsten Gruner <simmpho...@opensuse.org> + +- update to version 0.9.0 + * Drop support for Python 2.7, 3.5, 3.6. + * Migrate to pyproject.toml project layout (PEP 621). + * New output formats: `asciidoc`, various `*grid` and `*outline` formats. + * New output features: vertical row alignment, separating lines. + * New input format: list of dataclasses (Python 3.7 or later). + * Support infinite iterables as row indices. + * Improve column width options. + * Improve support for ANSI escape sequences and document the behavior. + * Various bug fixes. + +------------------------------------------------------------------- Old: ---- tabulate-0.8.10.tar.gz New: ---- tabulate-0.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tabulate.spec ++++++ --- /var/tmp/diff_new_pack.oY3XNy/_old 2023-02-19 18:18:46.729411211 +0100 +++ /var/tmp/diff_new_pack.oY3XNy/_new 2023-02-19 18:18:46.733411237 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-tabulate # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,20 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-tabulate -Version: 0.8.10 +Version: 0.9.0 Release: 0 Summary: Pretty-printer for tabular data in Python License: MIT Group: Development/Languages/Python URL: https://bitbucket.org/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 pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module setuptools >= 61.2.0} BuildRequires: %{python_module wcwidth} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-setuptools @@ -55,10 +57,10 @@ %setup -q -n tabulate-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/tabulate %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -75,8 +77,7 @@ %license LICENSE %doc README.md %python_alternative %{_bindir}/tabulate -%{python_sitelib}/tabulate.* -%{python_sitelib}/tabulate-%{version}-py*.egg-info -%pycache_only %{python_sitelib}/__pycache__ +%{python_sitelib}/tabulate +%{python_sitelib}/tabulate-*dist-info %changelog ++++++ tabulate-0.8.10.tar.gz -> tabulate-0.9.0.tar.gz ++++++ ++++ 13557 lines of diff (skipped)