From badd25c860974cba289bdbdd1d2fb0a48e32fb9a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 29 Jul 2024 09:09:57 +0800 Subject: python3-sphinxcontrib-qthelp: upgrade 1.0.7 -> 1.0.8 Changelog: Fix tests for Sphinx 7.4 and later. (From OE-Core rev: 7f8760e2a266e6cac02301d719dee6ef812c43bb) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../python/python3-sphinxcontrib-qthelp_1.0.7.bb | 12 ------------ .../python/python3-sphinxcontrib-qthelp_1.0.8.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.7.bb create mode 100644 meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.8.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.7.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.7.bb deleted file mode 100644 index 2225ec521e..0000000000 --- a/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.7.bb +++ /dev/null @@ -1,12 +0,0 @@ -SUMMARY = "Is a sphinx extension which outputs QtHelp document." -HOMEPAGE = "http://babel.edgewall.org/" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=f7a83b72ea86d04827575ec0b63430eb" - -SRC_URI[sha256sum] = "053dedc38823a80a7209a80860b16b722e9e0209e32fea98c90e4e6624588ed6" - -PYPI_PACKAGE = "sphinxcontrib_qthelp" - -inherit pypi python_flit_core - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.8.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.8.bb new file mode 100644 index 0000000000..0b4a2eb2e1 --- /dev/null +++ b/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.8.bb @@ -0,0 +1,12 @@ +SUMMARY = "Is a sphinx extension which outputs QtHelp document." +HOMEPAGE = "http://babel.edgewall.org/" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f7a83b72ea86d04827575ec0b63430eb" + +SRC_URI[sha256sum] = "db3f8fa10789c7a8e76d173c23364bdf0ebcd9449969a9e6a3dd31b8b7469f03" + +PYPI_PACKAGE = "sphinxcontrib_qthelp" + +inherit pypi python_flit_core + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf