diff mbox series

python3-poetry-core: upgrade 1.5.2 -> 1.6.1

Message ID 20230602190408.2644121-1-tgamblin@baylibre.com
State Accepted, archived
Commit 2e26af9c67ba0ceccdda3eb8340fddb95f3864ca
Headers show
Series python3-poetry-core: upgrade 1.5.2 -> 1.6.1 | expand

Commit Message

Trevor Gamblin June 2, 2023, 7:04 p.m. UTC
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>
---
 ...hon3-poetry-core_1.5.2.bb => python3-poetry-core_1.6.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-poetry-core_1.5.2.bb => python3-poetry-core_1.6.1.bb} (90%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-poetry-core_1.5.2.bb b/meta/recipes-devtools/python/python3-poetry-core_1.6.1.bb
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 738b978690..536bc6413b 100644
--- a/meta/recipes-devtools/python/python3-poetry-core_1.5.2.bb
+++ b/meta/recipes-devtools/python/python3-poetry-core_1.6.1.bb
@@ -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}"