Skip to content

Commit 53146e7

Browse files
committed
downloads: upgrade SQLite 3.35.5 to 3.36.0
1 parent e8e0c74 commit 53146e7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pythonbuild/downloads.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -307,11 +307,11 @@
307307
"version": "57.2.0",
308308
},
309309
"sqlite": {
310-
"url": "https://www.sqlite.org/2021/sqlite-autoconf-3350500.tar.gz",
311-
"size": 2956627,
312-
"sha256": "f52b72a5c319c3e516ed7a92e123139a6e87af08a2dc43d7757724f6132e6db0",
313-
"version": "3350500",
314-
"actual_version": "3.35.5.0",
310+
"url": "https://www.sqlite.org/2021/sqlite-autoconf-3360000.tar.gz",
311+
"size": 2977080,
312+
"sha256": "bd90c3eb96bee996206b83be7065c9ce19aef38c3f4fb53073ada0d0b69bbce3",
313+
"version": "3360000",
314+
"actual_version": "3.36.0.0",
315315
"library_names": ["sqlite3"],
316316
"licenses": [],
317317
"license_file": "LICENSE.sqlite.txt",

src/verify_distribution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def test_hashlib(self):
110110
def test_sqlite(self):
111111
import sqlite3
112112

113-
self.assertEqual(sqlite3.sqlite_version_info, (3, 35, 5))
113+
self.assertEqual(sqlite3.sqlite_version_info, (3, 36, 0))
114114

115115
def test_ssl(self):
116116
import ssl

0 commit comments

Comments
 (0)