]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-hatchling: upgrade 1.18.0 -> 1.20.0
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 19 Dec 2023 09:40:58 +0000 (17:40 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Dec 2023 08:43:38 +0000 (08:43 +0000)
Changelog:
==========
-Add bypass-selection option to the wheel build target to allow for empty
 (metadata-only) wheels
-Fix regression in 1.19.1 that allowed exclude to count toward inclusion
 selection, thus bypassing the default inclusion selection heuristics
-Fix writing optional dependency core metadata in situations where there
 are multiple environment markers

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-hatchling_1.20.0.bb [moved from meta/recipes-devtools/python/python3-hatchling_1.18.0.bb with 85% similarity]

similarity index 85%
rename from meta/recipes-devtools/python/python3-hatchling_1.18.0.bb
rename to meta/recipes-devtools/python/python3-hatchling_1.20.0.bb
index c94e49dab3a146334bfc4c120c05fe4c252a2ce4..6c1db9b801eccbda96dc6d74136d4c9b16678137 100644 (file)
@@ -8,7 +8,7 @@ inherit pypi python_hatchling
 DEPENDS += "python3-pluggy-native python3-pathspec-native python3-packaging-native python3-editables-native python3-trove-classifiers-native"
 DEPENDS:remove:class-native = "python3-hatchling-native"
 
-SRC_URI[sha256sum] = "50e99c3110ce0afc3f7bdbadff1c71c17758e476731c27607940cfa6686489ca"
+SRC_URI[sha256sum] = "0e0893cbe3d5f9275fc0e5b629087fc23b17abd7065e4db0a310e0a0237bc945"
 
 do_compile:prepend() {
     export PYTHONPATH=src