]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-poetry-core: upgrade 1.5.2 -> 1.6.1
authorTrevor Gamblin <tgamblin@baylibre.com>
Fri, 2 Jun 2023 19:04:08 +0000 (15:04 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Jun 2023 22:40:05 +0000 (23:40 +0100)
Changelog: https://github.com/python-poetry/poetry-core/blob/main/CHANGELOG.md

Notably, the project replaced its use of tomlkit with tomli, so the
LICENSEs and associated checksums had to be changed.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/python/python3-poetry-core_1.6.1.bb [moved from meta/recipes-devtools/python/python3-poetry-core_1.5.2.bb with 90% similarity]

similarity index 90%
rename from meta/recipes-devtools/python/python3-poetry-core_1.5.2.bb
rename to meta/recipes-devtools/python/python3-poetry-core_1.6.1.bb
index 738b97869003bcc1d5038ba7cb6ebbb50f9b02d0..536bc6413be2007dd2ba4a84bc946609904ca79f 100644 (file)
@@ -15,11 +15,11 @@ LIC_FILES_CHKSUM = "\
     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/pyrsistent/LICENSE.mit;md5=b695eb9c6e7a6fb1b1bc2d193c42776e \
-    file://src/poetry/core/_vendor/tomlkit/LICENSE;md5=31aac0dbc1babd278d5386dadb7f8e82 \
+    file://src/poetry/core/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \
     file://src/poetry/core/_vendor/typing_extensions.LICENSE;md5=f16b323917992e0f8a6f0071bc9913e2 \
 "
 
-SRC_URI[sha256sum] = "c6556c3b1ec5b8668e6ef5a4494726bc41d31907339425e194e78a6178436c14"
+SRC_URI[sha256sum] = "0f9b0de39665f36d6594657e7d57b6f463cc10f30c28e6d1c3b9ff54c26c9ac3"
 
 inherit python_poetry_core pypi
 PYPI_ARCHIVE_NAME = "poetry_core-${PV}.${PYPI_PACKAGE_EXT}"