Accepting request 807161 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/807161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tabulate?expand=0&rev=9
This commit is contained in:
Yuchen Lin 2020-05-28 07:07:44 +00:00 committed by Git OBS Bridge
commit cdefcb8bca
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 19 08:03:11 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
-------------------------------------------------------------------
Sat Apr 25 16:25:20 UTC 2020 - Arun Persaud <arun@gmx.de>

View File

@ -31,6 +31,8 @@ BuildRequires: %{python_module wcwidth}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-setuptools
Requires(post): update-alternatives
Requires(postun): update-alternatives
Recommends: python-wcwidth
Suggests: python-pandas
BuildArch: noarch
@ -57,15 +59,22 @@ The main use cases of the library are:
%install
%python_install
%python_clone -a %{buildroot}%{_bindir}/tabulate
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%post
%python_install_alternative tabulate
%postun
%python_uninstall_alternative tabulate
%files %{python_files}
%license LICENSE
%doc README.md
%python3_only %{_bindir}/tabulate
%python_alternative %{_bindir}/tabulate
%{python_sitelib}/tabulate.*
%{python_sitelib}/tabulate-%{version}-py*.egg-info
%pycache_only %{python_sitelib}/__pycache__