summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-docutils_0.16.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-docutils: Upgrade 0.16 -> 0.17Leon Anavi2021-04-061-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.17: - Installing with setup.py now requires setuptools. Alternatively, install with pip. - The generic command line front end tool docutils-cli.py allows the free selection of reader, parser, and writer components. - New, experimental wrapper to integrate the recommonmark Markdown parser for use with Docutils. - pseudoxml-writer got a --detailled option for pretty printing text nodes. - odf/odt-writer improved metadata handling. - HTML5 writer improvements. - LaTeX writer improvements. - Fixes in Arabic mappings and Korean translations. - directives: Prevent infinte inclusion loops. License-Update: Fix link to 2-Clause BSD license in COPYING.txt. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-docutils: new packageBartosz Golaszewski2021-03-261-0/+10
Add a recipe for python3-docutils: a modular system for processing documentation into useful formats. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>