summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-docutils_0.18.1.bb
AgeCommit message (Collapse)Author
2022-07-19python3-docutils: upgrade 0.18.1 -> 0.19wangmy
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). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-03-17python3-docutil: Extend to nativesdkHEADmasterRichard Purdie
This is needed by the incomming buildtools-docs-tarball. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-20meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX ↵Richard Purdie
license identifiers An automated conversion using scripts/contrib/convert-spdx-licenses.py to convert to use the standard SPDX license identifiers. Two recipes in meta-selftest were not converted as they're that way specifically for testing. A change in linux-firmware was also skipped and may need a more manual tweak. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-01python3-docutils: upgrade 0.18 -> 0.18.1wangmy
Changelog: docutils/nodes.py Node.traverse() returns a list again to restore backwards compatibility. Fixes bug #431. New method Node.findall(): like Node.traverse() but returns an iterator. Obsoletes Node.traverse(). docutils/utils/__init__.py: Fix behaviour of get_stylesheet_list(): do not look up stylesheets given as "stylesheet" setting. Cf. bug #434. docutils/writers/_html_base.py: Fix handling of footnote_backlinks==False (report Alan G Isaac). docutils/writers/html5_polyglot/math.css: Fix typo (bug #432). docutils/writers/odf_odt/__init__.py: Fix spurious output with Windows (bug #350). test/test_error_reporting.py: Fix a false positive (bug #434). License-Update: year updated to 2021 update url of elyxer add url of BSD 3-Clause License change "2-Clause BSD license" to "BSD 2-Clause License" Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>