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.5.1.bb | 21 --------------------- .../python/python3-multidict_6.6.3.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-multidict_6.5.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-multidict_6.6.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.5.1.bb b/meta-python/recipes-devtools/python/python3-multidict_6.5.1.bb deleted file mode 100644 index 2a21b39471..0000000000 --- a/meta-python/recipes-devtools/python/python3-multidict_6.5.1.bb +++ /dev/null @@ -1,21 +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 - -PV .= "+git" - -SRCREV = "df0379fe7f27682359e3298a9ad1507f650cc690" -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" 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