summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-14 18:38:33 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-14 08:59:34 -0700
commitd61051de6b64d2ec3e68d49e6f4b1e599e804621 (patch)
treed17486552491ca8e324d34dfb8613ac00d902132 /meta-python/recipes-devtools/python
parent8bf9ef44520e22aada0d20dd78eb3b924855a70f (diff)
downloadmeta-openembedded-d61051de6b64d2ec3e68d49e6f4b1e599e804621.tar.gz
python3-platformdirs: upgrade 4.9.4 -> 4.9.6
fix: use double quotes for tag variable expansion Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-platformdirs_4.9.6.bb (renamed from meta-python/recipes-devtools/python/python3-platformdirs_4.9.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-platformdirs_4.9.4.bb b/meta-python/recipes-devtools/python/python3-platformdirs_4.9.6.bb
index df0e3597b7..6ca4a09bde 100644
--- a/meta-python/recipes-devtools/python/python3-platformdirs_4.9.4.bb
+++ b/meta-python/recipes-devtools/python/python3-platformdirs_4.9.6.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/platformdirs/platformdirs"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4f5a41454746a9ed111e3d8723d17a" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4f5a41454746a9ed111e3d8723d17a"
5 5
6SRC_URI[sha256sum] = "1ec356301b7dc906d83f371c8f487070e99d3ccf9e501686456394622a01a934" 6SRC_URI[sha256sum] = "3bfa75b0ad0db84096ae777218481852c0ebc6c727b3168c1b9e0118e458cf0a"
7 7
8inherit pypi python_hatchling ptest-python-pytest 8inherit pypi python_hatchling ptest-python-pytest
9 9