From 36646f4b2ad0864bafc6dd734758e51540f6047d Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Thu, 13 Nov 2025 10:58:52 +0800 Subject: [PATCH] python3-pytest-timeout: 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-timeout INFO: Current version: 2.4.0 INFO: Latest version: 2.3.1 After the patch: $ devtool latest-version python3-pytest-timeout INFO: Current version: 2.4.0 INFO: Latest version: 2.4.0 Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pytest-timeout_2.4.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-pytest-timeout_2.4.0.bb b/meta-python/recipes-devtools/python/python3-pytest-timeout_2.4.0.bb index a376d02e38..6d7901f5e7 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-timeout_2.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-timeout_2.4.0.bb @@ -10,3 +10,4 @@ inherit pypi python_setuptools_build_meta RDEPENDS:${PN} = "python3-pytest" PYPI_PACKAGE = "pytest_timeout" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"