* [Buildroot] [PATCH 1/1] package/python-esptool: bump to version 4.7.0
@ 2024-01-09 7:24 James Hilliard
2024-02-06 10:34 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2024-01-09 7:24 UTC (permalink / raw)
To: buildroot; +Cc: Bartosz Bilas, James Hilliard, Asaf Kahlon
Add new python-intelhex runtime dependency.
Add new python-pyyaml runtime dependency.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-esptool/Config.in | 2 ++
package/python-esptool/python-esptool.hash | 4 ++--
package/python-esptool/python-esptool.mk | 4 ++--
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/package/python-esptool/Config.in b/package/python-esptool/Config.in
index 36243fa89e..4099957971 100644
--- a/package/python-esptool/Config.in
+++ b/package/python-esptool/Config.in
@@ -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
diff --git a/package/python-esptool/python-esptool.hash b/package/python-esptool/python-esptool.hash
index 25fea229b0..490b4e7e9c 100644
--- a/package/python-esptool/python-esptool.hash
+++ b/package/python-esptool/python-esptool.hash
@@ -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
diff --git a/package/python-esptool/python-esptool.mk b/package/python-esptool/python-esptool.mk
index c0709c64b1..f5aaface74 100644
--- a/package/python-esptool/python-esptool.mk
+++ b/package/python-esptool/python-esptool.mk
@@ -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
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-06 10:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-09 7:24 [Buildroot] [PATCH 1/1] package/python-esptool: bump to version 4.7.0 James Hilliard
2024-02-06 10:34 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox