Accepting request 752804 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/752804 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tabulate?expand=0&rev=6
This commit is contained in:
commit
c5dd380ed4
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 1 19:13:52 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- specfile:
|
||||
* be more specific in %files section
|
||||
|
||||
- update to version 0.8.6:
|
||||
* Bug fixes.
|
||||
* Stop supporting Python 3.3, 3.4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 8 09:15:59 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-tabulate
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-tabulate
|
||||
Version: 0.8.5
|
||||
Version: 0.8.6
|
||||
Release: 0
|
||||
Summary: Pretty-printer for tabular data in Python
|
||||
License: MIT
|
||||
@ -51,7 +51,7 @@ The main use cases of the library are:
|
||||
decimal point
|
||||
|
||||
%prep
|
||||
%setup -n tabulate-%{version}
|
||||
%setup -q -n tabulate-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
@ -67,6 +67,8 @@ The main use cases of the library are:
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%python3_only %{_bindir}/tabulate
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/tabulate.*
|
||||
%{python_sitelib}/tabulate-%{version}-py*.egg-info
|
||||
%pycache_only %{python_sitelib}/__pycache__
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0097023658d4dea848d6ae73af84532d1e86617ac0925d1adf1dd903985dac3
|
||||
size 45867
|
3
tabulate-0.8.6.tar.gz
Normal file
3
tabulate-0.8.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5470cc6687a091c7042cee89b2946d9235fe9f6d49c193a4ae2ac7bf386737c8
|
||||
size 45535
|
Loading…
Reference in New Issue
Block a user