From 1fb4f8f84feba8909ae63e81689eddf11069b963 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 18 Nov 2025 17:08:33 +0800 Subject: python3-black: upgrade 25.9.0 -> 25.11.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-black_25.11.0.bb | 23 ++++++++++++++++++++++ .../python/python3-black_25.9.0.bb | 23 ---------------------- 2 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-black_25.11.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-black_25.9.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-black_25.11.0.bb b/meta-python/recipes-devtools/python/python3-black_25.11.0.bb new file mode 100644 index 0000000000..ce8130d54a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-black_25.11.0.bb @@ -0,0 +1,23 @@ +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" + +DEPENDS = "python3-hatch-vcs-native python3-hatchling-native" +SRC_URI[sha256sum] = "9a323ac32f5dc75ce7470501b887250be5005a01602e931a15e45593f70f6e08" + +inherit pypi python_hatchling + +DEPENDS += "python3-hatch-fancy-pypi-readme-native" + +PYPI_PACKAGE = "black" + +RDEPENDS:${PN} = "python3-click \ + python3-mypy-extensions \ + python3-packaging \ + python3-pathspec \ + python3-platformdirs \ + python3-tomli \ + python3-typing-extensions \ + " diff --git a/meta-python/recipes-devtools/python/python3-black_25.9.0.bb b/meta-python/recipes-devtools/python/python3-black_25.9.0.bb deleted file mode 100644 index 3925a9ff0b..0000000000 --- a/meta-python/recipes-devtools/python/python3-black_25.9.0.bb +++ /dev/null @@ -1,23 +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" - -DEPENDS = "python3-hatch-vcs-native python3-hatchling-native" -SRC_URI[sha256sum] = "0474bca9a0dd1b51791fcc507a4e02078a1c63f6d4e4ae5544b9848c7adfb619" - -inherit pypi python_hatchling - -DEPENDS += "python3-hatch-fancy-pypi-readme-native" - -PYPI_PACKAGE = "black" - -RDEPENDS:${PN} = "python3-click \ - python3-mypy-extensions \ - python3-packaging \ - python3-pathspec \ - python3-platformdirs \ - python3-tomli \ - python3-typing-extensions \ - " -- cgit v1.2.3-54-g00ecf