forked from pool/python-esptool
- Update to 4.9.0
* ESP32-H21: Added full support
* ESP32-H4: Added full support
* ESP32-P4: Enabled USB-OTG in flasher stub
* ESP32-P4: Added support for >16MB flash sizes in flasher stub
* ESP32-S3: Added support for >16MB encrypted writes in flasher stub
* chip_type_verification: Enabled in secure download mode,
stopped using magic numbers
* watchdog_reset: Added a new watchdog_reset option working even in USB modes
* erase_region: Enabled erasing in ROM bootloader and secure download mode
* Added information about the currently used USB mode during chip connection
* image_info: Extended the app description info with new segments
* esp_rfc2217: Improved the logger message format
* Added the option to filter connections based on the serial number
* hard_reset: Added support for custom hard reset sequence configuration
* Added support for Python 3.13
* espefuse: Added support for eFuses for ESP32-C5 ECO2
* espefuse: Added support for eFuses for ESP32-C61 ECO3
* espsecure: Improved error messages in encrypt_flash_data() and decrypt_flash_data()
* espefuse: Added support for different eFuse table versions for ESP32-H2
* espefuse: Added 3 bit for PSRAM_CAP efuse field
* espefuse: Added API for getting block and wafer versions
* espefuse: Added ADC calibration data for ESP32-C61, ESP32-C5, and ESP32-P4
* stub_flasher: Fixed failing ESP32-C5 ECO2 flash writes
* stub_flasher: Fixed USB-Serial/JTAG mode on ESP32-C5 ECO2 and ESP32-C61 ECO3
* write_flash: Detect more cases of unresponsive flash, fixed failing flash_size check
* write_flash: Skipped flash_size checks if we can't read flash size
* espefuse: Fixed output messages in set_flash_voltage
* espefuse: Corrected JTAG_SEL_ENABLE to GPIO34 strapping pin on ESP32-P4
* ESP32-C5: Fixed bootloader address
OBS-URL: https://build.opensuse.org/request/show/1288557
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-esptool?expand=0&rev=30
112 lines
3.8 KiB
RPMSpec
112 lines
3.8 KiB
RPMSpec
#
|
|
# spec file for package python-esptool
|
|
#
|
|
# Copyright (c) 2025 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%{?sle15_python_module_pythons}
|
|
Name: python-esptool
|
|
Version: 4.9.0
|
|
Release: 0
|
|
Summary: A serial utility to communicate & flash code to Espressif ESP8266 & ESP32 chips
|
|
License: GPL-2.0-or-later
|
|
Group: Development/Languages/Python
|
|
URL: https://github.com/espressif/esptool
|
|
Source: https://github.com/espressif/esptool/archive/v%{version}.tar.gz#/esptool-%{version}.tar.gz
|
|
BuildRequires: %{python_module PyYAML}
|
|
BuildRequires: %{python_module base >= 3.7}
|
|
BuildRequires: %{python_module bitstring >= 3.1.6}
|
|
BuildRequires: %{python_module ecdsa >= 0.16.0}
|
|
BuildRequires: %{python_module intelhex}
|
|
BuildRequires: %{python_module pip}
|
|
BuildRequires: %{python_module pyelftools}
|
|
BuildRequires: %{python_module pyserial >= 3.0}
|
|
BuildRequires: %{python_module pytest}
|
|
BuildRequires: %{python_module reedsolo >= 1.5.3}
|
|
BuildRequires: %{python_module requests}
|
|
BuildRequires: %{python_module setuptools}
|
|
BuildRequires: %{python_module wheel}
|
|
BuildRequires: fdupes
|
|
BuildRequires: openssl
|
|
BuildRequires: python-rpm-macros
|
|
Requires: python-PyYAML >= 5.1
|
|
Requires: python-bitstring >= 3.1.6
|
|
Requires: python-cryptography >= 2.1.4
|
|
Requires: python-ecdsa >= 0.16.0
|
|
Requires: python-intelhex
|
|
Requires: python-pyserial >= 3.0
|
|
Requires: python-reedsolo >= 1.5.3
|
|
Requires(post): update-alternatives
|
|
Requires(postun): update-alternatives
|
|
BuildArch: noarch
|
|
%if 0%{?python_version_nodots} < 37
|
|
BuildRequires: %{python_module cryptography}
|
|
%endif
|
|
%python_subpackages
|
|
|
|
%description
|
|
A command line utility to communicate with the ROM bootloader in Espressif ESP8266 & ESP32 microcontrollers.
|
|
|
|
Allows flashing firmware, reading back firmware, querying chip parameters, etc.
|
|
|
|
%prep
|
|
%setup -q -n esptool-%{version}
|
|
|
|
%build
|
|
%pyproject_wheel
|
|
|
|
%install
|
|
%pyproject_install
|
|
%python_clone -a %{buildroot}%{_bindir}/espefuse.py
|
|
%python_clone -a %{buildroot}%{_bindir}/espsecure.py
|
|
%python_clone -a %{buildroot}%{_bindir}/esptool.py
|
|
%python_clone -a %{buildroot}%{_bindir}/esp_rfc2217_server.py
|
|
%python_expand rm -rf %{buildroot}%{$python_sitelib}/__pycache__/*.pyc
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
|
|
|
%check
|
|
# there are more tests but upstream runs only those in .travis.yml
|
|
%pytest test/test_imagegen.py
|
|
# requires python-pkcs11 which isn't packaged
|
|
rm -v test/test_espsecure.py test/test_espsecure_hsm.py
|
|
%pytest -m host_test
|
|
|
|
%post
|
|
%python_install_alternative espefuse.py
|
|
%python_install_alternative espsecure.py
|
|
%python_install_alternative esptool.py
|
|
%python_install_alternative esp_rfc2217_server.py
|
|
|
|
%postun
|
|
%python_uninstall_alternative espefuse.py
|
|
%python_uninstall_alternative espsecure.py
|
|
%python_uninstall_alternative esptool.py
|
|
%python_uninstall_alternative esp_rfc2217_server.py
|
|
|
|
%files %{python_files}
|
|
%license LICENSE
|
|
%doc README.md
|
|
%python_alternative %{_bindir}/esptool.py
|
|
%python_alternative %{_bindir}/espsecure.py
|
|
%python_alternative %{_bindir}/espefuse.py
|
|
%python_alternative %{_bindir}/esp_rfc2217_server.py
|
|
%{python_sitelib}/esptool-%{version}.dist-info
|
|
%{python_sitelib}/esptool
|
|
%{python_sitelib}/esp_rfc2217_server
|
|
%{python_sitelib}/espsecure
|
|
%{python_sitelib}/espefuse
|
|
|
|
%changelog
|