mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-21 08:51:30 +03:00
package/python-texttable: bump version to 1.6.3
Bugfix release, fixing an issue with integer/float handling: https://github.com/foutaise/texttable/issues/70 Adjust the .hash spacing and update the license hash for a copyright year change:13ff0b57d3Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commitdc68be6944) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TEXTTABLE_VERSION = 1.6.2
|
||||
PYTHON_TEXTTABLE_VERSION = 1.6.3
|
||||
PYTHON_TEXTTABLE_SOURCE = texttable-$(PYTHON_TEXTTABLE_VERSION).tar.gz
|
||||
PYTHON_TEXTTABLE_SITE = https://files.pythonhosted.org/packages/82/a8/60df592e3a100a1f83928795aca210414d72cebdc6e4e0c95a6d8ac632fe
|
||||
PYTHON_TEXTTABLE_SITE = https://files.pythonhosted.org/packages/f5/be/716342325d6d6e05608e3a10e15f192f3723e454a25ce14bc9b9d1332772
|
||||
PYTHON_TEXTTABLE_SETUP_TYPE = setuptools
|
||||
PYTHON_TEXTTABLE_LICENSE = MIT
|
||||
PYTHON_TEXTTABLE_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user