From ba9595e6686c9e9ec74673f794f773140c846ba6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 7 Jul 2025 17:06:46 +0800 Subject: python3-multidict: upgrade 6.5.1 -> 6.6.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-multidict_6.6.3.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-multidict_6.6.3.bb (limited to 'meta-python/recipes-devtools/python/python3-multidict_6.6.3.bb') diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.6.3.bb b/meta-python/recipes-devtools/python/python3-multidict_6.6.3.bb new file mode 100644 index 0000000000..5b262ed933 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-multidict_6.6.3.bb @@ -0,0 +1,21 @@ +SUMMARY = "Multidicts are useful for working with HTTP headers, URL query args etc." +HOMEPAGE = "https://github.com/aio-libs/multidict/" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b4fef6e4b0828c2401fb983363985b39" + +inherit pypi python_setuptools_build_meta ptest-python-pytest + +PV .= "+git" + +SRCREV = "dbd686f37c1bc14355dce9c16dbbfae82f11dc00" +PYPI_SRC_URI = "git://github.com/aio-libs/multidict;branch=master;protocol=https" +S = "${UNPACKDIR}/python3-multidict-${PV}" + +RDEPENDS:${PN}-ptest += " \ + python3-objgraph \ + python3-pytest-cov \ + python3-pytest-codspeed \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf