Compare commits

...

3 Commits

Author SHA1 Message Date
kennethreitz 1bccc03b30 Update CHANGELOG.md 2016-11-18 15:45:17 -05:00
kennethreitz adac27fa9c Merge pull request #334 from cclauss/patch-3
Upgrade to pip-9.0.1 and setuptools-28.8.0
2016-11-15 09:39:41 -05:00
cclauss 57e9bb0054 Upgrade to pip-9.0.1 and setuptools-28.8.0
This would REQUIRE that the latest versions are placed into:
https://github.com/heroku/heroku-buildpack-python/tree/master/vendor

https://pypi.python.org/pypi/pip
https://pypi.python.org/pypi/setuptools
2016-11-13 10:48:32 +01:00
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
# Python Buildpack Changelog
## v85
Packaging fix.
## v84
Updated pip and setuptools.
+2 -2
View File
@@ -34,8 +34,8 @@ LEGACY_TRIGGER="lib/python2.7"
DEFAULT_PYTHON_VERSION="python-2.7.12"
DEFAULT_PYTHON_STACK="cedar-14"
PYTHON_EXE="/app/.heroku/python/bin/python"
PIP_VERSION="8.1.2"
SETUPTOOLS_VERSION="25.2.0"
PIP_VERSION="9.0.1"
SETUPTOOLS_VERSION="28.8.0"
# Common Problem Warnings
export WARNINGS_LOG=$(mktemp)