similarity index 84%
rename from meta/recipes-devtools/python/python3-sphinx_8.2.1.bb
rename to meta/recipes-devtools/python/python3-sphinx_8.2.3.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
LICENSE = "BSD-2-Clause & MIT"
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=e30c37a2b7fb0afa3adc0d72b85e8b04"
-SRC_URI[sha256sum] = "e4b932951b9c18b039f73b72e4e63afe967d90408700ec222b981ac24647c01e"
+SRC_URI[sha256sum] = "398ad29dee7f63a75888314e9424d40f52ce5a6a87ae88e7071e80af296ec348"
inherit python_flit_core pypi
@@ -13,6 +13,11 @@ do_install:append () {
rm ${D}${libdir}/${PYTHON_DIR}/site-packages/sphinx/writers/__pycache__/*latex*
}
+DEPENDS += "\
+ python3-jinja2 \
+ python3-sphinxcontrib-serializinghtml \
+ "
+
RDEPENDS:${PN} = "\
python3-alabaster \
python3-babel \
Release 8.2.3 (released Mar 02, 2025) Bugs fixed #13403: Define _StrPath.__radd__(). Patch by Adam Turner. #13399: Fix _CurrentDocument membership testing with ‘{c,cpp}:parent_symbol’. Patch by Adam Turner. Release 8.2.2 (released Mar 02, 2025) Bugs fixed #13392: Fix argument type for jieba.load_userdict(). Add workaround for nbsphinx implicit imports. Patch by Adam Turner. #13402: Ensure inline <script/> tags are written exactly once. Patch by Dmitry Shachnev and Adam Turner. #13391: apidoc: Fix TOC file not having a title. Patch by Dave Hoese and Adam Turner. https://www.sphinx-doc.org/en/master/changes/ Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> --- .../{python3-sphinx_8.2.1.bb => python3-sphinx_8.2.3.bb} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-sphinx_8.2.1.bb => python3-sphinx_8.2.3.bb} (84%)