summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-11-18 17:08:33 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-18 08:23:45 -0800
commit1fb4f8f84feba8909ae63e81689eddf11069b963 (patch)
tree03b82e841e0a4b30a3e2fa14cc37fd1c31fc0168
parent97d5ca784e8b194e19448a8674964958b3e99ebc (diff)
downloadmeta-openembedded-1fb4f8f84feba8909ae63e81689eddf11069b963.tar.gz
python3-black: upgrade 25.9.0 -> 25.11.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-black_25.11.0.bb (renamed from meta-python/recipes-devtools/python/python3-black_25.9.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-black_25.9.0.bb b/meta-python/recipes-devtools/python/python3-black_25.11.0.bb
index 3925a9ff0b..ce8130d54a 100644
--- a/meta-python/recipes-devtools/python/python3-black_25.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-black_25.11.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d3465a2a183908c9cb95bf490bd1e7ab \
5 file://src/blib2to3/LICENSE;md5=bbbad7490e921f9a73c0e891305cb4b3" 5 file://src/blib2to3/LICENSE;md5=bbbad7490e921f9a73c0e891305cb4b3"
6 6
7DEPENDS = "python3-hatch-vcs-native python3-hatchling-native" 7DEPENDS = "python3-hatch-vcs-native python3-hatchling-native"
8SRC_URI[sha256sum] = "0474bca9a0dd1b51791fcc507a4e02078a1c63f6d4e4ae5544b9848c7adfb619" 8SRC_URI[sha256sum] = "9a323ac32f5dc75ce7470501b887250be5005a01602e931a15e45593f70f6e08"
9 9
10inherit pypi python_hatchling 10inherit pypi python_hatchling
11 11