package/python-esptool: bump to version 4.7.0

Add new python-intelhex runtime dependency.

Add new python-pyyaml runtime dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2024-01-09 00:24:23 -07:00 committed by Thomas Petazzoni
parent ff17367e73
commit 40af3cb08a
3 changed files with 6 additions and 4 deletions

View File

@ -4,6 +4,8 @@ config BR2_PACKAGE_PYTHON_ESPTOOL
select BR2_PACKAGE_PYTHON_BITSTRING # runtime
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
select BR2_PACKAGE_PYTHON_ECDSA # runtime
select BR2_PACKAGE_PYTHON_INTELHEX # runtime
select BR2_PACKAGE_PYTHON_PYYAML # runtime
select BR2_PACKAGE_PYTHON_REEDSOLO # runtime
select BR2_PACKAGE_PYTHON_SERIAL # runtime
select BR2_PACKAGE_PYTHON3_ZLIB

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/esptool/json
md5 17853949fd582550a7c270f08d7691d4 esptool-4.6.2.tar.gz
sha256 549ef93eef42ee7e9462ce5a53c16df7a0c71d91b3f77e19ec15749804cdf300 esptool-4.6.2.tar.gz
md5 e7f2012cf31cd23f60049b179fb3b53a esptool-4.7.0.tar.gz
sha256 01454e69e1ef3601215db83ff2cb1fc79ece67d24b0e5d43d451b410447c4893 esptool-4.7.0.tar.gz
# Locally computed sha256 checksums
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_ESPTOOL_VERSION = 4.6.2
PYTHON_ESPTOOL_VERSION = 4.7.0
PYTHON_ESPTOOL_SOURCE = esptool-$(PYTHON_ESPTOOL_VERSION).tar.gz
PYTHON_ESPTOOL_SITE = https://files.pythonhosted.org/packages/a3/63/c757f50b606996a7e676f000b40626f65be63b3a10030563929c968e431c
PYTHON_ESPTOOL_SITE = https://files.pythonhosted.org/packages/1b/8b/f0d1e75879dee053874a4f955ed1e9ad97275485f51cb4bc2cb4e9b24479
PYTHON_ESPTOOL_SETUP_TYPE = setuptools
PYTHON_ESPTOOL_LICENSE = GPL-2.0+
PYTHON_ESPTOOL_LICENSE_FILES = LICENSE