From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH 15/35] python3-docutils: Update to version 0.18.1 and python-3.10 Date: Fri, 28 Jan 2022 12:57:06 +0000 Message-ID: In-Reply-To: <20220124161656.71960-15-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7085862645340791991==" List-Id: --===============7085862645340791991== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from 0.16 to 0.18.1 > - Update of rootfile > - Changelog > Release 0.18.1 > .. Note:: > Docutils 0.18.x is the last version supporting Python 2.7, 3.5, and 3.6. > * nodes.Node.traverse() returns a list again to restore > backwards compatibility (fixes bug #431). > * Small bugfixes (see HISTORY_). > Release 0.18 (2021-10-26) > * Output changes: > Identifiers: > During `identifier normalization`_, leading number and hyphen > characters are no longer stripped from a `reference name`_, if the > id_prefix_ setting is non-empty. > Example: > with ``--id-prefix=3D"DU-"``, a section with title "34. May" > currently gets the identifier key ``DU-may`` and after the > change the identifier key ``DU-34-may``. > The default value for the auto_id_prefix_ setting changed to ``%``: > "use the tag name as prefix for auto-generated IDs". > Set auto_id_prefix_ to ``id`` for unchanged auto-IDs. > HTML5: > Use the semantic tag