summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-05-27 17:47:30 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-31 03:08:50 -0700
commitbb9bb85468d0758657130f78fd264e8ee63995dc (patch)
treeb41dc6104c33fabfd63114aef06dd88b07ffeb25 /meta-python/recipes-devtools
parentf553e9bdd652e06eee26c963992dfcc01a3724c7 (diff)
downloadmeta-openembedded-bb9bb85468d0758657130f78fd264e8ee63995dc.tar.gz
python3-aiohappyeyeballs: upgrade 2.6.1 -> 2.6.2
Changelog: ========== - Clear error on empty addr_infos in start_connection - Stop verify_no_lingering_tasks from leaking an event loop - Optimize obtaining event-loop down to 1 line Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.6.2.bb (renamed from meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.6.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.6.1.bb b/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.6.2.bb
index 441016fd23..05edac0c5b 100644
--- a/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.6.2.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/aio-libs/aiohappyeyeballs"
4LICENSE = "PSF-2.0" 4LICENSE = "PSF-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2"
6 6
7SRC_URI[sha256sum] = "c3f9d0113123803ccadfdf3f0faa505bc78e6a72d1cc4806cbd719826e943558" 7SRC_URI[sha256sum] = "e202810ee718bd01fc6ef49e8ea53d023d5cb6b581076d7925aa499fa55dbe64"
8 8
9inherit pypi python_poetry_core 9inherit pypi python_poetry_core
10 10