summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-04-07 17:16:58 +0800
committerKhem Raj <raj.khem@gmail.com>2025-04-07 12:21:20 -0700
commita599093e790c0af95c2d3cfa32a14a53acae3401 (patch)
tree4e8165edf86d29dfaf1f6251f9876e8721cf0f01 /meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb
parenteff048d951048c55a0f5700997db789cc1e7c8fc (diff)
downloadmeta-openembedded-a599093e790c0af95c2d3cfa32a14a53acae3401.tar.gz
python3-multidict: upgrade 6.2.0 -> 6.3.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb b/meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb
new file mode 100644
index 0000000000..4e4d69bbd4
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb
@@ -0,0 +1,20 @@
1SUMMARY = "Multidicts are useful for working with HTTP headers, URL query args etc."
2HOMEPAGE = "https://github.com/aio-libs/multidict/"
3
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=b4fef6e4b0828c2401fb983363985b39"
6
7inherit pypi python_setuptools_build_meta ptest-python-pytest
8
9PV .= "+git"
10
11SRCREV = "0d667589cd02c8ce8251226f8f64fd86afd7ffa3"
12PYPI_SRC_URI = "git://github.com/aio-libs/multidict;branch=master;protocol=https"
13S = "${WORKDIR}/git"
14
15RDEPENDS:${PN}-ptest += " \
16 python3-pytest-cov \
17 python3-pytest-codspeed \
18"
19
20BBCLASSEXTEND = "native nativesdk"