]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[2.7] bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14183)
authoranimalize <animalize@users.noreply.github.com>
Tue, 18 Jun 2019 09:59:53 +0000 (17:59 +0800)
committerNed Deily <nad@python.org>
Tue, 18 Jun 2019 09:59:53 +0000 (05:59 -0400)
Mac/BuildScript/README.txt
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2019-06-18-10-02-11.bpo-35360.-CWbfy.rst [new file with mode: 0644]

index 32e7edc8f48f03bab9a5076a12d2994bf25f1510..c2bc429678c657a10bfa93218d3caa03aabb5636 100644 (file)
@@ -40,7 +40,7 @@ yet integrated into ``build-installer.py``.
 
         * libcrypto and libssl from OpenSSL 1.0.1
         * NCurses 5.9
-        * SQLite 3.7.13
+        * SQLite 3.28.0
         * Oracle Sleepycat DB 4.8 (Python 2.x only)
 
     - uses system-supplied versions of third-party libraries
index bf038797c5e9e3db4dc7a65cd18b617d7928f5ad..58d7984764888798dd1a61c365a31867b7ab4ba1 100755 (executable)
@@ -311,9 +311,9 @@ def library_recipes():
                   ),
           ),
           dict(
-              name="SQLite 3.22.0",
-              url="https://www.sqlite.org/2018/sqlite-autoconf-3220000.tar.gz",
-              checksum='96b5648d542e8afa6ab7ffb8db8ddc3d',
+              name="SQLite 3.28.0",
+              url="https://www.sqlite.org/2019/sqlite-autoconf-3280000.tar.gz",
+              checksum='3c68eb400f8354605736cd55400e1572',
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS5 '
                             '-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2019-06-18-10-02-11.bpo-35360.-CWbfy.rst b/Misc/NEWS.d/next/macOS/2019-06-18-10-02-11.bpo-35360.-CWbfy.rst
new file mode 100644 (file)
index 0000000..5e05ac5
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to use SQLite 3.28.0.