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
This commit is contained in:
Dominique Leuenberger 2019-02-14 13:31:11 +00:00 committed by Git OBS Bridge
parent f5d925e7f4
commit b67003cd0b
4 changed files with 29 additions and 11 deletions

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Feb 6 21:45:56 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
-------------------------------------------------------------------
Wed Feb 6 02:01:00 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- 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 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 Wed Jul 23 10:37:31 UTC 2014 - fcastelli@suse.com
- Initial version of the package (0.7.2) - Initial version of the package (0.7.2)

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-tabulate # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-tabulate Name: python-tabulate
Version: 0.8.2 Version: 0.8.3
Release: 0 Release: 0
Summary: Pretty-print tabular data in Python Summary: Pretty-printer for tabular data in Python
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://bitbucket.org/astanin/python-tabulate URL: https://bitbucket.org/astanin/python-tabulate
Source: https://files.pythonhosted.org/packages/source/t/tabulate/tabulate-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/t/tabulate/tabulate-%{version}.tar.gz
BuildRequires: %{python_module nose} BuildRequires: %{python_module nose}
BuildRequires: %{python_module pandas}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wcwidth}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-setuptools Requires: python-setuptools
Suggests: python-wcwidth Recommends: python-wcwidth
Suggests: python-pandas
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
Pretty-print tabular data in Python. Pretty-printer for tabular data in Python.
The main use cases of the library are: The main use cases of the library are:
@ -62,7 +65,7 @@ The main use cases of the library are:
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE
%doc README README.rst %doc README.rst
%python3_only %{_bindir}/tabulate %python3_only %{_bindir}/tabulate
%{python_sitelib}/* %{python_sitelib}/*

View File

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

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

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