Releases: cloudfoundry/python-buildpack
Releases · cloudfoundry/python-buildpack
v1.5.4
- Added 3.4.4, removed 3.4.2
(https://www.pivotaltracker.com/story/show/111145834) - Revert to v1.5.2 of pip-install script to prevent issue where
pip contacts the internet in the cached buildpack.
(https://www.pivotaltracker.com/n/projects/1042066/stories/111018262)- This fixes a defect that would cause a python app to fail to stage when in a disconnected environment.
Packaged binaries:
| name | version | cf_stacks |
|---|---|---|
| python | 2.7.10 | cflinuxfs2 |
| python | 2.7.11 | cflinuxfs2 |
| python | 3.3.5 | cflinuxfs2 |
| python | 3.3.6 | cflinuxfs2 |
| python | 3.4.3 | cflinuxfs2 |
| python | 3.4.4 | cflinuxfs2 |
| python | 3.5.0 | cflinuxfs2 |
| python | 3.5.1 | cflinuxfs2 |
| libffi | 3.1 | cflinuxfs2 |
| libmemcache | 1.0.18 | cflinuxfs2 |
- SHA256: 9841ba3dde6778782471597aa8462bf0c5ccd455181b8e91802071b18acbc65c
v1.5.3
- Added 2.7.11 and 3.5.1, removed 2.7.9
(https://www.pivotaltracker.com/story/show/110082530) - Merged upstream with heroku 2a3962a
(https://www.pivotaltracker.com/story/show/109618254)
Packaged binaries:
| name | version | cf_stacks |
|---|---|---|
| python | 2.7.10 | cflinuxfs2 |
| python | 2.7.11 | cflinuxfs2 |
| python | 3.3.5 | cflinuxfs2 |
| python | 3.3.6 | cflinuxfs2 |
| python | 3.4.2 | cflinuxfs2 |
| python | 3.4.3 | cflinuxfs2 |
| python | 3.5.0 | cflinuxfs2 |
| python | 3.5.1 | cflinuxfs2 |
| libffi | 3.1 | cflinuxfs2 |
| libmemcache | 1.0.18 | cflinuxfs2 |
- SHA256: 61c570658e6b769c2cc0dbcbb600e60626ba78cb37359d73163493157f7b95df
v1.5.2
- Developers are given detailed, helpful instructions when they attempt
to stage an application whose dependency is not found in the manifest.
(https://www.pivotaltracker.com/story/show/107939104)
Packaged binaries:
| name | version | cf_stacks |
|---|---|---|
| python | 2.7.10 | cflinuxfs2 |
| python | 2.7.9 | cflinuxfs2 |
| python | 3.3.5 | cflinuxfs2 |
| python | 3.3.6 | cflinuxfs2 |
| python | 3.4.2 | cflinuxfs2 |
| python | 3.4.3 | cflinuxfs2 |
| python | 3.5.0 | cflinuxfs2 |
| libffi | 3.1 | cflinuxfs2 |
| libmemcache | 1.0.18 | cflinuxfs2 |
- SHA256: aceeb7368ac9c59243ab942c0eeaf3ed5a33a0491e1c8e30507052a0ce1223fa
v1.5.1
- Adding support for Python 3.5.0
(https://www.pivotaltracker.com/story/show/103268420) - Output buildpack information in detect script
(https://www.pivotaltracker.com/story/show/100757820)
Packaged binaries:
| name | version | cf_stacks |
|---|---|---|
| python | 2.7.10 | cflinuxfs2 |
| python | 2.7.9 | cflinuxfs2 |
| python | 3.3.5 | cflinuxfs2 |
| python | 3.3.6 | cflinuxfs2 |
| python | 3.4.2 | cflinuxfs2 |
| python | 3.4.3 | cflinuxfs2 |
| python | 3.5.0 | cflinuxfs2 |
| libffi | 3.1 | cflinuxfs2 |
| libmemcache | 1.0.18 | cflinuxfs2 |
v1.5.0
- Include CF built binaries
(https://www.pivotaltracker.com/story/show/97136960) - Include current stack in unsupported stack message
(https://www.pivotaltracker.com/story/show/98579464) - Update pip to 7.1.0
- Update setuptools to 18.0.1
- Set xtrace if $BUILDPACK_XTRACE set
Packaged binaries:
| name | version | cf_stacks |
|---|---|---|
| python | 2.7.10 | cflinuxfs2 |
| python | 2.7.9 | cflinuxfs2 |
| python | 3.3.5 | cflinuxfs2 |
| python | 3.3.6 | cflinuxfs2 |
| python | 3.4.2 | cflinuxfs2 |
| python | 3.4.3 | cflinuxfs2 |
| libffi | 3.1 | cflinuxfs2 |
| libmemcache | 1.0.18 | cflinuxfs2 |
v1.4.0
- Remove 2.7.8 from skinny manifest
- Remove lucid-specific binaries from manifest.yml
(https://www.pivotaltracker.com/story/show/96135874) - alert user about incompatible stack usage
(https://www.pivotaltracker.com/story/show/96137338)
v1.3.5
- Add python 2.7.10 to the full manifest
v1.3.4
v1.3.3
- remove Python versions 3.2.x
(https://www.pivotaltracker.com/story/show/94530056)
v1.3.2
- Merge upstream changes from Heroku up to SHA 7fd3a04
(https://www.pivotaltracker.com/story/show/94986024)