cpython: 792e7a8dddb8 (original) (raw)
Mercurial > cpython
changeset 103054:792e7a8dddb8
Issue #27883: Update sqlite to 3.14.1 on Windows [#27883]
Zachary Ware zachary.ware@gmail.com | |
---|---|
date | Mon, 05 Sep 2016 14:32:38 -0500 |
parents | 027e421594b7 |
children | 8c6c91983d64 |
files | Misc/NEWS PCbuild/python.props PCbuild/readme.txt |
diffstat | 3 files changed, 4 insertions(+), 2 deletions(-)[+] [-] Misc/NEWS 2 PCbuild/python.props 2 PCbuild/readme.txt 2 |
line wrap: on
line diff
--- a/Misc/NEWS +++ b/Misc/NEWS @@ -155,6 +155,8 @@ Tests Build ----- +- Issue #27883: Update sqlite to 3.14.1.0 on Windows. +
- Issue #27917: Set platform triplets for Android builds.
- Issue #25825: Update references to the $(LIBPL) installation path on AIX.
--- a/PCbuild/python.props
+++ b/PCbuild/python.props
@@ -43,7 +43,7 @@
$([System.IO.Path]::GetFullPath($(PySourcePath)externals\
))
- $(ExternalsDir)sqlite-3.14.1.0</sqlite3Dir> $(ExternalsDir)bzip2-1.0.6</bz2Dir> $(ExternalsDir)xz-5.0.5</lzmaDir> $(ExternalsDir)openssl-1.0.2h</opensslDir>
--- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -204,7 +204,7 @@ are: functionality to _ssl or _hashlib. They will not clean up their output with the normal Clean target; CleanAll should be used instead. _sqlite3
- Wraps SQLite 3.14.1.0, which is itself built by sqlite3.vcxproj Homepage: http://www.sqlite.org/[](#l3.10)