From 9fde666c783f150c9d8c409c2c6d680796a99fa7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 14 Oct 2024 16:55:09 +0800 Subject: [PATCH] python3-yarl: upgrade 1.14.0 -> 1.15.1 Changelog: ========== - Improved performance of calling :py:meth:~yarl.URL.build - Improved performance of all :class:~yarl.URL methods that create new :class:~yarl.URL objects - Improved performance of :class:~yarl.URL methods that modify the network location Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-yarl_1.14.0.bb => python3-yarl_1.15.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-yarl_1.14.0.bb => python3-yarl_1.15.1.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.14.0.bb b/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-yarl_1.14.0.bb rename to meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb index 7c41edc6f2..0a15b2e34c 100644 --- a/meta-python/recipes-devtools/python/python3-yarl_1.14.0.bb +++ b/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/aio-libs/yarl/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[sha256sum] = "88c7d9d58aab0724b979ab5617330acb1c7030b79379c8138c1c8c94e121d1b3" +SRC_URI[sha256sum] = "02e1c9e36528de270c22c06aac6a5a1de8cc870fafefb5e90e5b35cb8985d0b2" SRC_URI += "file://run-ptest"