From 8d7d21f39679c1ef9a6c03eeb8d5eee5fe633e4b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 29 Jul 2024 09:09:56 +0800 Subject: 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 Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../python/python3-sphinxcontrib-htmlhelp_2.0.5.bb | 12 ------------ .../python/python3-sphinxcontrib-htmlhelp_2.0.6.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.5.bb create mode 100644 meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.6.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.5.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.5.bb deleted file mode 100644 index e30c61c398..0000000000 --- a/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.5.bb +++ /dev/null @@ -1,12 +0,0 @@ -SUMMARY = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files" -HOMEPAGE = "https://www.sphinx-doc.org" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=24dce5ef6a13563241c24bc366f48886" - -SRC_URI[sha256sum] = "0dc87637d5de53dd5eec3a6a01753b1ccf99494bd756aafecd74b4fa9e729015" - -PYPI_PACKAGE = "sphinxcontrib_htmlhelp" - -inherit pypi python_flit_core - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.6.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.6.bb new file mode 100644 index 0000000000..95b5981c06 --- /dev/null +++ b/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.6.bb @@ -0,0 +1,12 @@ +SUMMARY = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files" +HOMEPAGE = "https://www.sphinx-doc.org" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=24dce5ef6a13563241c24bc366f48886" + +SRC_URI[sha256sum] = "c6597da06185f0e3b4dc952777a04200611ef563882e0c244d27a15ee22afa73" + +PYPI_PACKAGE = "sphinxcontrib_htmlhelp" + +inherit pypi python_flit_core + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf