From ccc5fd9e788c37de5947d480470b665c7a7107ef Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 27 Jan 2026 17:43:36 +0800 Subject: python3-pytest-html: upgrade 4.1.1 -> 4.2.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-pytest-html_4.1.1.bb | 24 ---------------------- .../python/python3-pytest-html_4.2.0.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pytest-html_4.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pytest-html_4.1.1.bb b/meta-python/recipes-devtools/python/python3-pytest-html_4.1.1.bb deleted file mode 100644 index d45f6a25ee..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytest-html_4.1.1.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "pytest plugin for generating html reports from test results" -DEPENDS += "python3-setuptools-scm-native" - -LICENSE = "MPL-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5d425c8f3157dbf212db2ec53d9e5132" - -SRC_URI[sha256sum] = "70a01e8ae5800f4a074b56a4cb1025c8f4f9b038bba5fe31e3c98eb996686f07" - -PYPI_PACKAGE = "pytest_html" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -inherit pypi python_hatchling - -DEPENDS += "\ - python3-hatch-vcs-native \ -" - -RDEPENDS:${PN} += " \ - python3-jinja2 \ - python3-pytest \ - python3-pytest-metadata \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb b/meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb new file mode 100644 index 0000000000..ea760ff29a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "pytest plugin for generating html reports from test results" +DEPENDS += "python3-setuptools-scm-native" + +LICENSE = "MPL-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5d425c8f3157dbf212db2ec53d9e5132" + +SRC_URI[sha256sum] = "b6a88cba507500d8709959201e2e757d3941e859fd17cfd4ed87b16fc0c67912" + +PYPI_PACKAGE = "pytest_html" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +inherit pypi python_hatchling + +DEPENDS += "\ + python3-hatch-vcs-native \ +" + +RDEPENDS:${PN} += " \ + python3-jinja2 \ + python3-pytest \ + python3-pytest-metadata \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf