- 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:
parent
bc142cc26f
commit
a4a006c71f
@ -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
|
Wed Jan 13 12:33:46 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-tabulate
|
Name: python-tabulate
|
||||||
Version: 0.8.7
|
Version: 0.8.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pretty-printer for tabular data in Python
|
Summary: Pretty-printer for tabular data in Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -33,7 +33,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
Recommends: python-wcwidth
|
Recommends: python-wcwidth
|
||||||
Suggests: python-pandas
|
Suggests: python-pandas
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
@ -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
3
tabulate-0.8.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eb1d13f25760052e8931f2ef80aaf6045a6cceb47514db8beab24cded16f13a7
|
||||||
|
size 53482
|
Loading…
Reference in New Issue
Block a user