mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
1.7 KiB
1.7 KiB
Python Buildpack Changelog
v76 (2016-02-08)
Improved Django collectstatic support.
$ python manage.py collectstaticwill only be run ifDjangois present inrequirements.txt.- If collectstatic fails, the build fails. Full traceback is provided.
$DISABLE_COLLECTSTATIC: skip collectstatic step completely (not new).$DEBUG_COLLECTSTATIC: echo environment variables upon collectstatic failure.- Updated build output style.
- New warning for outdated Python (via pip
InsecurePlatformwarning).
v75 (2016-01-29)
Updated pip and Setuptools.
v74 (2015-12-29)
Added warnings for lack of Procfile.
v72 (2015-12-07)
Updated default Python to 2.7.11.
v72 (2015-12-03)
Added friendly warnings for common build failures.
v70 (2015-10-29)
Improved compatibility with multi and node.js buildpacks.
v69 (2015-10-12)
Revert to v66.
v68 (2015-10-12)
Fixed .heroku/venv error with modern apps.
v67 (2015-10-12)
Further improved cache compatibility with multi and node.js buildpacks.
v66 (2015-10-09)
Improved compatibility with multi and node.js buildpacks.
v65 (2015-10-08)
Reverted v64.
v64 (2015-10-08)
Improved compatibility with multi and node.js buildpacks.
v63 (2015-10-08)
Updated Pip and Setuptools.
- Setuptools updated to v18.3.2
- Pip updated to v7.1.2
v62 (2015-08-07)
Updated Pip and Setuptools.
- Setuptools updated to v18.1
- Pip updated to v7.1.0
v61 (2015-06-30)
Updated Pip and Setuptools.
- Setuptools updated to v18.0.1
- Pip updated to v7.0.3
v60 (2015-05-27)
Default Python is now latest 2.7.10. Updated Pip and Distribute.
- Default Python version is v2.7.10
- Setuptools updated to v16.0
- Pip updated to v7.0.1