From 61a8441b96e7be6524ab8e6d2535df3c879aa176 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 12 Dec 2022 15:38:33 +0800 Subject: [PATCH] python3-multidict: upgrade 6.0.2 -> 6.0.3 Changelog: Declared the official support for Python 3.11 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-multidict_6.0.2.bb => python3-multidict_6.0.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-multidict_6.0.2.bb => python3-multidict_6.0.3.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.0.2.bb b/meta-python/recipes-devtools/python/python3-multidict_6.0.3.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-multidict_6.0.2.bb rename to meta-python/recipes-devtools/python/python3-multidict_6.0.3.bb index b0e111d64..d54a673b4 100644 --- a/meta-python/recipes-devtools/python/python3-multidict_6.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-multidict_6.0.3.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/aio-libs/multidict/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=84c63e2bcd84e619d249af5181e2147f" -SRC_URI[sha256sum] = "5ff3bd75f38e4c43f1f470f2df7a4d430b821c4ce22be384e1459cb57d6bb013" +SRC_URI[sha256sum] = "2523a29006c034687eccd3ee70093a697129a3ffe8732535d3b2df6a4ecc279d" inherit pypi setuptools3 ptest