From b67003cd0bfde62b0ece5d78cd7bb46b81bf7c17a6aa80c7f00bd5cdb8d88808 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 14 Feb 2019 13:31:11 +0000 Subject: [PATCH] Accepting request 673450 from devel:languages:python:numeric OBS-URL: https://build.opensuse.org/request/show/673450 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tabulate?expand=0&rev=3 --- python-tabulate.changes | 17 ++++++++++++++++- python-tabulate.spec | 17 ++++++++++------- tabulate-0.8.2.tar.gz | 3 --- tabulate-0.8.3.tar.gz | 3 +++ 4 files changed, 29 insertions(+), 11 deletions(-) delete mode 100644 tabulate-0.8.2.tar.gz create mode 100644 tabulate-0.8.3.tar.gz diff --git a/python-tabulate.changes b/python-tabulate.changes index 14ac66c..bac46ce 100644 --- a/python-tabulate.changes +++ b/python-tabulate.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Feb 6 21:45:56 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. + +------------------------------------------------------------------- +Wed Feb 6 02:01:00 UTC 2019 - John Vandenberg + +- Update to 0.8.3 + * Bug fixes + * New format: `github` + * Custom colum alignment +- Recommend wcwidth needed for wide character support +- Suggest pandas which is supported +- Run tests for wcwidth and pandas + ------------------------------------------------------------------- Tue Mar 27 13:01:43 UTC 2018 - tchvatal@suse.com @@ -45,4 +61,3 @@ Thu Jul 24 08:58:20 UTC 2014 - fcastelli@suse.com Wed Jul 23 10:37:31 UTC 2014 - fcastelli@suse.com - Initial version of the package (0.7.2) - diff --git a/python-tabulate.spec b/python-tabulate.spec index 84b5994..8386ff0 100644 --- a/python-tabulate.spec +++ b/python-tabulate.spec @@ -1,7 +1,7 @@ # # spec file for package python-tabulate # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,30 +12,33 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-tabulate -Version: 0.8.2 +Version: 0.8.3 Release: 0 -Summary: Pretty-print tabular data in Python +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 nose} +BuildRequires: %{python_module pandas} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wcwidth} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-setuptools -Suggests: python-wcwidth +Recommends: python-wcwidth +Suggests: python-pandas BuildArch: noarch %python_subpackages %description -Pretty-print tabular data in Python. +Pretty-printer for tabular data in Python. The main use cases of the library are: @@ -62,7 +65,7 @@ The main use cases of the library are: %files %{python_files} %license LICENSE -%doc README README.rst +%doc README.rst %python3_only %{_bindir}/tabulate %{python_sitelib}/* diff --git a/tabulate-0.8.2.tar.gz b/tabulate-0.8.2.tar.gz deleted file mode 100644 index 0af22f7..0000000 --- a/tabulate-0.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4ca13f26d0a6be2a2915428dc21e732f1e44dad7f76d7030b2ef1ec251cf7f2 -size 45758 diff --git a/tabulate-0.8.3.tar.gz b/tabulate-0.8.3.tar.gz new file mode 100644 index 0000000..3254f63 --- /dev/null +++ b/tabulate-0.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af07a39377cee1103a5c8b3330a421c2d99b9141e9cc5ddd2e3263fea416943 +size 46234