diff mbox series

[3/5] python3-poetry-core: upgrade 1.5.1 -> 1.5.2

Message ID ac88a968568448e6c6f55a1a892835ec2caab468.1678928363.git.tim.orling@konsulko.com
State Accepted, archived
Commit 8270be34afa7ccde7306f31387b2082971caa239
Headers show
Series [1/5] python3-pytest: upgrade 7.2.1 -> 7.2.2 | expand

Commit Message

Tim Orling March 16, 2023, 1:02 a.m. UTC
https://github.com/python-poetry/poetry-core/blob/main/CHANGELOG.md#152---2023-03-13

1.5.2 - 2023-03-13
Fixed
* Fix an issue where wheels built on Windows could contain duplicate entries
  in the RECORD file (#555).

https://github.com/python-poetry/poetry-core/pull/555

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 ...ython3-poetry-core_1.5.1.bb => python3-poetry-core_1.5.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-poetry-core_1.5.1.bb => python3-poetry-core_1.5.2.bb} (95%)
diff mbox series

Patch

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
similarity index 95%
rename from meta/recipes-devtools/python/python3-poetry-core_1.5.1.bb
rename to meta/recipes-devtools/python/python3-poetry-core_1.5.2.bb
index 952ffef99da..738b9786900 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 = "\
     file://src/poetry/core/_vendor/typing_extensions.LICENSE;md5=f16b323917992e0f8a6f0071bc9913e2 \
 "
 
-SRC_URI[sha256sum] = "41887261358863f25831fa0ad1fe7e451fc32d1c81fcf7710ba5174cc0047c6d"
+SRC_URI[sha256sum] = "c6556c3b1ec5b8668e6ef5a4494726bc41d31907339425e194e78a6178436c14"
 
 inherit python_poetry_core pypi
 PYPI_ARCHIVE_NAME = "poetry_core-${PV}.${PYPI_PACKAGE_EXT}"