Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0374c7

Browse files
committed
Issue #19450: merge from 3.4
2 parents f7e3b5e + bb1c079 commit e0374c7

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Mac/BuildScript/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ for each release.
2222
- builds the following third-party libraries
2323

2424
* NCurses 5.9 (http://bugs.python.org/issue15037)
25-
* SQLite 3.8.3.1
25+
* SQLite 3.8.11
2626
* XZ 5.0.5
2727

2828
- uses system-supplied versions of third-party libraries
@@ -57,7 +57,7 @@ for each release.
5757
- builds the following third-party libraries
5858

5959
* NCurses 5.9 (http://bugs.python.org/issue15037)
60-
* SQLite 3.8.3.1
60+
* SQLite 3.8.11
6161
* XZ 5.0.5
6262

6363
- uses system-supplied versions of third-party libraries

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,9 @@ def library_recipes():
339339
),
340340
),
341341
dict(
342-
name="SQLite 3.8.3.1",
343-
url="http://www.sqlite.org/2014/sqlite-autoconf-3080301.tar.gz",
344-
checksum='509ff98d8dc9729b618b7e96612079c6',
342+
name="SQLite 3.8.11",
343+
url="https://www.sqlite.org/2015/sqlite-autoconf-3081100.tar.gz",
344+
checksum='77b451925121028befbddbf45ea2bc49',
345345
extra_cflags=('-Os '
346346
'-DSQLITE_ENABLE_FTS4 '
347347
'-DSQLITE_ENABLE_FTS3_PARENTHESIS '

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Library
1616
- Issue #23254: Document how to close the TCPServer listening socket.
1717
Patch from Martin Panter.
1818

19-
- Issue #19450: Update Windows builds to use SQLite 3.8.11.0
19+
- Issue #19450: Update Windows and OS X installer builds to use SQLite 3.8.11.
2020

2121
- Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
2222

0 commit comments

Comments
 (0)