Add UPSTREAM_CHECK_PYPI_PACKAGE to check the correct latest stable verison.
Before the patch: $ devtool latest-version python3-gpt-image INFO: Current version: 0.9.0 INFO: Latest version: 0.8.1 After the patch: $ devtool latest-version python3-gpt-image INFO: Current version: 0.9.0 INFO: Latest version: 0.9.1 Signed-off-by: Yi Zhao <[email protected]> --- V2 change: use UPSTREAM_CHECK_PYPI_PACKAGE instead of UPSTREAM_CHECK_REGEX .../python3-gpt-image/python3-gpt-image_0.9.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb b/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb index a4870de113..90b77cdfea 100644 --- a/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb +++ b/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb @@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=db5f8de88d13d0917db21293d0e82e1d" DEPENDS += "python3-pip" PYPI_PACKAGE = "gpt_image" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + SRC_URI[sha256sum] = "c06d8efc7cf8d6f3954c1c3d8544f494aa95da37fe04e38a9699ad3f57455f7e" inherit pypi python3native python_setuptools_build_meta ptest-python-pytest -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#121586): https://lists.openembedded.org/g/openembedded-devel/message/121586 Mute This Topic: https://lists.openembedded.org/mt/116268965/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
