8000 bpo-32726: macOS installer and framework enhancements and changes for 3.7.0 by ned-deily · Pull Request #5448 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-32726: macOS installer and framework enhancements and changes for 3.7.0 #5448

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jan 30, 2018
Merged
Prev Previous commit
Next Next commit
Build with SQLite 3.22.0
  • Loading branch information
ned-deily committed Jan 30, 2018
commit dc7ed8f958d97b587d69db9077dfd085e71807c8
6 changes: 3 additions & 3 deletions Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,9 @@ def library_recipes():
),
),
dict(
name="SQLite 3.21.0",
url="https://www.sqlite.org/2017/sqlite-autoconf-3210000.tar.gz",
checksum='7913de4c3126ba3c24689cb7a199ea31',
name="SQLite 3.22.0",
url="https://www.sqlite.org/2018/sqlite-autoconf-3220000.tar.gz",
checksum='96b5648d542e8afa6ab7ffb8db8ddc3d',
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '
Expand Down
0