summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-07-12 15:44:56 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-19 10:54:20 +0100
commit2ebe1001840fc28d63d5a469ccb9f3476bffd466 (patch)
tree5f5ceafe9ea9b50995d7ee5f33f0fc688a32b98c /meta
parent2d1838b7bc4c2dee85d865e49425022313ac5bc1 (diff)
downloadpoky-2ebe1001840fc28d63d5a469ccb9f3476bffd466.tar.gz
python3-docutils: upgrade 0.18.1 -> 0.19
License-Update: year updated to 2022 URLs of documentation and repositories changed URLs of license text changed List of files covered by the BSD 2-Clause License changed Changelog: =========== - Drop support for Python 2.7, 3.5, and 3.6. - Output changes: HTML5: Wrap groups of footnotes in an <aside> for easier styling. The CSS rule .footnote-list { display: contents; } can be used to restore the behaviour of custom CSS styles. - After package installation, the CLI commands python -m docutils and docutils start the generic command line front end tool. - Support parsing "Markdown" input with 3rd party parsers myst, pycmark, or recommonmark. - The default values for the "pep-references", "rfc-base-url", and "python-home" configuration settings now use the "https:" scheme. The PEP-writer template's header is updated to fix links and resemble the header of official PEPs. - Various bugfixes and improvements (see HISTORY). (From OE-Core rev: 91ffa2d80b959018cb8d531a2ec897dda1b2f691) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3-docutils_0.19.bb (renamed from meta/recipes-devtools/python/python3-docutils_0.18.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-docutils_0.18.1.bb b/meta/recipes-devtools/python/python3-docutils_0.19.bb
index e4ddd01978..7ae93ab557 100644
--- a/meta/recipes-devtools/python/python3-docutils_0.18.1.bb
+++ b/meta/recipes-devtools/python/python3-docutils_0.19.bb
@@ -2,9 +2,9 @@ SUMMARY = "Docutils is a modular system for processing documentation into useful
2HOMEPAGE = "http://docutils.sourceforge.net" 2HOMEPAGE = "http://docutils.sourceforge.net"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "PSF-2.0 & BSD-2-Clause & GPL-3.0-only" 4LICENSE = "PSF-2.0 & BSD-2-Clause & GPL-3.0-only"
5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=fecee07ad8df9116e1f739e2ed2ea513" 5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=41001b296a89bb2780bbe306e947ecee"
6 6
7SRC_URI[sha256sum] = "679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06" 7SRC_URI[sha256sum] = "33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6"
8 8
9inherit pypi setuptools3 9inherit pypi setuptools3
10 10