From 24819756ba18b64b1da12bd248e8a4b344a8194899a2de58dedf0d9d16e3773f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 3 Mar 2020 08:46:02 +0000 Subject: [PATCH] Accepting request 781023 from home:mcalabkova:branches:devel:languages:python - 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 ESP32-S2 will be added in a future version.) * few bugfixes OBS-URL: https://build.opensuse.org/request/show/781023 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-esptool?expand=0&rev=10 --- esptool-2.7.tar.gz | 3 --- esptool-2.8.tar.gz | 3 +++ python-esptool.changes | 11 +++++++++++ python-esptool.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 esptool-2.7.tar.gz create mode 100644 esptool-2.8.tar.gz diff --git a/esptool-2.7.tar.gz b/esptool-2.7.tar.gz deleted file mode 100644 index 0cbd0c1..0000000 --- a/esptool-2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d3c9f6bc1e2a619c207ef33920aa0c8251584489f68a777dbc381e19f9679fb -size 5396543 diff --git a/esptool-2.8.tar.gz b/esptool-2.8.tar.gz new file mode 100644 index 0000000..569e87e --- /dev/null +++ b/esptool-2.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6187ab0467e05bff6ef4e777bde5ee8eb57a74154865d30491ebb42b228c617 +size 5399875 diff --git a/python-esptool.changes b/python-esptool.changes index 658d342..48f9435 100644 --- a/python-esptool.changes +++ b/python-esptool.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +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 + ESP32-S2 will be added in a future version.) + * few bugfixes + ------------------------------------------------------------------- Fri Sep 13 07:57:08 UTC 2019 - Tomáš Chvátal diff --git a/python-esptool.spec b/python-esptool.spec index 47b50fe..131c9ed 100644 --- a/python-esptool.spec +++ b/python-esptool.spec @@ -1,7 +1,7 @@ # # spec file for package python-esptool # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-esptool -Version: 2.7 +Version: 2.8 Release: 0 Summary: A serial utility to communicate & flash code to Espressif ESP8266 & ESP32 chips License: GPL-2.0-or-later