summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-03-07 18:24:06 +0200
committerKhem Raj <raj.khem@gmail.com>2025-03-08 15:04:57 -0800
commita3d2fd3f853583cf15620a5b1df7dc331dbef677 (patch)
tree5f4c8addffbfa249f67b200873c759899816cc50 /meta-python
parent1d43511321f2bd08a4b3f0aa1422cf406ae0b3f6 (diff)
downloadmeta-openembedded-a3d2fd3f853583cf15620a5b1df7dc331dbef677.tar.gz
python3-pdm: Upgrade 2.22.3 -> 2.22.4
Upgrade to release 2.22.4: - Ensure dev-dependencies are added to the correct group when the tool.pdm.dev-dependencies table has groups. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pdm_2.22.4.bb (renamed from meta-python/recipes-devtools/python/python3-pdm_2.22.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.22.3.bb b/meta-python/recipes-devtools/python/python3-pdm_2.22.4.bb
index 0cf9b7d5c3..e6f35b3c7a 100644
--- a/meta-python/recipes-devtools/python/python3-pdm_2.22.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pdm_2.22.4.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
4SECTION = "devel/python" 4SECTION = "devel/python"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2"
6 6
7SRC_URI[sha256sum] = "f409d37b44f6b9938e4eed0bd0ca8016d15cd4514337640d6f962a74d022b412" 7SRC_URI[sha256sum] = "8483f3d2285039cea7e07c5ba6ac7e1fcba358129f8831fb75065a797d27b923"
8 8
9inherit pypi python_setuptools_build_meta 9inherit pypi python_setuptools_build_meta
10 10