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

Prepare release v257 #1641

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]


## [v257] - 2024-09-24

- Moved the SQLite3 install step prior to installing dependencies when using Pipenv. This now matches the behaviour when using pip and allows dependencies to actually use the headers. ([#1640](https://github.com/heroku/heroku-buildpack-python/pull/1640))
- Stopped exposing the `SKIP_PIP_INSTALL` env var to `bin/post_compile` and other subprocesses when using Pipenv. ([#1640](https://github.com/heroku/heroku-buildpack-python/pull/1640))
- Stopped creating `.heroku/python/requirements-{declared,installed}.txt` files when using pip. ([#1640](https://github.com/heroku/heroku-buildpack-python/pull/1640))
Expand Down Expand Up @@ -1037,7 +1040,8 @@ Default Python is now latest 2.7.10. Updated Pip and Distribute.
- Setuptools updated to v16.0
- Pip updated to v7.0.1

[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v256...main
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v257...main
[v257]: https://github.com/heroku/heroku-buildpack-python/compare/v256...v257
[v256]: https://github.com/heroku/heroku-buildpack-python/compare/v255...v256
[v255]: https://github.com/heroku/heroku-buildpack-python/compare/v254...v255
[v254]: https://github.com/heroku/heroku-buildpack-python/compare/v253...v254
Expand Down