From 3511cae1bb6dd50062e1be0f5bb0639607018dfa Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 15:53:41 -0500 Subject: [PATCH 1/4] Update CHANGELOG.md --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb090d..1b1556f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,10 @@ # 124 -Update buildpack to automatically install [dev-packages] (Pipenv) during Heroku CI builds. +Update buildpack to automatically install `[dev-packages]` (Pipenv) during Heroku CI builds. - Skip installs if Pipfile.lock hasn't changed, and uninstall stale dependencies with Pipenv. -- Set `PYTHONPATH` during collectstatic runs, other updates. -- Update Set `PYTHONPATH` during collectstatic runs. +- Set `PYTHONPATH` during collectstatic runs. - No longer warn if there is no `Procfile`. - Update Pipenv "3.6" to "3.6.4". From 45ceb2f4518a71314bdf293b94a9c92592e7c60d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 15:54:06 -0500 Subject: [PATCH 2/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b1556f..910e2f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # 124 -Update buildpack to automatically install `[dev-packages]` (Pipenv) during Heroku CI builds. +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. From 41b342e03bf80e6aeff44fd4521674e188fe6d33 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 15:54:41 -0500 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 910e2f2..724da7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ Update buildpack to automatically install `[dev-packages]` during Heroku CI Pipe - 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 "3.6" to "3.6.4". +- Update Pipenv's "3.6" runtime specifier to point to "3.6.4". # 123 From 714826eea25b249fc62020b749c4b6170e532b03 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 15:55:03 -0500 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 724da7f..a1338e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Update buildpack to automatically install `[dev-packages]` during Heroku CI Pipe # 123 -Update gunicorn init.d script to allow overrides. +Update gunicorn `init.d` script to allow overrides. # 122 @@ -23,7 +23,7 @@ Update default Python to v3.6.3. # 120 -Use Pipenv --deploy. +Use `$ pipenv --deploy`. # 119