python-pytablewriter: bump to version 0.17.1

Add new dependencies: python-toml and python-pytablereader.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yegor Yefremov 2017-01-17 11:17:25 +01:00 committed by Thomas Petazzoni
parent 20e1d5d312
commit ff596afccf
3 changed files with 6 additions and 4 deletions

View file

@ -6,6 +6,8 @@ config BR2_PACKAGE_PYTHON_PYTABLEWRITER
select BR2_PACKAGE_PYTHON_SIX # runtime
select BR2_PACKAGE_PYTHON_XLSXWRITER # runtime
select BR2_PACKAGE_PYTHON_XLWT # runtime
select BR2_PACKAGE_PYTHON_TOML # runtime
select BR2_PACKAGE_PYTHON_PYTABLEREADER # runtime
help
pytablewriter is a python library to write a table in various
formats: CSV, HTML, JavaScript, JSON, Markdown, Excel, Pandas,

View file

@ -1,3 +1,3 @@
# md5 from https://pypi.python.org/pypi/pytablewriter/json, sha256 locally computed
md5 0c45bc31cec49d462fcae16ac3a494d2 pytablewriter-0.14.1.tar.gz
sha256 7147f12b58ab6506488fc7cd5719dc73f4c03aafaecd5fe7d378297ea5758eaa pytablewriter-0.14.1.tar.gz
md5 7b909647bb8a87373f2553a6fccdf419 pytablewriter-0.17.1.tar.gz
sha256 20c58c41359941262bf288d2fe81ca506e2a38cfdd337d982dbcb2e26ec4a3ed pytablewriter-0.17.1.tar.gz

View file

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_PYTABLEWRITER_VERSION = 0.14.1
PYTHON_PYTABLEWRITER_VERSION = 0.17.1
PYTHON_PYTABLEWRITER_SOURCE = pytablewriter-$(PYTHON_PYTABLEWRITER_VERSION).tar.gz
PYTHON_PYTABLEWRITER_SITE = https://pypi.python.org/packages/cb/f7/5000d900ddc927300cc4d8492e06f87a79f830a463bea459b3e03ad6742b
PYTHON_PYTABLEWRITER_SITE = https://pypi.python.org/packages/a2/2f/093dded4e265705c1d87d68a9062acb69b39c6ec615f74d71c62f6625afa
PYTHON_PYTABLEWRITER_SETUP_TYPE = setuptools
PYTHON_PYTABLEWRITER_LICENSE = MIT
PYTHON_PYTABLEWRITER_LICENSE_FILES = LICENSE