Skip to content

Releases: adafruit/circuitpython-build-tools

Fix Example Bundling When 'examples' In Subfolder Name

18 Aug 18:00
26ca873
Compare
Choose a tag to compare

Fix nested subfolders

01 Jun 00:14
800ee1a
Compare
Choose a tag to compare

Fixes nested subfolders. Thanks to @sommersoft for the fix.

Deploy On Tags

24 May 00:14
930c053
Compare
Choose a tag to compare

Inadvertently dropped the setting to deploy on tagged branches.

Fix PyPI Deployment

23 May 23:23
a5b0975
Compare
Choose a tag to compare
  • Fixes previous changes to the TravisCI script that added the PR tests, but failed to trigger the PyPI deployment in v1.2.4.

Re-implement 1.2.x Update

17 May 01:19
fbb43bd
Compare
Choose a tag to compare
  • Properly implements changes made in 1.2.0. without requiring changes to every instance that uses circuitpython-build-tools

Reverting

07 May 19:07
7804a09
Compare
Choose a tag to compare

Reverting back to 1.1.9 state. Bugs are causing too many issues during PyCon2019 sprints.

Bug Fix - Part Two

07 May 15:58
4296d66
Compare
Choose a tag to compare

Seems a part of my previous bug fix didn't get merged. Quite possibly due my lack of committing it... 😃

Bug Fix

07 May 15:26
c4fa036
Compare
Choose a tag to compare

There was an argument name mismatch between Click and build_bundles() for the package_folder_prefix argument.

Include `__init__.py` During mpy-cross; Include Subfolders; Modularize Package Search

07 May 02:08
44c0748
Compare
Choose a tag to compare
  • Removes the exclusion of compiling __init__.py with mpy-cross, for packaged libraries. Zero-byte files are still excluded.

  • When creating the list of files to bundle, subfolders weren't traversed inside of a packaged library. This release now includes subfolders (to include subfolders in the examples folder; for now)

  • Modularize Package Search

    • Adds a command line argument package_folder_prefix to use for determining which folder(s) to include with packaged libraries. This changes from an exclusive approach to an inclusive approach, while still allowing some flexibility. (could be expanded to use a list of prefixes in the future)

Folder Name Tweaks & Font File Inclusion

06 Feb 00:59
6d26530
Compare
Choose a tag to compare
  • Tweaks the top level folder names a little.

  • Includes a standard font file for the adafruit_framebuf library. font5x8.bin will be included in the examples folders.