8000 Comparing 1.13.0...1.14.0 · adafruit/circuitpython-build-tools · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adafruit/circuitpython-build-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.13.0
Choose a base ref
...
head repository: adafruit/circuitpython-build-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.14.0
Choose a head ref
  • 9 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 30, 2023

  1. Get package name from settings.toml, allow arbitrary files in packages

    This is more dependable, and when we know the package name we can
    glob inside it to get all files such as bin or ttf files.
    
    This will allow e.g., 5x8.bin & ov5640_autofocus.bin within
    bundles.
    
    the behavior of bundlefly and circup when encountering .bin files
    needs to be checked.
    
    Tested by building modified pycamera bundle and the autofocus.bin file
    appears in the generated zip files:
    ```
    pycamera-py-ec67bde/lib/adafruit_pycamera/ov5640_autofocus.bin 4077 4096
    pycamera-8.x-mpy-ec67bde/lib/adafruit_pycamera/ov5640_autofocus.bin 4077 4096
    pycamera-9.x-mpy-ec67bde/lib/adafruit_pycamera/ov5640_autofocus.bin 4077 4096
    ```
    
    There's at least one library in the bundle that has incorrect metadata
    and that leads to an error:
        adafruit/Adafruit_CircuitPython_Colorsys#29
    jepler committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    d8719e4 View commit details
    Browse the repository at this point in the history
  2. Restore behavior of shipping 0-byte py files as .py, not .mpy

    (it's smaller on disk)
    jepler committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    0c58704 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca77986 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. typo

    jepler committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    373b256 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b51d905 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Merge pull request #101 from adafruit/include-binary-files-in-package

    Get package name from pyproject.toml, allow arbitrary files in packages
    dhalbert authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    988ed98 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Change terminology

    jepler committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    0032a80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9a8aa3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #102 from adafruit/correct-naming

    Change terminology
    dhalbert authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    9f02e3a View commit details
    Browse the repository at this point in the history
Loading
0