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