diff options
author | Trevor Gamblin <tgamblin@baylibre.com> | 2023-06-02 15:04:08 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-07 23:41:20 +0100 |
commit | ad31564d41dbef4b66a5bf88d05bd643adb3ab92 (patch) | |
tree | db9e30a441493db1623f688b76d61103dd01aa86 /meta/recipes-devtools | |
parent | b970e21017a29bde25b5317b67f29cf834b350d3 (diff) | |
download | poky-ad31564d41dbef4b66a5bf88d05bd643adb3ab92.tar.gz |
python3-poetry-core: upgrade 1.5.2 -> 1.6.1
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.
(From OE-Core rev: 2e26af9c67ba0ceccdda3eb8340fddb95f3864ca)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-poetry-core_1.6.1.bb (renamed from meta/recipes-devtools/python/python3-poetry-core_1.5.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
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 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 = "\ | |||
15 | file://src/poetry/core/_vendor/packaging/LICENSE.APACHE;md5=2ee41112a44fe7014dce33e26468ba93 \ | 15 | file://src/poetry/core/_vendor/packaging/LICENSE.APACHE;md5=2ee41112a44fe7014dce33e26468ba93 \ |
16 | file://src/poetry/core/_vendor/packaging/LICENSE.BSD;md5=7bef9bf4a8e4263634d0597e7ba100b8 \ | 16 | file://src/poetry/core/_vendor/packaging/LICENSE.BSD;md5=7bef9bf4a8e4263634d0597e7ba100b8 \ |
17 | file://src/poetry/core/_vendor/pyrsistent/LICENSE.mit;md5=b695eb9c6e7a6fb1b1bc2d193c42776e \ | 17 | file://src/poetry/core/_vendor/pyrsistent/LICENSE.mit;md5=b695eb9c6e7a6fb1b1bc2d193c42776e \ |
18 | file://src/poetry/core/_vendor/tomlkit/LICENSE;md5=31aac0dbc1babd278d5386dadb7f8e82 \ | 18 | file://src/poetry/core/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \ |
19 | file://src/poetry/core/_vendor/typing_extensions.LICENSE;md5=f16b323917992e0f8a6f0071bc9913e2 \ | 19 | file://src/poetry/core/_vendor/typing_extensions.LICENSE;md5=f16b323917992e0f8a6f0071bc9913e2 \ |
20 | " | 20 | " |
21 | 21 | ||
22 | SRC_URI[sha256sum] = "c6556c3b1ec5b8668e6ef5a4494726bc41d31907339425e194e78a6178436c14" | 22 | SRC_URI[sha256sum] = "0f9b0de39665f36d6594657e7d57b6f463cc10f30c28e6d1c3b9ff54c26c9ac3" |
23 | 23 | ||
24 | inherit python_poetry_core pypi | 24 | inherit python_poetry_core pypi |
25 | PYPI_ARCHIVE_NAME = "poetry_core-${PV}.${PYPI_PACKAGE_EXT}" | 25 | PYPI_ARCHIVE_NAME = "poetry_core-${PV}.${PYPI_PACKAGE_EXT}" |