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:40:05 +0100 |
commit | 2e26af9c67ba0ceccdda3eb8340fddb95f3864ca (patch) | |
tree | 1b008c443d9db56a57414a4a0bd974315ba5535d | |
parent | 434aaf5e02332a54a17a2812969165f6f6b3674b (diff) | |
download | openembedded-core-2e26af9c67ba0ceccdda3eb8340fddb95f3864ca.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.
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-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 = "\ 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}" |