From 24aa2102d9f6d2c020045bc999f1174198c4f55a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 27 May 2026 17:47:31 +0800 Subject: python3-black: upgrade 26.3.1 -> 26.5.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-black_26.3.1.bb | 26 ---------------------- .../python/python3-black_26.5.1.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-black_26.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-black_26.5.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-black_26.3.1.bb b/meta-python/recipes-devtools/python/python3-black_26.3.1.bb deleted file mode 100644 index 9589530d73..0000000000 --- a/meta-python/recipes-devtools/python/python3-black_26.3.1.bb +++ /dev/null @@ -1,26 +0,0 @@ -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] = "2c50f5063a9641c7eed7795014ba37b0f5fa227f3d408b968936e24bc0566b07" - -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 \ -" diff --git a/meta-python/recipes-devtools/python/python3-black_26.5.1.bb b/meta-python/recipes-devtools/python/python3-black_26.5.1.bb new file mode 100644 index 0000000000..00f027ea85 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-black_26.5.1.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] = "dd321f668053961824bcc1be1cc1df748b2d7e4fa28086b08331e577b0100a73" + +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