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: buildroot/buildroot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jameshilliard/buildroot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: flit
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 14 files changed
  • 1 contributor

Commits on Dec 4, 2021

  1. package/python-tomli: new package

    Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
    jameshilliard committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    84d19c2 View commit details
    Browse the repository at this point in the history
  2. package/pkg-python: add flit package infrastructure

    Due to flit removing the setup.py generation from the default sdist
    releases we need to add a hook that generates them before we can do
    a build and install using distutils.
    
    Installing flit/flit-core is also a bit tricky since we also need
    to generate setup.py's for them as well, we can do this by adding
    their build directories to path and calling the internal methods
    required to do the setup.py generation.
    
    Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
    jameshilliard committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    83486ff View commit details
    Browse the repository at this point in the history
  3. utils/scanpypi: add flit package support

    These packages don't have a setup.py so we instead need to parse their
    pyproject.toml file.
    
    Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
    jameshilliard committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    080a499 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. package/python-tinycss2: bump to version 1.1.1

    This version now requires flit package infrastructure.
    
    Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
    ---
    Changes v1 -> v2:
      - rebased on next
      - bump version instead of add package
    jameshilliard committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    83fc2b7 View commit details
    Browse the repository at this point in the history
Loading