From af77c711ce39bac1253121fc318fab1a4a07c82e Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Tue, 5 Sep 2023 13:30:47 -0400 Subject: [PATCH] python3-poetry: upgrade 1.6.1 -> 1.7.0 Changelog: https://github.com/python-poetry/poetry-core/blob/main/CHANGELOG.md typing_extensions was removed in commit a06650d when support for Python 3.7 was dropped, so that specific md5sum isn't required anymore. Signed-off-by: Trevor Gamblin Signed-off-by: Richard Purdie --- ...thon3-poetry-core_1.6.1.bb => python3-poetry-core_1.7.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-poetry-core_1.6.1.bb => python3-poetry-core_1.7.0.bb} (90%) diff --git a/meta/recipes-devtools/python/python3-poetry-core_1.6.1.bb b/meta/recipes-devtools/python/python3-poetry-core_1.7.0.bb similarity index 90% rename from meta/recipes-devtools/python/python3-poetry-core_1.6.1.bb rename to meta/recipes-devtools/python/python3-poetry-core_1.7.0.bb index 536bc6413be..40b6355f4b7 100644 --- a/meta/recipes-devtools/python/python3-poetry-core_1.6.1.bb +++ b/meta/recipes-devtools/python/python3-poetry-core_1.7.0.bb @@ -16,10 +16,9 @@ LIC_FILES_CHKSUM = "\ 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/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \ - file://src/poetry/core/_vendor/typing_extensions.LICENSE;md5=f16b323917992e0f8a6f0071bc9913e2 \ " -SRC_URI[sha256sum] = "0f9b0de39665f36d6594657e7d57b6f463cc10f30c28e6d1c3b9ff54c26c9ac3" +SRC_URI[sha256sum] = "8f679b83bd9c820082637beca1204124d5d2a786e4818da47ec8acefd0353b74" inherit python_poetry_core pypi PYPI_ARCHIVE_NAME = "poetry_core-${PV}.${PYPI_PACKAGE_EXT}" -- 2.47.2