[Buildroot] [git commit] package/python-terminaltables: bump to version 3.1.10

Yann E. MORIN yann.morin.1998 at free.fr
Tue Jan 25 18:26:37 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=d190bc39220022b9dd2febf80a1bd970455d3a01
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Update repository upstream url and add license hash.

Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/python-terminaltables/Config.in                  | 2 +-
 package/python-terminaltables/python-terminaltables.hash | 6 ++++--
 package/python-terminaltables/python-terminaltables.mk   | 5 +++--
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/package/python-terminaltables/Config.in b/package/python-terminaltables/Config.in
index 8f3c4296ed..8a387466ec 100644
--- a/package/python-terminaltables/Config.in
+++ b/package/python-terminaltables/Config.in
@@ -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
diff --git a/package/python-terminaltables/python-terminaltables.hash b/package/python-terminaltables/python-terminaltables.hash
index 3184f5f716..b6c95aa269 100644
--- a/package/python-terminaltables/python-terminaltables.hash
+++ b/package/python-terminaltables/python-terminaltables.hash
@@ -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
diff --git a/package/python-terminaltables/python-terminaltables.mk b/package/python-terminaltables/python-terminaltables.mk
index 763f82e9a2..b31ed332b6 100644
--- a/package/python-terminaltables/python-terminaltables.mk
+++ b/package/python-terminaltables/python-terminaltables.mk
@@ -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))



More information about the buildroot mailing list