diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-10 17:00:56 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-12 09:16:01 -0800 |
commit | a9511c249bae9ed06156ec93c231f808891b3094 (patch) | |
tree | 0408dfc4d70644512532cc26a507a88c42ca8619 /meta-python | |
parent | de63fbbfdddb909978b1e63dedabd5866eea6431 (diff) | |
download | meta-openembedded-a9511c249bae9ed06156ec93c231f808891b3094.tar.gz |
python3-black: upgrade 24.10.0 -> 25.1.0
Changelog:
https://github.com/psf/black/releases/tag/25.1.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-black_25.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-black_24.10.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-black_24.10.0.bb b/meta-python/recipes-devtools/python/python3-black_25.1.0.bb index 612a2a5ab3..f87b1e84cb 100644 --- a/meta-python/recipes-devtools/python/python3-black_24.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-black_25.1.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 | ||
7 | DEPENDS = "python3-hatch-vcs-native python3-hatchling-native" | 7 | DEPENDS = "python3-hatch-vcs-native python3-hatchling-native" |
8 | SRC_URI[sha256sum] = "846ea64c97afe3bc677b761787993be4991810ecc7a4a937816dd6bddedc4875" | 8 | SRC_URI[sha256sum] = "33496d5cd1222ad73391352b4ae8da15253c5de89b93a80b3e2c8d9a19ec2666" |
9 | 9 | ||
10 | inherit pypi python_hatchling | 10 | inherit pypi python_hatchling |
11 | 11 | ||