Skip to content

Releases: square/pyfu-usb

2.0.2

20 Dec 21:09
dc0d42d
Compare
Choose a tag to compare
  • Remove pylint disable annotations.
  • Remove unused imports detected when switching to ruff.

2.0.1

30 Oct 14:52
37fcefc
Compare
Choose a tag to compare
  • Add back support for Python 3.8
  • Use importlib.metadata from the standard library, rather than relying on the package

2.0.0

22 Oct 19:19
12bbc19
Compare
Choose a tag to compare
  • Drop support for Python 3.7 and 3.8.
  • Migrate from pkg_resources to importlib_metadata.
  • Rework _dfuse_download slightly: Instead of always clearing the status before starting the download, only do it if a pipe error is detected. In newer STM32 devices, clearing the status seems to make the first download fail.

1.0.2

16 Aug 13:39
eaae91d
Compare
Choose a tag to compare

Ignore all USB errors when exiting DFU.

1.0.1

14 Jul 19:49
Compare
Choose a tag to compare

Add long_description and url to package to improve the PyPi project page.

1.0.0

14 Jul 17:51
Compare
Choose a tag to compare

Initial release.