15
0

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
This commit is contained in:
2022-11-07 10:09:12 +00:00
committed by Git OBS Bridge
parent 400bf423dd
commit 28067bd96e
4 changed files with 30 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:73686671989606395f2967c91ca838f7910fcb5f46a2c6efec5a14a2a0f6da29
size 7261340

3
esptool-3.3.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c756e8bc31194fd77154deb90c8f677f6847ef7b84e764374607e1c2de0b51a7
size 7263375

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sun Nov 6 11:27:28 UTC 2022 - Adrian Schröter <adrian@suse.de>
- 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 <simmphomnie@opensuse.org>

View File

@@ -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