package/python-esptool: bump to version 4.4

Drop no longer required pyaes runtime dependency.

Add new bitstring, cryptography and reedsolo runtime dependencies.

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-12-10 10:33:53 -07:00 committed by Yann E. MORIN
parent 3ef0959eab
commit 25b67238f5
3 changed files with 8 additions and 5 deletions

View File

@ -1,7 +1,10 @@
config BR2_PACKAGE_PYTHON_ESPTOOL
bool "python-esptool"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
select BR2_PACKAGE_PYTHON_BITSTRING # runtime
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
select BR2_PACKAGE_PYTHON_ECDSA # runtime
select BR2_PACKAGE_PYTHON_PYAES # runtime
select BR2_PACKAGE_PYTHON_REEDSOLO # runtime
select BR2_PACKAGE_PYTHON_SERIAL # runtime
select BR2_PACKAGE_PYTHON3_ZLIB
help

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/esptool/json
md5 973b63eac1391d3491846d8676c783e7 esptool-4.3.tar.gz
sha256 03d00312eef258baf83faefd0b912b2251dd0440242da9dcb1b18fe75ed614c3 esptool-4.3.tar.gz
md5 92c38551bc33bd5271bdea033aa51610 esptool-4.4.tar.gz
sha256 8acd4dfe70819b1302861ae92894380fb4700b377f5a4739479a4ec276e0b256 esptool-4.4.tar.gz
# Locally computed sha256 checksums
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_ESPTOOL_VERSION = 4.3
PYTHON_ESPTOOL_VERSION = 4.4
PYTHON_ESPTOOL_SOURCE = esptool-$(PYTHON_ESPTOOL_VERSION).tar.gz
PYTHON_ESPTOOL_SITE = https://files.pythonhosted.org/packages/5b/d7/0dae311a94a490d7b7af2f4fab079b34f6244c6129017997bc994f7b360b
PYTHON_ESPTOOL_SITE = https://files.pythonhosted.org/packages/8b/4c/82d7fe5fa0643415bbb90bebff1f861816903c481ee5156fabd6d76dc684
PYTHON_ESPTOOL_SETUP_TYPE = setuptools
PYTHON_ESPTOOL_LICENSE = GPL-2.0+
PYTHON_ESPTOOL_LICENSE_FILES = LICENSE