forked from pool/python-spsdk
Accepting request 1121117 from home:ojkastl_buildservice:Branch_devel_languages_python
update to 1.11.0 OBS-URL: https://build.opensuse.org/request/show/1121117 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-spsdk?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 30 07:42:32 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- update to 1.11.0:
|
||||||
|
* New features
|
||||||
|
- nxpimage:
|
||||||
|
- enable signature providers for AHAB image and signed
|
||||||
|
messages
|
||||||
|
- add support for rt104x in bootable-image
|
||||||
|
- tphost/tpconfig:
|
||||||
|
- add possibility to check TP_RESPONSE only with NXP_PROD raw
|
||||||
|
binary key
|
||||||
|
- add support for mcxn9xx
|
||||||
|
- add API for FuseLockedStatus
|
||||||
|
- possibility to declare private keys with passphrase in
|
||||||
|
signature provider config
|
||||||
|
- add checking of written data length in usb interface
|
||||||
|
- add support for dk6 tools
|
||||||
|
* Bugfixes
|
||||||
|
- nxpimage: fix offset on NAND memory in AHAB image
|
||||||
|
- fix plugin error for signature Provider for sb21
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 30 07:36:10 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- update to 1.10.1:
|
||||||
|
* New features
|
||||||
|
- nxpimage:
|
||||||
|
- support encrypted image hab
|
||||||
|
- support for RT11xx and RT10xx
|
||||||
|
- improve OTFAD/IEE names generation
|
||||||
|
- add API to retrieve info about fuses
|
||||||
|
* Bugfixes
|
||||||
|
- nxpimage:
|
||||||
|
- fix XMCD load_from_config
|
||||||
|
- fix IEE template
|
||||||
|
- fix circular dependency in signature provider import
|
||||||
|
- fix issue with loading keys as INT
|
||||||
|
- not enable logging when spsdk is used as a library
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 31 05:46:17 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
Wed May 31 05:46:17 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-spsdk
|
Name: python-spsdk
|
||||||
Version: 1.10.0
|
Version: 1.11.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Unified, reliable and easy to use SW library working across NXP MCU portfolio
|
Summary: Unified, reliable and easy to use SW library working across NXP MCU portfolio
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -100,6 +100,7 @@ find . -type f -name README.md -exec dos2unix {} +
|
|||||||
%python_clone -a %{buildroot}%{_bindir}/spsdk
|
%python_clone -a %{buildroot}%{_bindir}/spsdk
|
||||||
%python_clone -a %{buildroot}%{_bindir}/tpconfig
|
%python_clone -a %{buildroot}%{_bindir}/tpconfig
|
||||||
%python_clone -a %{buildroot}%{_bindir}/tphost
|
%python_clone -a %{buildroot}%{_bindir}/tphost
|
||||||
|
%python_clone -a %{buildroot}%{_bindir}/dk6prog
|
||||||
# fix line endings
|
# fix line endings
|
||||||
%python_expand find %{buildroot}%{$python_sitelib} -type f -exec dos2unix {} +
|
%python_expand find %{buildroot}%{$python_sitelib} -type f -exec dos2unix {} +
|
||||||
# remove shebangs
|
# remove shebangs
|
||||||
@@ -109,10 +110,10 @@ find . -type f -name README.md -exec dos2unix {} +
|
|||||||
%python_expand rm -vf %{buildroot}%{$python_sitelib}/spsdk/data/cpu_data/*.c %{buildroot}%{$python_sitelib}/spsdk/data/cpu_data/*.bin
|
%python_expand rm -vf %{buildroot}%{$python_sitelib}/spsdk/data/cpu_data/*.c %{buildroot}%{$python_sitelib}/spsdk/data/cpu_data/*.bin
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative blhost elftosb ifr nxpcertgen nxpcrypto nxpdebugmbox nxpdevhsm nxpdevscan nxpimage nxpkeygen pfr sdphost sdpshost shadowregs spsdk tpconfig tphost
|
%python_install_alternative blhost elftosb ifr nxpcertgen nxpcrypto nxpdebugmbox nxpdevhsm nxpdevscan nxpimage nxpkeygen pfr sdphost sdpshost shadowregs spsdk tpconfig tphost dk6prog
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%python_uninstall_alternative blhost elftosb ifr nxpcertgen nxpcrypto nxpdebugmbox nxpdevhsm nxpdevscan nxpimage nxpkeygen pfr sdphost sdpshost shadowregs spsdk tpconfig tphost
|
%python_uninstall_alternative blhost elftosb ifr nxpcertgen nxpcrypto nxpdebugmbox nxpdevhsm nxpdevscan nxpimage nxpkeygen pfr sdphost sdpshost shadowregs spsdk tpconfig tphost dk6prog
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
@@ -136,5 +137,6 @@ find . -type f -name README.md -exec dos2unix {} +
|
|||||||
%python_alternative %{_bindir}/spsdk
|
%python_alternative %{_bindir}/spsdk
|
||||||
%python_alternative %{_bindir}/tpconfig
|
%python_alternative %{_bindir}/tpconfig
|
||||||
%python_alternative %{_bindir}/tphost
|
%python_alternative %{_bindir}/tphost
|
||||||
|
%python_alternative %{_bindir}/dk6prog
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c8b8e45cd06aed60dd80b61846e6f815394b57c76aa4417abd2065d3494af14c
|
|
||||||
size 626875
|
|
3
spsdk-1.11.0.tar.gz
Normal file
3
spsdk-1.11.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:03d8821ad05a0149a107b9ddfc01371f6894d02ada36e1065b0efd9301526854
|
||||||
|
size 686945
|
Reference in New Issue
Block a user