Path to this page:
Subject: CVS commit: pkgsrc/net/py-zeroconf
From: Adam Ciarcinski
Date: 2021-12-16 21:21:53
Message id: 20211216202153.35C2FFAEC@cvs.NetBSD.org
Log Message:
py-zeroconf: updated to 0.37.0
0.37.0
Technically backwards incompatible:
Adding a listener that does not inherit from RecordUpdateListener now logs an error
The NotRunningException exception is now thrown when Zeroconf is not running
Before this change the consumer would get a timeout or an EventLoopBlocked
exception when calling ServiceInfo.*request when the instance had already been \
shutdown
or had failed to startup.
The EventLoopBlocked exception is now thrown when a coroutine times out
Previously concurrent.futures.TimeoutError would have been raised
instead. This is never expected to happen during normal operation.
Files: