File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,23 @@ description A serial utility to communicate & flash code to Espressif ES
1313long_description {*}${description}
1414homepage https://github.com/espressif/esptool
1515
16- version 4. 5.1
17- checksums rmd160 09b3e981bbebdeccf85b0453ff504d9d999ad0f6 \
18- sha256 e3eb59836123e5ebf793ef639311f7d85645526487d8b1c2b51159b455106b9a \
19- size 252178
16+ version 5.1.0
17+ checksums rmd160 97074ffef0c64086097a7d1101c089208031deaa \
18+ sha256 2ea9bcd7eb263d380a4fe0170856a10e4c65e3f38c757ebdc73584c8dd8322da \
19+ size 383926
2020revision 0
2121
22- python.versions 310 311
22+ python.versions 310 311 312
2323
2424depends_build-append \
25- port:py${python.version} -setuptools \
2625 port:py${python.version} -wheel
2726
2827depends_lib-append \
29- port:py${python.version} -pyaes \
30- port:py${python.version} -ecdsa \
31- port:py${python.version} -serial
28+ port:py${python.version} -serial \
29+ port:py${python.version} -bitstring \
30+ port:py${python.version} -cryptography \
31+ port:py${python.version} -yaml \
32+ port:py${python.version} -rich-click \
33+ port:py${python.version} -intelhex \
34+ port:py${python.version} -reedsolo \
35+ port:py${python.version} -click
You can’t perform that action at this time.
0 commit comments