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

Update heroku/buildpacks-python to v0.13.0 #559

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

heroku-linguist[bot]
Copy link
Contributor

heroku/python

Changed

  • Stopped manually creating a src directory inside the Pip dependencies layer. Pip will create the directory itself if needed (when there are editable VCS dependencies). (#228)
  • Stopped setting CPATH and PKG_CONFIG_PATH at launch time. (#231)
  • The bin directory in the Pip dependencies layer is now always added to PATH instead of only when an installed dependency has an entry point script. (#232)
  • The Pip cache layer is now exposed to Pip invocations in later buildpacks. (#234)

## heroku/python

### Changed

- Stopped manually creating a `src` directory inside the Pip dependencies layer. Pip will create the directory itself if needed (when there are editable VCS dependencies). ([#228](heroku/buildpacks-python#228))
- Stopped setting `CPATH` and `PKG_CONFIG_PATH` at launch time. ([#231](heroku/buildpacks-python#231))
- The `bin` directory in the Pip dependencies layer is now always added to `PATH` instead of only when an installed dependency has an entry point script. ([#232](heroku/buildpacks-python#232))
- The Pip cache layer is now exposed to Pip invocations in later buildpacks. ([#234](heroku/buildpacks-python#234))
@heroku-linguist heroku-linguist bot requested a review from a team as a code owner August 1, 2024 07:29
@heroku-linguist heroku-linguist bot enabled auto-merge (squash) August 1, 2024 07:29
@heroku-linguist heroku-linguist bot merged commit ea3dea4 into main Aug 1, 2024
42 checks passed
@heroku-linguist heroku-linguist bot deleted the update/heroku/buildpacks-python branch August 1, 2024 07:34
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.

1 participant