pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/py-esptool py-esptool: updated to 4.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f06f7f214e8
branches:  trunk
changeset: 389904:9f06f7f214e8
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Dec 12 13:46:15 2022 +0000

description:
py-esptool: updated to 4.4

Version 4.4

New Features

flasher_stub: Increased read/write speeds over USB-JTAG/Serial or USB-OTG modes, making some operations nearly twice as fast.
Added detection for guru meditation errors induced by the flasher stub or ROM bootloader.
Added a readable error message for serial-related failures, giving more information about possible HW issues.
espsecure.py: Improved AES-XTS encryption speed.

Bug Fixes

ESP32-S3 v0.0: Fixed chip revision detection.
bitstring: Added a workaround for breaking changes of bitstring==4
get_default_connected_device: Fixed to close unused serial ports.
flash_freq: Fall back to a chip-specific default flash frequency when no flash_freq arg is specified.
ESP32-C6: Fixed chip type detection and SPI flash communication.

diffstat:

 comms/py-esptool/Makefile |   6 +++---
 comms/py-esptool/PLIST    |  34 ++++++++++++++++++++++++++++++----
 comms/py-esptool/distinfo |   8 ++++----
 3 files changed, 37 insertions(+), 11 deletions(-)

diffs (103 lines):

diff -r a385bf41cef0 -r 9f06f7f214e8 comms/py-esptool/Makefile
--- a/comms/py-esptool/Makefile Mon Dec 12 13:44:59 2022 +0000
+++ b/comms/py-esptool/Makefile Mon Dec 12 13:46:15 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2022/07/08 13:24:51 gdt Exp $
+# $NetBSD: Makefile,v 1.14 2022/12/12 13:46:15 adam Exp $
 
-DISTNAME=      esptool-4.1
+DISTNAME=      esptool-4.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    comms python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/esptool/}
@@ -12,7 +12,7 @@
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-bitstring>=3.1.6:../../devel/py-bitstring
 DEPENDS+=      ${PYPKGPREFIX}-ecdsa>=0.16.0:../../security/py-ecdsa
 DEPENDS+=      ${PYPKGPREFIX}-reedsolo>=1.5.3:../../converters/py-reedsolo
diff -r a385bf41cef0 -r 9f06f7f214e8 comms/py-esptool/PLIST
--- a/comms/py-esptool/PLIST    Mon Dec 12 13:44:59 2022 +0000
+++ b/comms/py-esptool/PLIST    Mon Dec 12 13:46:15 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/07/08 13:24:51 gdt Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/12/12 13:46:15 adam Exp $
 bin/espefuse.py
 bin/espsecure.py
 bin/esptool.py
@@ -70,6 +70,21 @@
 ${PYSITELIB}/espefuse/efuse/esp32c3/operations.py
 ${PYSITELIB}/espefuse/efuse/esp32c3/operations.pyc
 ${PYSITELIB}/espefuse/efuse/esp32c3/operations.pyo
+${PYSITELIB}/espefuse/efuse/esp32c6/__init__.py
+${PYSITELIB}/espefuse/efuse/esp32c6/__init__.pyc
+${PYSITELIB}/espefuse/efuse/esp32c6/__init__.pyo
+${PYSITELIB}/espefuse/efuse/esp32c6/emulate_efuse_controller.py
+${PYSITELIB}/espefuse/efuse/esp32c6/emulate_efuse_controller.pyc
+${PYSITELIB}/espefuse/efuse/esp32c6/emulate_efuse_controller.pyo
+${PYSITELIB}/espefuse/efuse/esp32c6/fields.py
+${PYSITELIB}/espefuse/efuse/esp32c6/fields.pyc
+${PYSITELIB}/espefuse/efuse/esp32c6/fields.pyo
+${PYSITELIB}/espefuse/efuse/esp32c6/mem_definition.py
+${PYSITELIB}/espefuse/efuse/esp32c6/mem_definition.pyc
+${PYSITELIB}/espefuse/efuse/esp32c6/mem_definition.pyo
+${PYSITELIB}/espefuse/efuse/esp32c6/operations.py
+${PYSITELIB}/espefuse/efuse/esp32c6/operations.pyc
+${PYSITELIB}/espefuse/efuse/esp32c6/operations.pyo
 ${PYSITELIB}/espefuse/efuse/esp32h2beta1/__init__.py
 ${PYSITELIB}/espefuse/efuse/esp32h2beta1/__init__.pyc
 ${PYSITELIB}/espefuse/efuse/esp32h2beta1/__init__.pyo
@@ -157,9 +172,6 @@
 ${PYSITELIB}/esptool/loader.py
 ${PYSITELIB}/esptool/loader.pyc
 ${PYSITELIB}/esptool/loader.pyo
-${PYSITELIB}/esptool/stub_flasher.py
-${PYSITELIB}/esptool/stub_flasher.pyc
-${PYSITELIB}/esptool/stub_flasher.pyo
 ${PYSITELIB}/esptool/targets/__init__.py
 ${PYSITELIB}/esptool/targets/__init__.pyc
 ${PYSITELIB}/esptool/targets/__init__.pyo
@@ -172,6 +184,9 @@
 ${PYSITELIB}/esptool/targets/esp32c3.py
 ${PYSITELIB}/esptool/targets/esp32c3.pyc
 ${PYSITELIB}/esptool/targets/esp32c3.pyo
+${PYSITELIB}/esptool/targets/esp32c6.py
+${PYSITELIB}/esptool/targets/esp32c6.pyc
+${PYSITELIB}/esptool/targets/esp32c6.pyo
 ${PYSITELIB}/esptool/targets/esp32c6beta.py
 ${PYSITELIB}/esptool/targets/esp32c6beta.pyc
 ${PYSITELIB}/esptool/targets/esp32c6beta.pyo
@@ -193,6 +208,17 @@
 ${PYSITELIB}/esptool/targets/esp8266.py
 ${PYSITELIB}/esptool/targets/esp8266.pyc
 ${PYSITELIB}/esptool/targets/esp8266.pyo
+${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32.json
+${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32c2.json
+${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32c3.json
+${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32c6.json
+${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32c6beta.json
+${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32h2beta1.json
+${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32h2beta2.json
+${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32s2.json
+${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32s3.json
+${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32s3beta2.json
+${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_8266.json
 ${PYSITELIB}/esptool/util.py
 ${PYSITELIB}/esptool/util.pyc
 ${PYSITELIB}/esptool/util.pyo
diff -r a385bf41cef0 -r 9f06f7f214e8 comms/py-esptool/distinfo
--- a/comms/py-esptool/distinfo Mon Dec 12 13:44:59 2022 +0000
+++ b/comms/py-esptool/distinfo Mon Dec 12 13:46:15 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/07/08 13:24:51 gdt Exp $
+$NetBSD: distinfo,v 1.10 2022/12/12 13:46:15 adam Exp $
 
-BLAKE2s (esptool-4.1.tar.gz) = ef732a65b8e9479261909bd8b453144b5870c952490ff16b0d188fc8b0739137
-SHA512 (esptool-4.1.tar.gz) = efd96e2e90eab4617e1947b3daa7a3fdc2829ac46e9d9a81792fc515b52afb193044bb8138facb258574f4ed35b85e42effe339749ed8ac6621bd1f568b02090
-Size (esptool-4.1.tar.gz) = 222091 bytes
+BLAKE2s (esptool-4.4.tar.gz) = d5f18c824d7a2024513bde968770bb88ae947770185b139f9330d25372051632
+SHA512 (esptool-4.4.tar.gz) = 117b6bbb184956ef1cb3303abd34d019595829219dc7de5f08f308af01731b795b8ae96fd69b117ebe959a606bf7269f77b9afa3de7521845952dcfca8ce35ea
+Size (esptool-4.4.tar.gz) = 223572 bytes



Home | Main Index | Thread Index | Old Index