diff options
| author | wangmy <wangmy@fujitsu.com> | 2021-11-29 17:57:58 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-01 16:23:45 +0000 |
| commit | 10f8c21606d6b212a3a8c17a9aba1ce32c930700 (patch) | |
| tree | 9af76b1abb69e283bb5dc2b7146a21bfa6c08f2f /meta/recipes-devtools/python/python3-docutils_0.18.bb | |
| parent | f0e8d3042dd202f5307d3d2a0a46aa518b3b4316 (diff) | |
| download | poky-10f8c21606d6b212a3a8c17a9aba1ce32c930700.tar.gz | |
python3-docutils: upgrade 0.18 -> 0.18.1
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"
(From OE-Core rev: 126444702f2c2e63a54d55dfb1844bc6e64c5727)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-docutils_0.18.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-docutils_0.18.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/recipes-devtools/python/python3-docutils_0.18.bb b/meta/recipes-devtools/python/python3-docutils_0.18.bb deleted file mode 100644 index 979eea27fb..0000000000 --- a/meta/recipes-devtools/python/python3-docutils_0.18.bb +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | SUMMARY = "Docutils is a modular system for processing documentation into useful formats" | ||
| 2 | HOMEPAGE = "http://docutils.sourceforge.net" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "PSF & BSD-2-Clause & GPLv3" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=01aec8e28f975e3f369e06b5eb2af9b9" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "c1d5dab2b11d16397406a282e53953fe495a46d69ae329f55aa98a5c4e3c5fbb" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native" | ||
