Skip to content

Releases: cloudfoundry/python-buildpack

v1.3.2

21 May 15:00
Compare
Choose a tag to compare

v1.3.1

08 May 13:13
Compare
Choose a tag to compare

v1.3.0

24 Apr 20:37
Compare
Choose a tag to compare

v1.2.0

18 Mar 12:52
Compare
Choose a tag to compare

cflinuxfs2 rootfs Support

Cloud Foundry is releasing new versions of go, nodejs php,
python, and ruby buildpacks to support cflinuxfs2, which is
the official name of the trusty64-based rootfs (or "stack").

Please note that the previous lucid64 stack is also supported by
this buildpacks release.

In order to support multiple stacks, we've extended the data structure
represented by the file manifest.yml in the go, nodejs, python
and ruby buildpacks to require the specification of one or more
"stacks" associated with each binary dependency. We've also required
the specification of an MD5 checksum for each binary, which is
verified before packaging the dependencies.

Changes

  • Added support for cflinuxfs2 stack.
  • Binary files now permanently hosted on a CF-managed S3 bucket.
  • On the lucid64 stack, no changes in python version support were made.
  • The cflinuxfs stack supports the same python versions as lucid64 with the following exceptions:
    • Removed support for python 2.7.1, however 2.7.{0,2,3,6,7,8,9} are still supported.
    • Removed support for python 3.2.0, however 3.2.{1,2,3} are still supported.
    • See manifest.yml for full details.
  • The buildpack has increased in size with this release, from 315M to 654M.

Stories

v1.1.2

04 Feb 15:34
Compare
Choose a tag to compare

v1.1.1

15 Dec 22:47
Compare
Choose a tag to compare

v1.1.0

08 Dec 22:24
Compare
Choose a tag to compare

v1.0.5

06 Oct 15:25
Compare
Choose a tag to compare
  • Merge Heroku upstream change.

v1.0.4

30 Sep 15:23
Compare
Choose a tag to compare

v1.0.3

29 Sep 13:55
Compare
Choose a tag to compare
  • Merges Heroku upstream change:
    • Add bcrypt to the list of dependencies triggering libffi installation