diff mbox series

[meta-python] python3-zeroconf: upgrade 0.97.0 -> 0.112.0

Message ID 1695110331-8371-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-zeroconf: upgrade 0.97.0 -> 0.112.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 19, 2023, 7:58 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../{python3-zeroconf_0.97.0.bb => python3-zeroconf_0.112.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-zeroconf_0.97.0.bb => python3-zeroconf_0.112.0.bb} (82%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.97.0.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.112.0.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-zeroconf_0.97.0.bb
rename to meta-python/recipes-devtools/python/python3-zeroconf_0.112.0.bb
index 9662c3fe3d..6ff4fffb08 100644
--- a/meta-python/recipes-devtools/python/python3-zeroconf_0.97.0.bb
+++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.112.0.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/jstasiak/python-zeroconf"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=6517bdc8f2416f27ab725d4702f7aac3"
 
-SRC_URI[sha256sum] = "9a06cd21182250100df6c4f4e9de2a47a0ea927c7d5a0446035bb3dfcc17a647"
+SRC_URI[sha256sum] = "f2457ed290c70dbca686b411f2351c3ff9f367afaae668d75cf378e9a439b8aa"
 
 inherit pypi setuptools3