diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-04-07 17:16:58 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-07 12:21:20 -0700 |
commit | a599093e790c0af95c2d3cfa32a14a53acae3401 (patch) | |
tree | 4e8165edf86d29dfaf1f6251f9876e8721cf0f01 /meta-python/recipes-devtools/python | |
parent | eff048d951048c55a0f5700997db789cc1e7c8fc (diff) | |
download | meta-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')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb (renamed from meta-python/recipes-devtools/python/python3-multidict_6.2.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.2.0.bb b/meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb index 8b30574020..4e4d69bbd4 100644 --- a/meta-python/recipes-devtools/python/python3-multidict_6.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb | |||
@@ -8,7 +8,7 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest | |||
8 | 8 | ||
9 | PV .= "+git" | 9 | PV .= "+git" |
10 | 10 | ||
11 | SRCREV = "af07d5b2b18bb30e041983db2bea1fcb3e1c4b79" | 11 | SRCREV = "0d667589cd02c8ce8251226f8f64fd86afd7ffa3" |
12 | PYPI_SRC_URI = "git://github.com/aio-libs/multidict;branch=master;protocol=https" | 12 | PYPI_SRC_URI = "git://github.com/aio-libs/multidict;branch=master;protocol=https" |
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||