diff mbox series

python3-poetry-core: upgrade 1.5.0 -> 1.5.1

Message ID 1676974737-24910-5-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 9a8e7c4eb78b7615bae48050c278391e2b768adf
Headers show
Series python3-poetry-core: upgrade 1.5.0 -> 1.5.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 21, 2023, 10:18 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
Improve performance by caching parsed markers, constraints and versions (#556).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-poetry-core_1.5.0.bb => python3-poetry-core_1.5.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-poetry-core_1.5.0.bb => python3-poetry-core_1.5.1.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-poetry-core_1.5.0.bb b/meta/recipes-devtools/python/python3-poetry-core_1.5.1.bb
similarity index 95%
rename from meta/recipes-devtools/python/python3-poetry-core_1.5.0.bb
rename to meta/recipes-devtools/python/python3-poetry-core_1.5.1.bb
index 03db426b39..952ffef99d 100644
--- a/meta/recipes-devtools/python/python3-poetry-core_1.5.0.bb
+++ b/meta/recipes-devtools/python/python3-poetry-core_1.5.1.bb
@@ -19,7 +19,7 @@  LIC_FILES_CHKSUM = "\
     file://src/poetry/core/_vendor/typing_extensions.LICENSE;md5=f16b323917992e0f8a6f0071bc9913e2 \
 "
 
-SRC_URI[sha256sum] = "253521bb7104e1df81f64d7b49ea1825057c91fa156d7d0bd752fefdad6f8c7a"
+SRC_URI[sha256sum] = "41887261358863f25831fa0ad1fe7e451fc32d1c81fcf7710ba5174cc0047c6d"
 
 inherit python_poetry_core pypi
 PYPI_ARCHIVE_NAME = "poetry_core-${PV}.${PYPI_PACKAGE_EXT}"