comparison doc/upgrading.txt @ 8315:3f43db05aa11

docs: use bulleted list for deprecation; pydoc for shared dir pydoc update for embedded/released docs isn't working quite right. The html file is generated but no docs are extracted into it. But the error emitted by the presence of pydoc.txt is suppressed.
author John Rouillard <rouilj@ieee.org>
date Sun, 11 May 2025 18:51:57 -0400
parents b99e76e76496
children 35fab0db52f5
comparison
equal deleted inserted replaced
8314:7ff47307b4b1 8315:3f43db05aa11
45 .. note:: 45 .. note::
46 The v1.5.x releases of Roundup were the last to support 46 The v1.5.x releases of Roundup were the last to support
47 Python v2.5 and v2.6. Starting with the v1.6 releases of Roundup 47 Python v2.5 and v2.6. Starting with the v1.6 releases of Roundup
48 Python version 2.7 that is newer than 2.7.2 is required to run 48 Python version 2.7 that is newer than 2.7.2 is required to run
49 Roundup. Starting with Roundup version 2.0.0 we also support Python 3 49 Roundup. Starting with Roundup version 2.0.0 we also support Python 3
50 versions newer than 3.6. 50 versions newer than 3.6. Roundup version 2.5 supports Python
51 3.7 and newer.
51 52
52 Recent release notes have the following labels: 53 Recent release notes have the following labels:
53 54
54 * **required** - Roundup will not work properly if these steps are not done 55 * **required** - Roundup will not work properly if these steps are not done
55 * **recommended** - Roundup will still work, but these steps can cause 56 * **recommended** - Roundup will still work, but these steps can cause
98 .. index:: Upgrading; 2.4.0 to 2.5.0 99 .. index:: Upgrading; 2.4.0 to 2.5.0
99 100
100 Migrating from 2.4.0 to 2.5.0 101 Migrating from 2.4.0 to 2.5.0
101 ============================= 102 =============================
102 103
103 Deprecation Notices (info) 104 Deprecation Notices (required)
104 -------------------------- 105 ------------------------------
105 106
106 Support for SQLite version 2 has been removed in 2.5.0. Support for 107 * Support for SQLite version 2 has been removed in 2.5.0.
107 the `PySQLite <https://github.com/ghaering/pysqlite>`_ library has 108 * Support for the `PySQLite <https://github.com/ghaering/pysqlite>`_
108 been removed in 2.5.0. Only the Python supplied sqlite3 library will 109 library has been removed in 2.5.0. Only the Python supplied
109 be supported. 110 sqlite3 library is supported.
111 * Roundup 2.5.0 supports Python 3.7 or newer. (It is not tested
112 on Python 3.6. It may work but we don;t support it.)
110 113
111 Update responsive template _generic.404.html and query.item.html (recommended) 114 Update responsive template _generic.404.html and query.item.html (recommended)
112 ------------------------------------------------------------------------------ 115 ------------------------------------------------------------------------------
113 116
114 This only applies if your tracker is based on the responsive 117 This only applies if your tracker is based on the responsive

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