From 8a7b296aef1e6062fe9e33b6b92b234f55d503ad Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 12 Mar 2026 18:51:42 +0800 Subject: python3-black: upgrade 26.1.0 -> 26.3.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-black_26.3.0.bb | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-black_26.3.0.bb (limited to 'meta-python/recipes-devtools/python/python3-black_26.3.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-black_26.3.0.bb b/meta-python/recipes-devtools/python/python3-black_26.3.0.bb new file mode 100644 index 0000000000..eaffe06563 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-black_26.3.0.bb @@ -0,0 +1,26 @@ +SUMMARY = "The uncompromising code formatter." +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d3465a2a183908c9cb95bf490bd1e7ab \ + file://docs/license.md;md5=d826b3c5269f21a8a0272af3f00d15c0 \ + file://src/blib2to3/LICENSE;md5=bbbad7490e921f9a73c0e891305cb4b3" + +SRC_URI[sha256sum] = "4d438dfdba1c807c6c7c63c4f15794dda0820d2222e7c4105042ac9ddfc5dd0b" + +inherit pypi python_hatchling + +DEPENDS += " \ + python3-hatch-vcs-native \ + python3-hatchling-native \ + python3-hatch-fancy-pypi-readme-native \ +" + +RDEPENDS:${PN} = " \ + python3-click \ + python3-mypy-extensions \ + python3-packaging \ + python3-pathspec \ + python3-platformdirs \ + python3-tomli \ + python3-typing-extensions \ + python3-pytokens \ +" -- cgit v1.2.3-54-g00ecf