diff mbox series

[meta-python,14/37] python3-aiohappyeyeballs: upgrade 2.6.2 -> 2.7.1

Message ID 20260708094508.2060-14-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/37] bcc: upgrade 0.36.1 -> 0.37.0 | expand

Commit Message

Wang Mingyu July 8, 2026, 9:44 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 ...happyeyeballs_2.6.2.bb => python3-aiohappyeyeballs_2.7.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-aiohappyeyeballs_2.6.2.bb => python3-aiohappyeyeballs_2.7.1.bb} (81%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.6.2.bb b/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.7.1.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.6.2.bb
rename to meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.7.1.bb
index 05edac0c5b..918c11f96b 100644
--- a/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.6.2.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.7.1.bb
@@ -4,7 +4,7 @@  HOMEPAGE = "https://github.com/aio-libs/aiohappyeyeballs"
 LICENSE = "PSF-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2"
 
-SRC_URI[sha256sum] = "e202810ee718bd01fc6ef49e8ea53d023d5cb6b581076d7925aa499fa55dbe64"
+SRC_URI[sha256sum] = "065665c041c42a5938ed220bdcd7230f22527fbec085e1853d2402c8a3615d9d"
 
 inherit pypi python_poetry_core