diff --git a/python-tabulate.changes b/python-tabulate.changes index a72136f..1b8075e 100644 --- a/python-tabulate.changes +++ b/python-tabulate.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jul 16 19:55:28 UTC 2021 - Dirk Müller + +- 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 diff --git a/python-tabulate.spec b/python-tabulate.spec index 8b4db8f..0a741dc 100644 --- a/python-tabulate.spec +++ b/python-tabulate.spec @@ -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 diff --git a/tabulate-0.8.7.tar.gz b/tabulate-0.8.7.tar.gz deleted file mode 100644 index 0214cde..0000000 --- a/tabulate-0.8.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db2723a20d04bcda8522165c73eea7c300eda74e0ce852d9022e0159d7895007 -size 50913 diff --git a/tabulate-0.8.9.tar.gz b/tabulate-0.8.9.tar.gz new file mode 100644 index 0000000..2d3aab6 --- /dev/null +++ b/tabulate-0.8.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1d13f25760052e8931f2ef80aaf6045a6cceb47514db8beab24cded16f13a7 +size 53482