summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-11-13 10:58:48 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-12 22:46:03 -0800
commit252e8df2ad4da52f616eccfe0b84d68bbd83379c (patch)
treeff2f4481e820835d8eceabd20068c5405dbebcb4 /meta-python
parent49f419317cc6aab91596110828418a6ea537fb57 (diff)
downloadmeta-openembedded-252e8df2ad4da52f616eccfe0b84d68bbd83379c.tar.gz
python3-paho-mqtt: add UPSTREAM_CHECK_PYPI_PACKAGE
Add UPSTREAM_CHECK_PYPI_PACKAGE to check the correct latest stable verison. Before the patch: $ devtool latest-version python3-paho-mqtt INFO: Current version: 2.1.0 INFO: Latest version: 1.6.1 Before the patch: $ devtool latest-version python3-paho-mqtt INFO: Current version: 2.1.0 INFO: Latest version: 2.1.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-paho-mqtt_2.1.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-paho-mqtt_2.1.0.bb b/meta-python/recipes-devtools/python/python3-paho-mqtt_2.1.0.bb
index 86cf034394..aa88711d69 100644
--- a/meta-python/recipes-devtools/python/python3-paho-mqtt_2.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-paho-mqtt_2.1.0.bb
@@ -11,6 +11,8 @@ SRC_URI[sha256sum] = "12d6e7511d4137555a3f6ea167ae846af2c7357b10bc6fa4f7c3968fc1
11 11
12PYPI_SRC_URI = "https://files.pythonhosted.org/packages/39/15/0a6214e76d4d32e7f663b109cf71fb22561c2be0f701d67f93950cd40542/paho_mqtt-${PV}.tar.gz" 12PYPI_SRC_URI = "https://files.pythonhosted.org/packages/39/15/0a6214e76d4d32e7f663b109cf71fb22561c2be0f701d67f93950cd40542/paho_mqtt-${PV}.tar.gz"
13 13
14UPSTREAM_CHECK_PYPI_PACKAGE = "paho_mqtt"
15
14S = "${UNPACKDIR}/paho_mqtt-${PV}" 16S = "${UNPACKDIR}/paho_mqtt-${PV}"
15 17
16DEPENDS += "python3-pytest-runner-native" 18DEPENDS += "python3-pytest-runner-native"