Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include community bundle libs #23

Merged
merged 3 commits into from
Oct 21, 2024

Conversation

FoamyGuy
Copy link
Collaborator

resolves: #20

This pr does the following:

Updates the bundle version checking and fetching functionality to accept parameters indicating which bundle to work on instead of hardcoded to Adafruit bundle.

Checks version and fetches community bundle in addition to Adafruit bundle.

Includes community bundle libraries in the screenshot.

Preserves necessary fallback behavior from #22 to allow project specific custom libs which aren't in any bundle to be included in the screenshot

Removes the global var LATEST_BUNDLE_VERSION and it's usage.

Copy link
Collaborator

@jepler jepler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine. If a 3rd bundle is added, will want to generalize this by having a list of URLs or something. (I want to add the font bundle someday but it depends on support by learn too)

@FoamyGuy FoamyGuy merged commit 3003e14 into circuitpython:main Oct 21, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Community Bundle Libraries are omitted from the screenshot
2 participants