python3-aiohappyeyeballs: upgrade 2.6.2 -> 2.7.1

Changelog:
===========
- Use defaultdict to help with performance
- Simplify _interleave_addrinfos family grouping
- Collapse collect-then-remove pattern in utils helpers
- Merge identical except blocks in _connect_sock cleanup
- Add python 3.14 support

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Wang Mingyu
2026-07-08 17:44:24 +08:00
committed by Khem Raj
parent 9a28381414
commit 444365724b
@@ -0,0 +1,12 @@
SUMMARY = "Happy Eyeballs"
DESCRIPTION = "This library exists to allow connecting with Happy Eyeballs when you already have a list of addrinfo and not a DNS name."
HOMEPAGE = "https://github.com/aio-libs/aiohappyeyeballs"
LICENSE = "PSF-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2"
SRC_URI[sha256sum] = "065665c041c42a5938ed220bdcd7230f22527fbec085e1853d2402c8a3615d9d"
inherit pypi python_poetry_core
BBCLASSEXTEND = "native nativesdk"