-
Notifications
You must be signed in to change notification settings - Fork 17
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 2 files changed
- 2 contributors
Commits on Nov 30, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for d8719e4 - Browse repository at this point
Copy the full SHA d8719e4View commit details -
Restore behavior of shipping 0-byte py files as .py, not .mpy
(it's smaller on disk)
Configuration menu - View commit details
-
Copy full SHA for 0c58704 - Browse repository at this point
Copy the full SHA 0c58704View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca77986 - Browse repository at this point
Copy the full SHA ca77986View commit details
Commits on Dec 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 373b256 - Browse repository at this point
Copy the full SHA 373b256View commit details -
Configuration menu - View commit details
-
Copy full SHA for b51d905 - Browse repository at this point
Copy the full SHA b51d905View commit details
Commits on Dec 3, 2023
-
Merge pull request #101 from adafruit/include-binary-files-in-package
Get package name from pyproject.toml, allow arbitrary files in packages
Configuration menu - View commit details
-
Copy full SHA for 988ed98 - Browse repository at this point
Copy the full SHA 988ed98View commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0032a80 - Browse repository at this point
Copy the full SHA 0032a80View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9a8aa3 - Browse repository at this point
Copy the full SHA f9a8aa3View commit details -
Merge pull request #102 from adafruit/correct-naming
Change terminology
Configuration menu - View commit details
-
Copy full SHA for 9f02e3a - Browse repository at this point
Copy the full SHA 9f02e3aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.13.0...1.14.0