diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-07-29 09:09:56 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-03 07:47:36 +0100 |
commit | 8d7d21f39679c1ef9a6c03eeb8d5eee5fe633e4b (patch) | |
tree | f26204197a6e51eed604e3a4737fb317d055b5b3 /meta/recipes-devtools | |
parent | 1ea6c5cea2b1b321d85f7cc918dd1074a0a28bb5 (diff) | |
download | poky-8d7d21f39679c1ef9a6c03eeb8d5eee5fe633e4b.tar.gz |
python3-sphinxcontrib-htmlhelp: upgrade 2.0.5 -> 2.0.6
Changelog:
============
* Fix tests for Sphinx 7.4 and later.
(From OE-Core rev: 3cb5a50209c36649d4d39d72086d121599e0bfa5)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.6.bb (renamed from meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.5.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.6.bb index e30c61c398..95b5981c06 100644 --- a/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.5.bb +++ b/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.6.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://www.sphinx-doc.org" | |||
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=24dce5ef6a13563241c24bc366f48886" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=24dce5ef6a13563241c24bc366f48886" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "0dc87637d5de53dd5eec3a6a01753b1ccf99494bd756aafecd74b4fa9e729015" | 6 | SRC_URI[sha256sum] = "c6597da06185f0e3b4dc952777a04200611ef563882e0c244d27a15ee22afa73" |
7 | 7 | ||
8 | PYPI_PACKAGE = "sphinxcontrib_htmlhelp" | 8 | PYPI_PACKAGE = "sphinxcontrib_htmlhelp" |
9 | 9 | ||