8000 Comparing 1.14.1...1.15.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.14.1
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.15.0
Choose a head ref
  • 11 commits
  • 5 files changed
  • 3 contributors

Commits on Dec 16, 2023

  1. addresses #103

    2bndy5 committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    7cd8379 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d48444 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. remove travis CI specific code

    2bndy5 committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    1e64df5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b49cd84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87ba4b6 View commit details
    Browse the repository at this point in the history
  4. bump minimum python version to 3.10

    .. this is what is used during the build of the adafruit bundle right now.
    jepler committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    e896099 View commit details
    Browse the repository at this point in the history
  5. string vs number

    jepler committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    6a40797 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #107 from jepler/modernize

    we now recommend github actions as the CI system of choice
    dhalbert authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    a2123ec View commit details
    Browse the repository at this point in the history
  7. ensure tags are present

    this should fix the message during CI
    ```
    .../setuptools_scm/git.py:163: UserWarning: "/home/runner/work/circuitpython-build-tools/circuitpython-build-tools" is shallow and may cause errors
      warnings.warn(f'"{wd.path}" is shallow and may cause errors')
    ```
    
    This may have been introduced when upgrading action/checkout recently,
    or it might be pre-existing.
    jepler committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    7dadcc7 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. enable standard zip ("deflate") compression

    This saves ~50% on the main bundle and will save ~85% on the fonts bundle
    jepler committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    4f50d27 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #109 from jepler/compress-our-zip-pls

    Compress our zips
    dhalbert authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    c6ebe5e View commit details
    Browse the repository at this point in the history
Loading
0