From 151df58e86f973c53cc344745ca3cf9aa52dc054 Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Tue, 8 Oct 2019 13:23:39 -0700 Subject: [PATCH 1/2] don't use vendored sqlite from s3 in formulas --- builds/runtimes/python-3.6.9 | 1 - builds/runtimes/python-3.7.4 | 1 - 2 files changed, 2 deletions(-) diff --git a/builds/runtimes/python-3.6.9 b/builds/runtimes/python-3.6.9 index dea889d..ad41723 100755 --- a/builds/runtimes/python-3.6.9 +++ b/builds/runtimes/python-3.6.9 @@ -1,5 +1,4 @@ #!/usr/bin/env bash # Build Path: /app/.heroku/python/ -# Build Deps: libraries/sqlite source $(dirname $0)/python3 diff --git a/builds/runtimes/python-3.7.4 b/builds/runtimes/python-3.7.4 index dea889d..ad41723 100755 --- a/builds/runtimes/python-3.7.4 +++ b/builds/runtimes/python-3.7.4 @@ -1,5 +1,4 @@ #!/usr/bin/env bash # Build Path: /app/.heroku/python/ -# Build Deps: libraries/sqlite source $(dirname $0)/python3 From 43c54abf0ed8b72f4ff750f29c05a51571c54a06 Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Tue, 29 Oct 2019 14:36:46 -0700 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 260eed9..1a726da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Sqlite fix: - Update Python3 base formula + - Update Python formulas 3.6.9 and 3.7.4 - Test staged binaries on Travis --------------------------------------------------------------------------------