17
0

Accepting request 1066200 from home:Simmphonie:branches:devel:languages:python:numeric

- 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.

OBS-URL: https://build.opensuse.org/request/show/1066200
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-tabulate?expand=0&rev=24
This commit is contained in:
2023-02-16 18:05:16 +00:00
committed by Git OBS Bridge
parent 8e46890ef9
commit f7997d1be0
4 changed files with 27 additions and 12 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Feb 16 15:13:58 UTC 2023 - Torsten Gruner <simmphonie@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.
-------------------------------------------------------------------
Mon Jul 11 02:56:59 UTC 2022 - Arun Persaud <arun@gmx.de>