mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd90c7d1d8 | |||
| ce3c68538d |
@@ -1,5 +1,9 @@
|
|||||||
# Python Buildpack Changelog
|
# Python Buildpack Changelog
|
||||||
|
|
||||||
|
## v68 (2015-10-12)
|
||||||
|
|
||||||
|
Fixed .heroku/venv error with modern apps.
|
||||||
|
|
||||||
## v67 (2015-10-12)
|
## v67 (2015-10-12)
|
||||||
|
|
||||||
Further improved cache compatibility with multi and node.js buildpacks.
|
Further improved cache compatibility with multi and node.js buildpacks.
|
||||||
|
|||||||
+1
-1
@@ -20,7 +20,7 @@ CACHE_DIR=$2
|
|||||||
ENV_DIR=$3
|
ENV_DIR=$3
|
||||||
|
|
||||||
|
|
||||||
CACHE_ENTRIES=".heroku/python .heroku/python-stack .heroku/python-version .heroku/venv"
|
CACHE_ENTRIES=".heroku/python .heroku/python-stack .heroku/python-version"
|
||||||
|
|
||||||
# Static configurations for virtualenv caches.
|
# Static configurations for virtualenv caches.
|
||||||
VIRTUALENV_LOC=".heroku/venv"
|
VIRTUALENV_LOC=".heroku/venv"
|
||||||
|
|||||||
Reference in New Issue
Block a user