Files
meta-openembedded/meta-python/recipes-devtools/python/python3-zeroconf_0.149.17.bb
T
Leon Anavi 912e9a5072 python3-zeroconf: Upgrade 0.149.16 -> 0.149.17
- Precompute address hash instead of per-instance lru_cache
- Add benchmarks for cache mark-to-expire path
- Add benchmarks for ipaddress object creation and hashing
- Synchronise test_integration on browser first-query

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-23 00:45:58 -07:00

14 lines
464 B
BlitzBasic

SUMMARY = "Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
HOMEPAGE = "https://github.com/jstasiak/python-zeroconf"
LICENSE = "LGPL-2.1-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=9fe712b1bc27c5c4e9ecd7f31d208900"
SRC_URI[sha256sum] = "f10e58071bc5e749176b8dc8d7e7ed4d2e6b507dde20fd8169b760cf4f7f4c5a"
inherit pypi python_poetry_core cython
RDEPENDS:${PN} += " \
python3-ifaddr (>=0.1.7) \
python3-async-timeout \
"