summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-02 10:13:49 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-01 19:29:11 -0700
commitaffabbd410a9d54f362cfc1ff1ce2b099d8344c6 (patch)
tree9869badee88641be85dd755fe3c89291e908e273 /meta-python/recipes-devtools/python
parentacbd14a284ef4060c46e809fcf124197b47d7b9b (diff)
downloadmeta-openembedded-affabbd410a9d54f362cfc1ff1ce2b099d8344c6.tar.gz
python3-tomli: upgrade 2.4.0 -> 2.4.1
Changelog: Limit number of parts of a TOML key to address quadratic time complexity 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-tomli_2.4.1.bb (renamed from meta-python/recipes-devtools/python/python3-tomli_2.4.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tomli_2.4.0.bb b/meta-python/recipes-devtools/python/python3-tomli_2.4.1.bb
index 310052072d..b95d208a82 100644
--- a/meta-python/recipes-devtools/python/python3-tomli_2.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-tomli_2.4.1.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5"
8 8
9inherit pypi python_flit_core 9inherit pypi python_flit_core
10 10
11SRC_URI[sha256sum] = "aa89c3f6c277dd275d8e243ad24f3b5e701491a860d5121f2cdd399fbb31fc9c" 11SRC_URI[sha256sum] = "7c7e1a961a0b2f2472c1ac5b69affa0ae1132c39adcb67aba98568702b9cc23f"
12 12
13BBCLASSEXTEND = "native nativesdk" 13BBCLASSEXTEND = "native nativesdk"
14 14