diff doc/upgrading.txt @ 8081:95f91b6f0386

issue2551343 - Remove support for PySQLite and sqlite v2. It is unmaintained and sqlite3 is used which is the default for a Python distribution.
author John Rouillard <rouilj@ieee.org>
date Sat, 13 Jul 2024 18:52:55 -0400
parents a4cb4e75d4e9
children 394f72021dad
line wrap: on
line diff
--- a/doc/upgrading.txt	Sat Jul 13 18:27:11 2024 -0400
+++ b/doc/upgrading.txt	Sat Jul 13 18:52:55 2024 -0400
@@ -95,7 +95,20 @@
 .. contents::
    :local:
 
-.. index:: Upgrading; 2.2.0 to 2.3.0
+.. index:: Upgrading; 2.4.0 to 2.5.0
+
+Migrating from 2.4.0 to 2.5.0
+=============================
+
+Deprecation Notices (info)
+--------------------------
+
+Support for SQLite version 2 has been removed in 2.5.0.  Support for
+the `PySQLite <https://github.com/ghaering/pysqlite>`_ library has
+been removed in 2.5.0. Only the Python supplied sqlite3 library will
+be supported.
+
+.. index:: Upgrading; 2.3.0 to 2.4.0
 
 Migrating from 2.3.0 to 2.4.0
 =============================

Roundup Issue Tracker: http://roundup-tracker.org/