summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@eng.windriver.com>2025-12-18 22:29:33 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-01-06 14:29:20 -0500
commit980ef86fd2b71e9dc5b1967c88f63252cebde0bb (patch)
tree80ade8e7b514bcad47ff95b8f6efb6d32c655382 /recipes-devtools/python
parentf6a438e078aad4ebbcb8592a3204177811cae683 (diff)
downloadmeta-virtualization-980ef86fd2b71e9dc5b1967c88f63252cebde0bb.tar.gz
python3-dotenv: add UPSTREAM_CHECK_PYPI_PACKAGE
Add UPSTREAM_CHECK_PYPI_PACKAGE to check the correct latest stable verison. Before the patch: $ devtool latest-version python3-dotenv INFO: Current version: 1.1.0 INFO: Latest version: 1.0.1 After the patch: $ devtool latest-version python3-dotenv INFO: Current version: 1.1.0 INFO: Latest version: 1.2.1 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python')
-rw-r--r--recipes-devtools/python/python3-dotenv_1.1.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-dotenv_1.1.0.bb b/recipes-devtools/python/python3-dotenv_1.1.0.bb
index f297e6a6..7e20a444 100644
--- a/recipes-devtools/python/python3-dotenv_1.1.0.bb
+++ b/recipes-devtools/python/python3-dotenv_1.1.0.bb
@@ -6,6 +6,7 @@ LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=e914cdb773ae44a732b392532d88f072" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=e914cdb773ae44a732b392532d88f072"
7 7
8PYPI_PACKAGE = "python_dotenv" 8PYPI_PACKAGE = "python_dotenv"
9UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
9 10
10SRC_URI[sha256sum] = "41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5" 11SRC_URI[sha256sum] = "41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5"
11 12