- update to 0.8.9:

* Bug fix. Revert support of decimal separators.
  * Python 3.9 support, 3.10 ready.
  * New formats: ``unsafehtml``, ``latex_longtable``, ``fancy_outline``.
  * Support lists of UserDicts as input.
  * Support hyperlinks in terminal output.
  * Improve testing on systems with proxies.
  * Migrate to pytest.
  * Various bug fixes and improvements.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-tabulate?expand=0&rev=20
This commit is contained in:
Dirk Mueller 2021-07-16 19:56:34 +00:00 committed by Git OBS Bridge
parent bc142cc26f
commit a4a006c71f
4 changed files with 18 additions and 5 deletions

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jul 16 19:55:28 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.8.9:
* Bug fix. Revert support of decimal separators.
* Python 3.9 support, 3.10 ready.
* New formats: ``unsafehtml``, ``latex_longtable``, ``fancy_outline``.
* Support lists of UserDicts as input.
* Support hyperlinks in terminal output.
* Improve testing on systems with proxies.
* Migrate to pytest.
* Various bug fixes and improvements.
-------------------------------------------------------------------
Wed Jan 13 12:33:46 UTC 2021 - pgajdos@suse.com

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-tabulate
Version: 0.8.7
Version: 0.8.9
Release: 0
Summary: Pretty-printer for tabular data in Python
License: MIT
@ -33,7 +33,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-setuptools
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
Recommends: python-wcwidth
Suggests: python-pandas
BuildArch: noarch

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db2723a20d04bcda8522165c73eea7c300eda74e0ce852d9022e0159d7895007
size 50913

3
tabulate-0.8.9.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb1d13f25760052e8931f2ef80aaf6045a6cceb47514db8beab24cded16f13a7
size 53482