]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-poetry-core: upgrade 2.2.1 -> 2.3.1
authorWang Mingyu <wangmy@fujitsu.com>
Sun, 1 Feb 2026 23:49:16 +0000 (07:49 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Feb 2026 11:39:04 +0000 (11:39 +0000)
License-Update: file format changed to "ASCII text" from
                "ASCII text, with CRLF line terminators" in the lark license

Changelog:
============
- Update list of supported licenses
- Fix an issue where platform_release could not be parsed on Windows Server

[RP: merged commits, tweak whitespace and fix commit message]
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-poetry-core_2.3.1.bb [moved from meta/recipes-devtools/python/python3-poetry-core_2.2.1.bb with 88% similarity]

similarity index 88%
rename from meta/recipes-devtools/python/python3-poetry-core_2.2.1.bb
rename to meta/recipes-devtools/python/python3-poetry-core_2.3.1.bb
index 45af8768e92f314e799a0e74463ebc66713ecb81..c190bb20dcf9c39274047652922e2cd9af55c8f5 100644 (file)
@@ -8,14 +8,14 @@ LICENSE = "Apache-2.0 & BSD-2-Clause & BSD-3-Clause & MIT"
 LIC_FILES_CHKSUM = "\
     file://LICENSE;md5=78c39cfd009863ae44237a7ab1f9cedc \
     file://src/poetry/core/_vendor/fastjsonschema/LICENSE;md5=18950e8362b69c0c617b42b8bd8e7532 \
-    file://src/poetry/core/_vendor/lark/LICENSE;md5=fcfbf1e2ecc0f37acbb5871aa0267500 \
+    file://src/poetry/core/_vendor/lark/LICENSE;md5=ba5edf8d60cf416b5588b1e6f152fcef \
     file://src/poetry/core/_vendor/packaging/LICENSE;md5=faadaedca9251a90b205c9167578ce91 \
     file://src/poetry/core/_vendor/packaging/LICENSE.APACHE;md5=2ee41112a44fe7014dce33e26468ba93 \
     file://src/poetry/core/_vendor/packaging/LICENSE.BSD;md5=7bef9bf4a8e4263634d0597e7ba100b8 \
     file://src/poetry/core/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \
 "
 
-SRC_URI[sha256sum] = "97e50d8593c8729d3f49364b428583e044087ee3def1e010c6496db76bd65ac5"
+SRC_URI[sha256sum] = "96f791d5d7d4e040f3983d76779425cf9532690e2756a24fd5ca0f86af19ef82"
 
 inherit python_poetry_core pypi