summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.12.0.bb
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-11-13 10:58:47 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-12 22:46:03 -0800
commit49f419317cc6aab91596110828418a6ea537fb57 (patch)
tree8596199a009d43eca3f1910be2de05daf014a12b /meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.12.0.bb
parent0fe731f52ca4bec8943b45b9495fb0421ae5d424 (diff)
downloadmeta-openembedded-49f419317cc6aab91596110828418a6ea537fb57.tar.gz
python3-lazy-object-proxy: add UPSTREAM_CHECK_PYPI_PACKAGE
Add UPSTREAM_CHECK_PYPI_PACKAGE to check the correct latest stable verison. Before the patch: $ devtool latest-version python3-lazy-object-proxy INFO: Current version: 1.12.0 INFO: Latest version: 1.10.0 After the patch: $ devtool latest-version python3-lazy-object-proxy INFO: Current version: 1.12.0 INFO: Latest version: 1.12.0 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.12.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.12.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.12.0.bb b/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.12.0.bb
index acd84efd21..9ba6ef8b15 100644
--- a/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.12.0.bb
+++ b/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.12.0.bb
@@ -9,6 +9,7 @@ DEPENDS += "python3-setuptools-scm-native"
9SRC_URI[sha256sum] = "1f5a462d92fd0cfb82f1fab28b51bfb209fabbe6aabf7f0d51472c0c124c0c61" 9SRC_URI[sha256sum] = "1f5a462d92fd0cfb82f1fab28b51bfb209fabbe6aabf7f0d51472c0c124c0c61"
10 10
11PYPI_PACKAGE = "lazy_object_proxy" 11PYPI_PACKAGE = "lazy_object_proxy"
12UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
12 13
13inherit pypi python_setuptools_build_meta 14inherit pypi python_setuptools_build_meta
14 15