python-uflash 1.2.4+dfsg-10 source package in Ubuntu

Changelog

python-uflash (1.2.4+dfsg-10) unstable; urgency=medium

  * d/control:
    - Declare compliance with Debian Policy 4.6.2 (no changes)
    - Add (Build-) Depends on mount
  * d/copyright:
    - Bump years of Debian copyright
  * d/lintian-overrides:
    - Refresh mismatched overrides
  * d/rules:
    - Refresh dh_auto_clean override

 -- Nick Morrott <email address hidden>  Fri, 24 Feb 2023 02:59:25 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-uflash_1.2.4+dfsg-10.dsc 2.3 KiB 0afc1de0fb863eca1ea003260fd72f5fb1b0c2fef75f52ac96b2854276663b4a
python-uflash_1.2.4+dfsg.orig.tar.gz 22.7 KiB 654ddded30c17e0cb4effad0fbe362dee74c324054aaa985a220d1d48d5816c0
python-uflash_1.2.4+dfsg-10.debian.tar.xz 7.2 KiB d86c9c083e4bca27c69d2c561576ae3244159a03ef9821d66d5be9837bc0f41a

Available diffs

No changes file available.

Binary packages built by this source

python-uflash-doc: module and utility for flashing the BBC micro:bit (documentation)

 uflash is a utility for flashing the BBC micro:bit with Python scripts
 and the MicroPython runtime.
 .
 It provides two services:
 .
  * a library of functions to programmatically create a hex file and flash
    it onto a BBC micro:bit.
  * a command line utility (uflash) that will flash Python scripts onto
    a BBC micro:bit
 .
 Several essential operations are implemented:
 .
  * encode Python into the hex format
  * embed the resulting hexified Python into the MicroPython runtime hex
  * extract an encoded Python script from a MicroPython hex file
  * discover the connected micro:bit
  * copy the resulting hex onto the micro:bit, thus flashing the device
  * specify the MicroPython runtime hex in which to embed your Python code
 .
 By default, python3-uflash uses the MicroPython runtime for micro:bit
 provided by the firmware-microbit-micropython package and which is
 located at /usr/share/firmware-microbit-micropython/firmware.hex.
 .
 This package provides the uflash documentation.

python3-uflash: module and utility for flashing the BBC micro:bit

 uflash is a utility for flashing the BBC micro:bit with Python scripts
 and the MicroPython runtime.
 .
 It provides two services:
 .
  * a library of functions to programmatically create a hex file and flash
    it onto a BBC micro:bit.
  * a command line utility (uflash) that will flash Python scripts onto
    a BBC micro:bit
 .
 Several essential operations are implemented:
 .
  * encode Python into the hex format
  * embed the resulting hexified Python into the MicroPython runtime hex
  * extract an encoded Python script from a MicroPython hex file
  * discover the connected micro:bit
  * copy the resulting hex onto the micro:bit, thus flashing the device
  * specify the MicroPython runtime hex in which to embed your Python code
 .
 By default, python3-uflash uses the MicroPython runtime for micro:bit
 provided by the firmware-microbit-micropython package and which is
 located at /usr/share/firmware-microbit-micropython/firmware.hex.
 .
 This package provides the Python 3 module.