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 v278 #1760

Merged
merged 1 commit into from
Feb 24, 2025
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]


## [v278] - 2025-02-24

- Added build-time rewriting of editable VCS dependency paths (in addition to the existing run-time rewriting), to work around an upstream Pipenv bug with editable VCS dependencies not being reinstalled correctly for cached builds. ([#1756](https://github.com/heroku/heroku-buildpack-python/pull/1756))
- Changed the location of repositories for editable VCS dependencies when using pip and Pipenv, to improve build performance and match the behaviour when using Poetry. ([#1753](https://github.com/heroku/heroku-buildpack-python/pull/1753))

Expand Down Expand Up @@ -1170,7 +1173,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/v277...main
[unreleased]: https://github.com/heroku/heroku-buildpack-python/compare/v278...main
[v278]: https://github.com/heroku/heroku-buildpack-python/compare/v277...v278
[v277]: https://github.com/heroku/heroku-buildpack-python/compare/v276...v277
[v276]: https://github.com/heroku/heroku-buildpack-python/compare/v275...v276
[v275]: https://github.com/heroku/heroku-buildpack-python/compare/v274...v275
Expand Down