package/python-terminaltables: bump to version 3.1.10

Update repository upstream url and add license hash.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
James Hilliard 2022-01-24 04:24:03 -07:00 committed by Yann E. MORIN
parent f4f9982a19
commit d190bc3922
3 changed files with 8 additions and 5 deletions

View File

@ -4,4 +4,4 @@ config BR2_PACKAGE_PYTHON_TERMINALTABLES
Generate simple tables in terminals from a nested list of
strings.
https://github.com/Robpol86/terminaltables
https://github.com/matthewdeanmartin/terminaltables

View File

@ -1,3 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/terminaltables/json
md5 863797674d8f75d22e16e6c1fdcbeb41 terminaltables-3.1.0.tar.gz
sha256 f3eb0eb92e3833972ac36796293ca0906e998dc3be91fbe1f8615b331b853b81 terminaltables-3.1.0.tar.gz
md5 5467e06a1a6e24dc44e6dd241706668e terminaltables-3.1.10.tar.gz
sha256 ba6eca5cb5ba02bba4c9f4f985af80c54ec3dccf94cfcd190154386255e47543 terminaltables-3.1.10.tar.gz
# Locally computed sha256 checksums
sha256 2e1320fd337db06a3136d0f4101bd62f13249c95c5b581304f35481e979d432a LICENSE

View File

@ -4,10 +4,11 @@
#
################################################################################
PYTHON_TERMINALTABLES_VERSION = 3.1.0
PYTHON_TERMINALTABLES_VERSION = 3.1.10
PYTHON_TERMINALTABLES_SOURCE = terminaltables-$(PYTHON_TERMINALTABLES_VERSION).tar.gz
PYTHON_TERMINALTABLES_SITE = https://files.pythonhosted.org/packages/9b/c4/4a21174f32f8a7e1104798c445dacdc1d4df86f2f26722767034e4de4bff
PYTHON_TERMINALTABLES_SITE = https://files.pythonhosted.org/packages/f5/fc/0b73d782f5ab7feba8d007573a3773c58255f223c5940a7b7085f02153c3
PYTHON_TERMINALTABLES_SETUP_TYPE = setuptools
PYTHON_TERMINALTABLES_LICENSE = MIT
PYTHON_TERMINALTABLES_LICENSE_FILES = LICENSE
$(eval $(python-package))