python3-docutils: Update to version 0.20.1

Message ID 20230926132410.7915-3-adolf.belka@ipfire.org
State Accepted
Commit 7a087b85d439731c225ed7021a5afbcbdf67f4fe
Headers
Series python3-docutils: Update to version 0.20.1 |

Commit Message

Adolf Belka Sept. 26, 2023, 1:24 p.m. UTC
  - 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>
---
 python3-docutils/python3-docutils.nm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
  

Patch

diff --git a/python3-docutils/python3-docutils.nm b/python3-docutils/python3-docutils.nm
index c86fa41ab..d9943205f 100644
--- a/python3-docutils/python3-docutils.nm
+++ b/python3-docutils/python3-docutils.nm
@@ -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