diff --git a/docutils-0.17.1.tar.gz b/docutils-0.17.1.tar.gz deleted file mode 100644 index 671e046..0000000 --- a/docutils-0.17.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125 -size 2016138 diff --git a/docutils-0.18.1.tar.gz b/docutils-0.18.1.tar.gz new file mode 100644 index 0000000..4dd1311 --- /dev/null +++ b/docutils-0.18.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06 +size 2043249 diff --git a/python-docutils.changes b/python-docutils.changes index 7a1b669..d718ae0 100644 --- a/python-docutils.changes +++ b/python-docutils.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Tue Mar 29 12:01:41 UTC 2022 - Dirk Müller + +- update to 0.18.1: + * Small bugfixes (see HISTORY_). + * 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="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