Skip to content

Releases: cloudfoundry/python-buildpack

v1.5.0

Choose a tag to compare

@cf-buildpacks-eng cf-buildpacks-eng released this 20 Jul 16:18

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

Choose a tag to compare

@cf-buildpacks-eng cf-buildpacks-eng released this 24 Jun 19:06

v1.3.5

Choose a tag to compare

@cf-buildpacks-eng cf-buildpacks-eng released this 08 Jun 21:24
  • Add python 2.7.10 to the full manifest

v1.3.4

Choose a tag to compare

@cf-buildpacks-eng cf-buildpacks-eng released this 08 Jun 19:32
  • Add support for python 2.7.10
  • Merge upstream changes up to SHA 7d40937

v1.3.3

Choose a tag to compare

@cf-buildpacks-eng cf-buildpacks-eng released this 29 May 13:31

v1.3.2

Choose a tag to compare

@cf-buildpacks-eng cf-buildpacks-eng released this 21 May 15:00

v1.3.1

Choose a tag to compare

@cf-buildpacks-eng cf-buildpacks-eng released this 08 May 13:13

v1.3.0

Choose a tag to compare

@cf-buildpacks-eng cf-buildpacks-eng released this 24 Apr 20:37

v1.2.0

Choose a tag to compare

@cf-buildpacks-eng cf-buildpacks-eng released this 18 Mar 12:52

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

Choose a tag to compare

@cf-buildpacks-eng cf-buildpacks-eng released this 04 Feb 15:34