summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2022-08-17 18:35:37 +0300
committerKhem Raj <raj.khem@gmail.com>2022-08-17 09:35:42 -0700
commit330b46745ccf09ea190ebbea52003876698ce9da (patch)
treeea56ed447a560c6432191525b93f9f697f6a6ea0 /meta-python
parentf74aa93fbe8363ca2dd908914c3ea8f7be91988d (diff)
downloadmeta-openembedded-330b46745ccf09ea190ebbea52003876698ce9da.tar.gz
python3-yarl: Upgrade 1.7.2 -> 1.8.1
Upgrade to release 1.8.1: - Added URL.raw_suffix, URL.suffix, URL.raw_suffixes, URL.suffixes, URL.with_suffix - Fixed broken internal references to :meth:`~URL.human_repr` - Fixed broken external references to :doc:`multidict:index` docs Signed-off-by: Leon Anavi <leon.anavi@konsulko.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.1.bb (renamed from meta-python/recipes-devtools/python/python3-yarl_1.7.2.bb)3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.7.2.bb b/meta-python/recipes-devtools/python/python3-yarl_1.8.1.bb
index 0867d1cb53..66ee46b446 100644
--- a/meta-python/recipes-devtools/python/python3-yarl_1.7.2.bb
+++ b/meta-python/recipes-devtools/python/python3-yarl_1.8.1.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] = "45399b46d60c253327a460e99856752009fcee5f5d3c80b2f7c0cae1c38d56dd" 6SRC_URI[sha256sum] = "af887845b8c2e060eb5605ff72b6f2dd2aab7a761379373fd89d314f4752abbf"
7 7
8SRC_URI += "file://run-ptest" 8SRC_URI += "file://run-ptest"
9 9
@@ -14,6 +14,7 @@ inherit pypi ptest setuptools3
14RDEPENDS:${PN} = "\ 14RDEPENDS:${PN} = "\
15 ${PYTHON_PN}-multidict \ 15 ${PYTHON_PN}-multidict \
16 ${PYTHON_PN}-idna \ 16 ${PYTHON_PN}-idna \
17 ${PYTHON_PN}-io \
17" 18"
18 19
19RDEPENDS:${PN}-ptest += " \ 20RDEPENDS:${PN}-ptest += " \