From 31dff4e4e0f4db0a1fb8c3ee398622450ec970c6cd1a0f2998e3d552e906df02 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 14 Aug 2024 15:14:50 +0000 Subject: [PATCH] - switch to modern python on sle15 * esptool.py write_flash will warn if it looks like a bootloader binary is built for ESP32-S2 or another newer chip (support for flashing OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-esptool?expand=0&rev=27 --- python-esptool.changes | 13 +++++++++---- python-esptool.spec | 1 + 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/python-esptool.changes b/python-esptool.changes index 4745fcd..53a8c92 100644 --- a/python-esptool.changes +++ b/python-esptool.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 14 15:14:39 UTC 2024 - Dirk Müller + +- switch to modern python on sle15 + ------------------------------------------------------------------- Thu Jul 4 23:25:10 UTC 2024 - Matej Cepl @@ -112,7 +117,7 @@ Thu Apr 20 10:23:16 UTC 2023 - Torsten Gruner - Added target tests for ESP32-H2. - Reduced size of test images. - Added a custom host_test marker for the test suite to allow running tests without real hardware (#838). - + - version 4.5 * New Features - Configuration file: Added the option to configure internal variables @@ -152,7 +157,7 @@ Thu Apr 20 10:23:16 UTC 2023 - Torsten Gruner and comply with the Black 23.1 style. - Added target tests for all of the newly supported chips. - Updated the toolchains for stub flasher builds. - + -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. @@ -380,8 +385,8 @@ Mon Mar 2 16:39:21 UTC 2020 - Marketa Calabkova - Update to 2.8 * esptool.py image_info now prints a summary of segment memory types (IRAM, DRAM, etc) based on the address range. - * esptool.py write_flash will warn if it looks like a bootloader binary - is built for ESP32-S2 or another newer chip (support for flashing + * esptool.py write_flash will warn if it looks like a bootloader binary + is built for ESP32-S2 or another newer chip (support for flashing ESP32-S2 will be added in a future version.) * few bugfixes diff --git a/python-esptool.spec b/python-esptool.spec index 8bb8740..aedfc09 100644 --- a/python-esptool.spec +++ b/python-esptool.spec @@ -16,6 +16,7 @@ # +%{?sle15_python_module_pythons} Name: python-esptool Version: 4.7.0 Release: 0