From e86ca5c5442e1927f06559ca2be140794c523df0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 27 Jan 2026 17:43:35 +0800 Subject: python3-multidict: upgrade 6.7.0 -> 6.7.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-multidict_6.7.0.bb | 18 ------------------ .../recipes-devtools/python/python3-multidict_6.7.1.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-multidict_6.7.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-multidict_6.7.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.7.0.bb b/meta-python/recipes-devtools/python/python3-multidict_6.7.0.bb deleted file mode 100644 index 821a880291..0000000000 --- a/meta-python/recipes-devtools/python/python3-multidict_6.7.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -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 - -SRC_URI[sha256sum] = "c6e99d9a65ca282e578dfea819cfa9c0a62b2499d8677392e09feaf305e9e6f5" - -RDEPENDS:${PN}-ptest += " \ - python3-objgraph \ - python3-psutil \ - python3-pytest-cov \ - python3-pytest-codspeed \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.7.1.bb b/meta-python/recipes-devtools/python/python3-multidict_6.7.1.bb new file mode 100644 index 0000000000..15848fefec --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-multidict_6.7.1.bb @@ -0,0 +1,18 @@ +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 + +SRC_URI[sha256sum] = "ec6652a1bee61c53a3e5776b6049172c53b6aaba34f18c9ad04f82712bac623d" + +RDEPENDS:${PN}-ptest += " \ + python3-objgraph \ + python3-psutil \ + python3-pytest-cov \ + python3-pytest-codspeed \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf