summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-zeroconf_0.112.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-09-19 15:58:51 +0800
committerKhem Raj <raj.khem@gmail.com>2023-09-20 15:34:03 -0700
commit31246c1bb0688488181a11481d2f21875f29daaa (patch)
tree7873a1cbb89de5bf8971be6d937e1f2feeee1beb /meta-python/recipes-devtools/python/python3-zeroconf_0.112.0.bb
parentd137187a19dc45fc63d20948715e56440edc06ee (diff)
downloadmeta-openembedded-31246c1bb0688488181a11481d2f21875f29daaa.tar.gz
python3-zeroconf: upgrade 0.97.0 -> 0.112.0
Changelog: ============ Improve AsyncServiceBrowser performance (#1273) (0c88ecf) Speed up question and answer internals (#1272) (d24722b) Small speed ups to ServiceBrowser (#1271) (22c433d) Speed up ServiceBrowsers with a cython pxd (#1270) (4837876) Improve performance of constructing outgoing queries (#1267) (00c439a) Speed up responding to queries (#1266) (24a0a00) Speed up answering questions (#1265) (37bfaf2) Speed up ServiceInfo with a cython pxd (#1264) (7ca690a) Speed up generating answers (#1262) (50a8f06) Avoid calling get_running_loop when resolving ServiceInfo (#1261) (33a2714) Significantly speed up writing outgoing dns records (#1260) (bf2f366) Speed up writing outgoing dns records (#1259) (248655f) Small speed up to writing outgoing dns records (#1258) (1ed6bd2) Reduce IP Address parsing overhead in ServiceInfo (#1257) (83d0b7f) Speed up decoding incoming packets (#1256) (ac081cf) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-zeroconf_0.112.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-zeroconf_0.112.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.112.0.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.112.0.bb
new file mode 100644
index 0000000000..6ff4fffb08
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.112.0.bb
@@ -0,0 +1,14 @@
1SUMMARY = "Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
2HOMEPAGE = "https://github.com/jstasiak/python-zeroconf"
3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=6517bdc8f2416f27ab725d4702f7aac3"
5
6SRC_URI[sha256sum] = "f2457ed290c70dbca686b411f2351c3ff9f367afaae668d75cf378e9a439b8aa"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += " \
11 ${PYTHON_PN}-ifaddr \
12 ${PYTHON_PN}-asyncio \
13 ${PYTHON_PN}-async-timeout \
14"