14
0

- update to 0.39.1:

* Switch to using async_timeout for timeouts 
  * Significantly reduces the number of asyncio tasks that are created when
  * using ServiceInfo or AsyncServiceInfo
  * Performance improvements for constructing outgoing packet data

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=65
This commit is contained in:
2022-09-17 07:30:02 +00:00
committed by Git OBS Bridge
parent 4a6c6d0939
commit bde8917676
6 changed files with 17 additions and 9 deletions

View File

@@ -20,7 +20,7 @@
%define skip_python2 1
%define skip_python36 1
Name: python-zeroconf
Version: 0.38.7
Version: 0.39.1
Release: 0
Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)
License: LGPL-2.0-only