summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-12 15:39:36 +0800
committerKhem Raj <raj.khem@gmail.com>2022-12-12 11:17:23 -0800
commit5d6cc874c101f6b547ec6d62044bb837b7b86243 (patch)
tree9e558987420bdb5bf444ea30696e71929b6431c4 /meta-python
parent68d670ea45d528789e399030e9022406d883f63b (diff)
downloadmeta-openembedded-5d6cc874c101f6b547ec6d62044bb837b7b86243.tar.gz
python3-yarl: upgrade 1.8.1 -> 1.8.2
Changelog: Add support for python3.11 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-yarl_1.8.2.bb (renamed from meta-python/recipes-devtools/python/python3-yarl_1.8.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.8.1.bb b/meta-python/recipes-devtools/python/python3-yarl_1.8.2.bb
index 66ee46b44..6f6f85d78 100644
--- a/meta-python/recipes-devtools/python/python3-yarl_1.8.1.bb
+++ b/meta-python/recipes-devtools/python/python3-yarl_1.8.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/aio-libs/yarl/"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e581798a7b985311f29fa3e163ea27ae" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=e581798a7b985311f29fa3e163ea27ae"
5 5
6SRC_URI[sha256sum] = "af887845b8c2e060eb5605ff72b6f2dd2aab7a761379373fd89d314f4752abbf" 6SRC_URI[sha256sum] = "49d43402c6e3013ad0978602bf6bf5328535c48d192304b91b97a3c6790b1562"
7 7
8SRC_URI += "file://run-ptest" 8SRC_URI += "file://run-ptest"
9 9