summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-03-15 19:11:21 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-16 08:13:12 +0000
commitc703be6ae8613d3cab1967ea17cee7e15e074897 (patch)
treebe951e7927627463f5cd42bd9d3a48b2b1460858 /meta
parent4b9fbcaea0a33092cc6a7739c5ea81b71be64daf (diff)
downloadpoky-c703be6ae8613d3cab1967ea17cee7e15e074897.tar.gz
python3-poetry-core: upgrade 1.5.1 -> 1.5.2
Fixed ======= Fix an issue where wheels built on Windows could contain duplicate entries in the RECORD file (#555). (From OE-Core rev: 8270be34afa7ccde7306f31387b2082971caa239) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3-poetry-core_1.5.2.bb (renamed from meta/recipes-devtools/python/python3-poetry-core_1.5.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-poetry-core_1.5.1.bb b/meta/recipes-devtools/python/python3-poetry-core_1.5.2.bb
index 952ffef99d..738b978690 100644
--- a/meta/recipes-devtools/python/python3-poetry-core_1.5.1.bb
+++ b/meta/recipes-devtools/python/python3-poetry-core_1.5.2.bb
@@ -19,7 +19,7 @@ LIC_FILES_CHKSUM = "\
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
22SRC_URI[sha256sum] = "41887261358863f25831fa0ad1fe7e451fc32d1c81fcf7710ba5174cc0047c6d" 22SRC_URI[sha256sum] = "c6556c3b1ec5b8668e6ef5a4494726bc41d31907339425e194e78a6178436c14"
23 23
24inherit python_poetry_core pypi 24inherit python_poetry_core pypi
25PYPI_ARCHIVE_NAME = "poetry_core-${PV}.${PYPI_PACKAGE_EXT}" 25PYPI_ARCHIVE_NAME = "poetry_core-${PV}.${PYPI_PACKAGE_EXT}"