From 900dc520ca59c0b79d0bedf505cbe28faa3ae703 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 2 Feb 2024 09:01:52 +0800 Subject: python3-sphinxcontrib-serializinghtml: upgrade 1.1.9 -> 1.1.10 (From OE-Core rev: 5de0d7b3342bd8ba700966396a0be4e3ff4a2348) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../python3-sphinxcontrib-serializinghtml_1.1.10.bb | 15 +++++++++++++++ .../python/python3-sphinxcontrib-serializinghtml_1.1.9.bb | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.10.bb delete mode 100644 meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.10.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.10.bb new file mode 100644 index 0000000000..b13bc82977 --- /dev/null +++ b/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.10.bb @@ -0,0 +1,15 @@ +SUMMARY = 'sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).' +HOMEPAGE = "https://www.sphinx-doc.org" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=32a84ac5cd3bbd10c4d479233ad588b6" + +SRC_URI[sha256sum] = "93f3f5dc458b91b192fe10c397e324f262cf163d79f3282c158e8436a2c4511f" + +PYPI_PACKAGE = "sphinxcontrib-serializinghtml" + +inherit pypi python_flit_core + +PYPI_ARCHIVE_NAME = "sphinxcontrib_serializinghtml-${PV}.${PYPI_PACKAGE_EXT}" +S = "${WORKDIR}/sphinxcontrib_serializinghtml-${PV}" + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb deleted file mode 100644 index fbf0c3c9b2..0000000000 --- a/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = 'sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).' -HOMEPAGE = "https://www.sphinx-doc.org" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=32a84ac5cd3bbd10c4d479233ad588b6" - -SRC_URI[sha256sum] = "0c64ff898339e1fac29abd2bf5f11078f3ec413cfe9c046d3120d7ca65530b54" - -PYPI_PACKAGE = "sphinxcontrib-serializinghtml" - -inherit pypi python_flit_core - -PYPI_ARCHIVE_NAME = "sphinxcontrib_serializinghtml-${PV}.${PYPI_PACKAGE_EXT}" -S = "${WORKDIR}/sphinxcontrib_serializinghtml-${PV}" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf