]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
python3-docutils: Update to version 0.20.1
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 26 Sep 2023 13:24:08 +0000 (15:24 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Sep 2023 17:19:20 +0000 (17:19 +0000)
- IPFire-3.x
- Update from version 0.19-1 to 0.20.1-1
- Changelog
    0.20.1 (2023-05-17)
Bugfix release. See HISTORY for details.
    0.20 (2023-05-04)
Docutils 0.20 is the last version supporting Python 3.7 and 3.8.
    General
        Support Python 3.11 (patch #198 by Hugo van Kemenade).
    Output changes:
    HTML5:
        Use dpub-ARIA role "doc-footnote" (instead of ARIA role "note") for
 footnotes.
    LaTeX:
        Do not load the inputenc package in UTF-8 encoded LaTeX sources.
 (UTF-8 is the default encoding for LaTeX2e since 2018).
    Configuration changes:
        Settings in the [latex2e writer] configuration file section are now
 ignored by the "xetex" writer. Place common settings in section
 [latex writers].
        New command line setting output. Obsoletes the <destination>
 positional argument (cf. future changes).
    utils.find_file_in_dirs() now returns a POSIX path also on Windows;
     utils.get_stylesheet_list() no longer converts \ to /.
    docutils/languages/ docutils/parsers/rst/languages/
        Support Ukrainian. Patch by Dmytro Kazanzhy.
    test/coverage.sh
        Removed. Use the coverage.py project instead, coverage run
 test/alltests.py and coverage report.
    tools/
        Moved quicktest.py to tools/dev/.
    Bugfixes and improvements (see HISTORY).

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
python3-docutils/python3-docutils.nm

index c86fa41ab60513b99258aeb582b68bd5e28fed61..d9943205ffd0aee2fc62d76baba6d2e40221909e 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = python3-docutils
-version    = 0.19
+version    = 0.20.1
 release    = 1
 thisapp    = docutils-%{version}
 
@@ -24,7 +24,6 @@ end
 source_dl  = https://sourceforge.net/projects/docutils/files/docutils/%{version}/
 
 build
-       arches = noarch
 
        requires
                python3-devel >= 3.4