From 8539b64e9bf6dbe852cd8da50482f235fb3c44db Mon Sep 17 00:00:00 2001 From: Tom Geelen Date: Sun, 21 Sep 2025 21:46:02 +0200 Subject: python3-pytest-cov: 6.1.1 -> 6.2.1 Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pytest-cov_6.1.1.bb | 17 ----------------- .../recipes-devtools/python/python3-pytest-cov_6.2.1.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pytest-cov_6.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pytest-cov_6.2.1.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-pytest-cov_6.1.1.bb b/meta-python/recipes-devtools/python/python3-pytest-cov_6.1.1.bb deleted file mode 100644 index 292cc8a063..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytest-cov_6.1.1.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Pytest plugin for measuring coverage." -HOMEPAGE = "https://github.com/pytest-dev/pytest-cov" -LICENSE = "MIT" -LIC_FILES_CHKSUM = " \ - file://LICENSE;md5=cbc4e25353c748c817db2daffe605e43 \ -" - -SRC_URI[sha256sum] = "46935f7aaefba760e716c2ebfbe1c216240b9592966e7da99ea8292d4d3e2a0a" - -inherit pypi setuptools3 - -DEPENDS += "python3-setuptools-scm-native" -RDEPENDS:${PN} += "python3-coverage python3-pytest python3-pluggy" - -PYPI_PACKAGE = "pytest_cov" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-pytest-cov_6.2.1.bb b/meta-python/recipes-devtools/python/python3-pytest-cov_6.2.1.bb new file mode 100644 index 0000000000..f3f4bc3e86 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-cov_6.2.1.bb @@ -0,0 +1,17 @@ +SUMMARY = "Pytest plugin for measuring coverage." +HOMEPAGE = "https://github.com/pytest-dev/pytest-cov" +LICENSE = "MIT" +LIC_FILES_CHKSUM = " \ + file://LICENSE;md5=cbc4e25353c748c817db2daffe605e43 \ +" + +SRC_URI[sha256sum] = "25cc6cc0a5358204b8108ecedc51a9b57b34cc6b8c967cc2c01a4e00d8a67da2" + +inherit pypi setuptools3 + +DEPENDS += "python3-setuptools-scm-native" +RDEPENDS:${PN} += "python3-coverage python3-pytest python3-pluggy" + +PYPI_PACKAGE = "pytest_cov" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf