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: cloudfoundry/python-buildpack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: abh1shek-sh/python-buildpack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 23, 2026

  1. fix: install flit_core before wheel to fix PEP 517 build

    wheel >= 0.40 requires flit_core as a build dependency. The bundled
    wheel tarball cannot be built without flit_core being installed first.
    
    This change installs flit_core from PyPI before attempting to build
    wheel from the bundled source distribution.
    
    Fixes build failures with error:
    ERROR: No matching distribution found for flit_core<4,>=3.8
    abh1shek-sh committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    92b581d View commit details
    Browse the repository at this point in the history
  2. Change flit_core installation to flit

    Replaced installation of flit_core with flit for building wheels.
    abh1shek-sh authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    5d96a36 View commit details
    Browse the repository at this point in the history
  3. Modify common build dependencies in supply.go

    Updated common build dependencies to include 'flit'.
    abh1shek-sh authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    3899bd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c69491 View commit details
    Browse the repository at this point in the history
  5. Refactor installation of flit_core dependency

    Removed installation of flit_core from the common dependencies and updated the installation command to include it separately.
    abh1shek-sh authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    45aeb93 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9e20be View commit details
    Browse the repository at this point in the history
  7. Remove temporary path for common build dependencies

    Removed the temporary path variable for common build dependencies.
    abh1shek-sh authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    b94b017 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. Configuration menu
    Copy the full SHA
    b3aa661 View commit details
    Browse the repository at this point in the history
Loading