#3 Update to 2.8
Merged 4 years ago by pviktori. Opened 4 years ago by thrnciar.
rpms/ thrnciar/esptool update-to-2-8  into  master

file modified
+1
@@ -9,3 +9,4 @@ 

  /esptool-2.5.0.tar.gz

  /esptool-2.6.tar.gz

  /esptool-2.7.tar.gz

+ /esptool-2.8.tar.gz

file modified
+5 -2
@@ -1,6 +1,6 @@ 

  Name:           esptool

- Version:        2.7

- Release:        4%{?dist}

+ Version:        2.8

+ Release:        1%{?dist}

  Summary:        A utility to communicate with the ROM bootloader in Espressif ESP8266

  

  License:        GPLv2+
@@ -55,6 +55,9 @@ 

  %{python3_sitelib}/__pycache__/esp*.*.pyc

  

  %changelog

+ * Thu May 28 2020 Tomas Hrnciar <thrnciar@redhat.com> - 2.8-1

+ - Update to 2.8

+ 

  * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.7-4

  - Rebuilt for Python 3.9

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (esptool-2.7.tar.gz) = 50f3315de4c5334c586cef14f1be1b2fa7086b89db64f7379ef29d9afa70d98117c98b318c567465dade298f9df9be4947a39133ade749dca7463347fa578db6

+ SHA512 (esptool-2.8.tar.gz) = e64dd7e60e273872dd9ac9880c8a150c3f58f1a6a5e115a899a9fde107788c9dc80b9c0425e0fa9631870a16013881e223d02e1338b13e17827686f9f9569ae0

Successfully tested in COPR.
No dependencies found so shouldn't be breaking anything.

$ repoquery --repo=rawhide{,-source} --whatrequires esptool
Last metadata expiration check: 0:11:40 ago on Mon 25 May 2020 10:38:48 AM CEST.

This needs some tests with real ESP8266/ESP32 hardware. I have some, but I am swamped with Python 3.9.

@pviktori and @lbalhar also have some.

I will test it while waiting for other stuff (low priority).

Tested on a Rawhide VM (with USB passthrough) on ESP32 and ESP8266:
- erase_flash works
- write_flash writes a working micropython image

+1. Please rebase onto the latest master, though.

rebased onto 13277f7

4 years ago

Pull-Request has been merged by pviktori

4 years ago

Thanks!

Merging without a build so the ongoing rebuild isn't disturbed.

Thanks. Building in f33-python, not disturbing.