Package: python-uflash / 1.2.4+dfsg-8

Metadata

Package Version Patches format
python-uflash 1.2.4+dfsg-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use debian micropython runtime hex | (download)

uflash.py | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 use the debian-packaged micropython firmware by default
 During repacking of the upstream source, we remove the 2 embedded copies of
 the upstream-provided MicroPython runtime. Here we ensure that the MicroPython
 firmware provided in package firmware-microbit-micropython{,-dl} is used by
 default.
disable tests requiring local runtime | (download)

tests/test_uflash.py | 11 11 + 0 - 0 !
1 file changed, 11 insertions(+)

 disable tests requiring local micropython runtime
 The runtime is only guaranteed to be available when the
 firmware-microbit-micropython package is installed as a
 build dependency. When using the firmware-microbit-micropython-dl runtime
 downloader this is not the case.