mirror of
https://github.com/python/cpython.git
synced 2025-10-28 17:13:08 +00:00
Issue #20465: Update Windows installer to SQLite 3.8.3.1.
This commit is contained in:
parent
5e6faf7fed
commit
09257f7ced
5 changed files with 8 additions and 7 deletions
|
|
@ -52,7 +52,8 @@ Build
|
||||||
uninstalling pip (rather than failing) if the user has updated pip to a
|
uninstalling pip (rather than failing) if the user has updated pip to a
|
||||||
different version from the one bundled with ensurepip.
|
different version from the one bundled with ensurepip.
|
||||||
|
|
||||||
- Issue #20465: Update OS X installer build to use SQLite 3.8.3.1.
|
- Issue #20465: Update OS X and Windows installer builds to use
|
||||||
|
SQLite 3.8.3.1.
|
||||||
|
|
||||||
Tools/Demos
|
Tools/Demos
|
||||||
-----------
|
-----------
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
/>
|
/>
|
||||||
<UserMacro
|
<UserMacro
|
||||||
Name="sqlite3Dir"
|
Name="sqlite3Dir"
|
||||||
Value="$(externalsDir)\sqlite-3.8.1"
|
Value="$(externalsDir)\sqlite-3.8.3.1"
|
||||||
/>
|
/>
|
||||||
<UserMacro
|
<UserMacro
|
||||||
Name="bz2Dir"
|
Name="bz2Dir"
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
<PythonExe>$(OutDir)python$(PyDebugExt).exe</PythonExe>
|
<PythonExe>$(OutDir)python$(PyDebugExt).exe</PythonExe>
|
||||||
<KillPythonExe>$(OutDir)kill_python$(PyDebugExt).exe</KillPythonExe>
|
<KillPythonExe>$(OutDir)kill_python$(PyDebugExt).exe</KillPythonExe>
|
||||||
<externalsDir>..\..</externalsDir>
|
<externalsDir>..\..</externalsDir>
|
||||||
<sqlite3Dir>$(externalsDir)\sqlite-3.8.1</sqlite3Dir>
|
<sqlite3Dir>$(externalsDir)\sqlite-3.8.3.1</sqlite3Dir>
|
||||||
<bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir>
|
<bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir>
|
||||||
<lzmaDir>$(externalsDir)\xz-5.0.5</lzmaDir>
|
<lzmaDir>$(externalsDir)\xz-5.0.5</lzmaDir>
|
||||||
<opensslDir>$(externalsDir)\openssl-1.0.1e</opensslDir>
|
<opensslDir>$(externalsDir)\openssl-1.0.1e</opensslDir>
|
||||||
|
|
|
||||||
|
|
@ -206,7 +206,7 @@ _ssl
|
||||||
The ssl sub-project does not have the ability to clean the OpenSSL
|
The ssl sub-project does not have the ability to clean the OpenSSL
|
||||||
build; if you need to rebuild, you'll have to clean it by hand.
|
build; if you need to rebuild, you'll have to clean it by hand.
|
||||||
_sqlite3
|
_sqlite3
|
||||||
Wraps SQLite 3.8.1, which is itself built by sqlite3.vcxproj
|
Wraps SQLite 3.8.3.1, which is itself built by sqlite3.vcxproj
|
||||||
Homepage:
|
Homepage:
|
||||||
http://www.sqlite.org/
|
http://www.sqlite.org/
|
||||||
_tkinter
|
_tkinter
|
||||||
|
|
|
||||||
|
|
@ -37,9 +37,9 @@ if not exist tcl-8.6.1.0 (
|
||||||
if not exist tk-8.6.1.0 svn export http://svn.python.org/projects/external/tk-8.6.1.0
|
if not exist tk-8.6.1.0 svn export http://svn.python.org/projects/external/tk-8.6.1.0
|
||||||
|
|
||||||
@rem sqlite3
|
@rem sqlite3
|
||||||
if not exist sqlite-3.8.1 (
|
if not exist sqlite-3.8.3.1 (
|
||||||
rd /s/q sqlite-source-3.7.12
|
rd /s/q sqlite-source-3.8.1
|
||||||
svn export http://svn.python.org/projects/external/sqlite-3.8.1
|
svn export http://svn.python.org/projects/external/sqlite-3.8.3.1
|
||||||
)
|
)
|
||||||
|
|
||||||
@rem lzma
|
@rem lzma
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue