From 28067bd96edaa2ee95cf57c61a0df63a85294690c932e14a8379d746d3eb4b3f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 7 Nov 2022 10:09:12 +0000 Subject: [PATCH] Accepting request 1033847 from home:adrianSuSE:branches:devel:languages:python - update to 3.3.2 * New Features - write_flash: Added the ability to recover from serial errors when flashing, effectively making data transfers more robust (#182) - Added more memory density definitions to cover known flash chips (#769) - Added parsing of stub flasher error definitions in esptool messages - espefuse.py - Added XTS_AES_256 key_purpose on ESP32-S3-beta2 - burn_efuse: Improved error messages when a new data value is incorrect (#760) * Bug Fixes - load_extended_header: Load the minimum chip revision min_rev field - Fixed faulty hard_reset() with RTS pin for ESP32-S2/S3 in slower environments - get_default_connected_device: Fixed closing unused ports - espefuse.py - Corrected eFuse tables - Removed XTS_AES_256 key purposes on ESP32-C3 - Fixed location of FAIL_BIT and NUM_BITS on ESP32-C3 - Added a warning to specify the --port/-p argument if connection fails (#744) - espsecure.py - _microecc_format: Pad zeroes to curve length - Fixed argparse Secure Boot key generation command to work with both V1 and V2 OBS-URL: https://build.opensuse.org/request/show/1033847 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-esptool?expand=0&rev=16 --- esptool-3.3.1.tar.gz | 3 --- esptool-3.3.2.tar.gz | 3 +++ python-esptool.changes | 26 ++++++++++++++++++++++++++ python-esptool.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 esptool-3.3.1.tar.gz create mode 100644 esptool-3.3.2.tar.gz diff --git a/esptool-3.3.1.tar.gz b/esptool-3.3.1.tar.gz deleted file mode 100644 index 03d4bec..0000000 --- a/esptool-3.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73686671989606395f2967c91ca838f7910fcb5f46a2c6efec5a14a2a0f6da29 -size 7261340 diff --git a/esptool-3.3.2.tar.gz b/esptool-3.3.2.tar.gz new file mode 100644 index 0000000..04bbf1a --- /dev/null +++ b/esptool-3.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c756e8bc31194fd77154deb90c8f677f6847ef7b84e764374607e1c2de0b51a7 +size 7263375 diff --git a/python-esptool.changes b/python-esptool.changes index 9fb9f72..84cecb4 100644 --- a/python-esptool.changes +++ b/python-esptool.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sun Nov 6 11:27:28 UTC 2022 - Adrian Schröter + +- update to 3.3.2 + * New Features + - write_flash: Added the ability to recover from serial errors when flashing, + effectively making data transfers more robust (#182) + - Added more memory density definitions to cover known flash chips (#769) + - Added parsing of stub flasher error definitions in esptool messages + - espefuse.py + - Added XTS_AES_256 key_purpose on ESP32-S3-beta2 + - burn_efuse: Improved error messages when a new data value is incorrect (#760) + * Bug Fixes + - load_extended_header: Load the minimum chip revision min_rev field + - Fixed faulty hard_reset() with RTS pin for ESP32-S2/S3 in slower environments + - get_default_connected_device: Fixed closing unused ports + - espefuse.py + - Corrected eFuse tables + - Removed XTS_AES_256 key purposes on ESP32-C3 + - Fixed location of FAIL_BIT and NUM_BITS on ESP32-C3 + - Added a warning to specify the --port/-p argument if connection fails (#744) + - espsecure.py + - _microecc_format: Pad zeroes to curve length + - Fixed argparse Secure Boot key generation command to work with both V1 and V2 + + ------------------------------------------------------------------- Tue Jun 28 19:02:14 UTC 2022 - Torsten Gruner diff --git a/python-esptool.spec b/python-esptool.spec index 76811cb..cfc2b85 100644 --- a/python-esptool.spec +++ b/python-esptool.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-esptool -Version: 3.3.1 +Version: 3.3.2 Release: 0 Summary: A serial utility to communicate & flash code to Espressif ESP8266 & ESP32 chips License: GPL-2.0-or-later