diff options
| author | Ned Deily <nad@acm.org> | 2015-07-29 06:29:51 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@acm.org> | 2015-07-29 06:29:51 (GMT) |
| commit | 34a0105bee3166cec8b5bcb48d303ba31473d742 (patch) | |
| tree | 38ef7f079cb61d4f9cc6fce3ab56d0b172224ed5 | |
| parent | d32a944037caed780466a1ef118f987f566ec5e0 (diff) | |
| parent | e0374c7a03a2876815f96e759bbf2093601b7207 (diff) | |
| download | cpython-34a0105bee3166cec8b5bcb48d303ba31473d742.zip cpython-34a0105bee3166cec8b5bcb48d303ba31473d742.tar.gz cpython-34a0105bee3166cec8b5bcb48d303ba31473d742.tar.bz2 | |
Issue #19450: merge from 3.5
| -rw-r--r-- | Mac/BuildScript/README.txt | 4 | ||||
| -rwxr-xr-x | Mac/BuildScript/build-installer.py | 6 | ||||
| -rw-r--r-- | Misc/NEWS | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/Mac/BuildScript/README.txt b/Mac/BuildScript/README.txt index 46830ad..f8b25fa 100644 --- a/Mac/BuildScript/README.txt +++ b/Mac/BuildScript/README.txt @@ -22,7 +22,7 @@ for each release. - builds the following third-party libraries * NCurses 5.9 (http://bugs.python.org/issue15037) - * SQLite 3.8.3.1 + * SQLite 3.8.11 * XZ 5.0.5 - uses system-supplied versions of third-party libraries @@ -57,7 +57,7 @@ for each release. - builds the following third-party libraries * NCurses 5.9 (http://bugs.python.org/issue15037) - * SQLite 3.8.3.1 + * SQLite 3.8.11 * XZ 5.0.5 - uses system-supplied versions of third-party libraries diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 54abd67..e8a1126 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -339,9 +339,9 @@ def library_recipes(): ), ), dict( - name="SQLite 3.8.3.1", - url="http://www.sqlite.org/2014/sqlite-autoconf-3080301.tar.gz", - checksum='509ff98d8dc9729b618b7e96612079c6', + name="SQLite 3.8.11", + url="https://www.sqlite.org/2015/sqlite-autoconf-3081100.tar.gz", + checksum='77b451925121028befbddbf45ea2bc49', extra_cflags=('-Os ' '-DSQLITE_ENABLE_FTS4 ' '-DSQLITE_ENABLE_FTS3_PARENTHESIS ' @@ -13,6 +13,8 @@ Core and Builtins Library ------- +- Issue #19450: Update Windows and OS X installer builds to use SQLite 3.8.11. + - Issue #23254: Document how to close the TCPServer listening socket. Patch from Martin Panter. |
