[New-bugs-announce] [issue35360] [Windows] Update SQLite dependency
STINNER Victor
report at bugs.python.org
Fri Nov 30 07:14:30 EST 2018
New submission from STINNER Victor <vstinner at redhat.com>:
Windows and macOS installers require SQLite, but they require different versions! Windows uses 3.21 or 3.14, but macOS uses 3.22.
I'm talking about the following line in PCbuild\get_externals.bat:
set libraries=%libraries% sqlite-3.21.0.0
* 3.6, 3.7 and master branches:
SQLite[Windows]: 3.21.0.0
SQLite[macOS]: 3.22.0
* 2.7 branch:
SQLite[Windows]: 3.14.2.0
SQLite[macOS]: 3.22.0
Note: I wrote a script to get external dependencies:
https://github.com/vstinner/misc/blob/master/cpython/external_versions.py
----------
components: Build
messages: 330779
nosy: vstinner
priority: normal
severity: normal
status: open
title: [Windows] Update SQLite dependency
versions: Python 2.7, Python 3.6, Python 3.7, Python 3.8
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35360>
_______________________________________
More information about the New-bugs-announce
mailing list