summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-11-13 10:58:50 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-12 22:46:03 -0800
commita5eb02a81139e09241cf666f6053c0284e075f07 (patch)
tree408bdb600106a3c649e698a38b1e632a250a97ae /meta-python
parente105ccf75f88d266af1f3aa635a27b00516a365e (diff)
downloadmeta-openembedded-a5eb02a81139e09241cf666f6053c0284e075f07.tar.gz
python3-pytest-cov: add UPSTREAM_CHECK_PYPI_PACKAGE
Add UPSTREAM_CHECK_PYPI_PACKAGE to check the correct latest stable verison. Before the patch: $ devtool latest-version python3-pytest-cov INFO: Current version: 6.2.1 INFO: Latest version: 6.0.0 After the patch: $ devtool latest-version python3-pytest-cov INFO: Current version: 6.2.1 INFO: Latest version: 7.0.0 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-cov_6.2.1.bb1
1 files changed, 1 insertions, 0 deletions
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
index f3f4bc3e86..af4ce4b770 100644
--- 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
@@ -13,5 +13,6 @@ DEPENDS += "python3-setuptools-scm-native"
13RDEPENDS:${PN} += "python3-coverage python3-pytest python3-pluggy" 13RDEPENDS:${PN} += "python3-coverage python3-pytest python3-pluggy"
14 14
15PYPI_PACKAGE = "pytest_cov" 15PYPI_PACKAGE = "pytest_cov"
16UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
16 17
17BBCLASSEXTEND = "native nativesdk" 18BBCLASSEXTEND = "native nativesdk"