- Python 2.7.18, 3.5.9, 3.7.7 and 3.8.3 are now available (CPython).
- PyPy 2.7 and 3.6, version 7.3.1 are now available (Note: PyPy support is in beta)
- Docs: Fix explanation of runtime.txt generation when using pipenv
- Bugfix: Correctly detect Python version when using a
python_version
of3.8
inPipfile.lock
- Add a Hatchet test for python 3.8.2
- Set Code Owners to @heroku/langauges
- Bugfix: Caching on subsequent redeploys
- Update tests to support latest version of Python
- Doc: Update Readme with version numbers
- update Code Owners to include the Heroku Buildpack Maintainers team
- Deprecation warning: BUILD_WITH_GEO_LIBRARIES is now deprecated. See warning for details.
- Clean up build log output
- Update Python versions in README to match docs
- Django version detection fixed, link updated
- Add failcase for cache busting
- Bugfix: Clearing pip dependencies
- Correct ftp to https in vendored file
- Warn for Django 1.11 approaching EOL, provide link to roadmap
- Python 3.8.2 now available.
- Update requirements.txt builds to use Pip 20.0.2
- Download get-pip.py to tmpdir instead of root dir
- New pythons released: Python 3.8.1, 3.7.6, 3.6.10 (CPython) Beta Release: Pypy 2.7 and 3.6, version 7.2.0
- Bug fix: fragile sqlite3 install
- Bug fix: Sqlite3 version bump
- Bugfix: Pipenv no longer installs twice in CI
- Python 2.7.17 now available on Heroku 18 and 16.
- Python 3.7.5 and 3.8.0 now available on Heroku 18 and 16.
- Add support for Python 3.8 branch
- Sqlite3 Update:
- Test Improvements
- Add support for staging binary testing
- Typo fixes
-
Python 3.6.9 and 3.7.4 now available.
-
Move get-pip utility to S3
-
Build utility and documentation updates
-
Bump Hatchet tests to point at new default python version.
add docs and make target for heroku-18 bob builds
Fix python 3.5.7 formula actually building 3.7.2
Hotfix for broken heroku-16 deploys
Python 3.7.3 now available.
Python 3.5.7 and 3.4.10 now available on all Heroku stacks.
Python 2.7.16 now available on all Heroku stacks.
Hotfix for broken Cedar 14 deploys
No user facing changes, improving internal metrics
Python 3.7.2 and 3.6.8 now available on all Heroku stacks.
Python 3.7.1, 3.6.7, 3.5.6 and 3.4.9 now available on all Heroku stacks.
Testing and tooling expanded to better support new runtimes
Switch to cautious upgrade for Pipenv install to ensure the pinned pip version is used with Pipenv
Add support for detecting SLUGIFY_USES_TEXT_UNIDECODE, which is required to install Apache Airflow version 1.10 or higher.
Improvements to Python install messaging
No user-facing changes, documenting for version clarity
Use stack image SQLite3 instead of vendoring
Prevent 3.7.0 from appearing as unsupported in buildpack messaging.
Upgrade to 3.6.6 and support 3.7.0 on all runtimes.
Upgrade Pipenv to v2018.5.18.
Default to 3.6.5, bugfixes.
Fixes for Pip 10 release.
Improve pip installation, with the release of v9.0.2.
Fix bug with pip.
Better upgrade strategy for pip.
Don't upgrade pip (from v128).
Upgrade pip, pin to Pipenv v11.8.2.
Pin to Pipenv v11.7.1.
Bugfixes.
Bugfixes.
Update buildpack to automatically install [dev-packages]
during Heroku CI Pipenv builds.
- Skip installs if Pipfile.lock hasn't changed, and uninstall stale dependencies with Pipenv.
- Set
PYTHONPATH
during collectstatic runs. - No longer warn if there is no
Procfile
. - Update Pipenv's "3.6" runtime specifier to point to "3.6.4".
Update gunicorn init.d
script to allow overrides.
Update default Python to v3.6.4.
Update default Python to v3.6.3.
Use $ pipenv --deploy
.
Improvements to Pipenv support, warning on unsupported Python versions.
- We now warn when a user is not using latest 2.x or 3.x Python.
- Heroku now supports
[requires]
python_full_version
in addition topython_version
.
Improvements to Pipenv support.
Bug fix.
Vendoring improvements.
- Geos libraries should work on Heroku-16 now.
- The libffi/libmemcached vendoring step is now skipped on Heroku-16 (since they are installed in the base image).
Revert a pull request.
- No longer using
sub_env
forpip install
step.
- Bugfixes.
Blacklisting PYTHONHOME
and PYTHONPATH
for older apps. Upgrades to nltk support.
Updates to Pipenv support.
Bugfix.
- Fixed grep output bug.
Linting, bugfixes.
Update default Python to 3.6.2.
Update Default Python to 3.6.1, bugfixes.
- Fixed automatic pip uninstall of dependencies removed from requirements.txt.
Fix output for collectstatic step.
Bugfix for C dependency installation.
Don't install packages that could mess up packaging.
- The Python buildpack will automatically remove
six
,pyparsing
,appdirs
,setuptools
, anddistribute
from arequirements.txt
file now, as these packages are provided by the Python buildpack.
Improvements to output messaging.
General improvements.
- Fix for Heroku CI.
- Use
pkg_resources
to check if a distribution is installed instead of parsingrequirements.txt
. (#395)
Bug fixes and improvements.
- Fix for Pipenv.
- Fix for Heroku CI.
- Improve handling of WEB_CONCURRENCY when using multiple buildpacks.
- Adjust environment variables set during the build to more closely match those in the dyno environment (DYNO is now available, STACK is not).
- Restore the build cache prior to running bin/pre_compile.
Buildpack code cleanup.
- Improved messaging around NLTK.
Updated setuptools installation method.
- Improved pipenv support.
Preliminary pipenv support.
Cleanup.
Official NLTK support and other improvements.
- Support for
nltk.txt
file for declaring corpora to be downloaded. - Leading zeros for auto-set WEB_CONCURRENCY.
Improved egg-link functionality.
Bugfix.
Improved output support.
Improved support for PyPy.
Improved support for PyPy.
Improved cache functionality and fix egg-links regression.
Bugfix, rolled back to v88.
Bugfix.
Improved cache functionality and fix egg-links regression.
Fixed bug with editable pip installations.
Updated default Python 2.7.13.
- Python 2.7.13 uses UCS-4 build, more compatibile with linux wheels.
- Updated setuptools to v32.1.0.
Refactor and multi-buildpack compatibility.
Packaging fix.
Updated pip and setuptools.
- Updated pip to v9.0.1.
- Updated setuptools to v28.8.0.
Support for Heroku CI.
- Cffi support for argon2
Update to library detection mechnisms (pip-pop).
- Updated setuptools to v25.5.0
Updated default Python to 2.7.11.
- Updated pip to v8.1.2.
- Updated setuptools to v23.1.0.
Improved pip-pop compatibility with latest pip releases.
Compatibility improvements with heroku-apt-buildpack.
Added automatic configuration of Gunicorn's FORWARDED_ALLOW_IPS
setting.
Improved detection of libffi dependency when using bcrypt via Django[bcrypt]
.
Improved GDAL support.
- GDAL dependency detection now checks for pygdal and is case-insensitive.
- The vendored GDAL library has been updated to 1.11.1.
- GDAL bootstrapping now also installs the GEOS and Proj.4 libraries.
Updated pip to 8.1.1 and setuptools to 20.3.
Improvements to warnings and minor bugfix.
Improved Django collectstatic support.
$ python manage.py collectstatic
will only be run ifDjango
is 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
InsecurePlatform
warning).
Updated pip and Setuptools.
Added warnings for lack of Procfile.
Updated default Python to 2.7.11.
Added friendly warnings for common build failures.
Improved compatibility with multi and node.js buildpacks.
Revert to v66.
Fixed .heroku/venv error with modern apps.
Further improved cache compatibility with multi and node.js buildpacks.
Improved compatibility with multi and node.js buildpacks.
Reverted v64.
Improved compatibility with multi and node.js buildpacks.
Updated Pip and Setuptools.
- Setuptools updated to v18.3.2
- Pip updated to v7.1.2
Updated Pip and Setuptools.
- Setuptools updated to v18.1
- Pip updated to v7.1.0
Updated Pip and Setuptools.
- Setuptools updated to v18.0.1
- Pip updated to v7.0.3
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