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.
This commit is contained in:
parent
fe6f7dd6e4
commit
dfae69b7ed
3 changed files with 16 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.23 2021/09/06 11:25:22 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2021/12/16 20:21:53 adam Exp $
|
||||
|
||||
DISTNAME= zeroconf-0.36.2
|
||||
DISTNAME= zeroconf-0.37.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zeroconf/}
|
||||
|
@ -11,7 +11,6 @@ COMMENT= Pure Python Multicast DNS Service Discovery Library
|
|||
LICENSE= gnu-lgpl-v2
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-ifaddr>=0.1.7:../../net/py-ifaddr
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2021/07/02 09:54:09 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2021/12/16 20:21:53 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -29,9 +29,15 @@ ${PYSITELIB}/zeroconf/_history.pyo
|
|||
${PYSITELIB}/zeroconf/_logger.py
|
||||
${PYSITELIB}/zeroconf/_logger.pyc
|
||||
${PYSITELIB}/zeroconf/_logger.pyo
|
||||
${PYSITELIB}/zeroconf/_protocol.py
|
||||
${PYSITELIB}/zeroconf/_protocol.pyc
|
||||
${PYSITELIB}/zeroconf/_protocol.pyo
|
||||
${PYSITELIB}/zeroconf/_protocol/__init__.py
|
||||
${PYSITELIB}/zeroconf/_protocol/__init__.pyc
|
||||
${PYSITELIB}/zeroconf/_protocol/__init__.pyo
|
||||
${PYSITELIB}/zeroconf/_protocol/incoming.py
|
||||
${PYSITELIB}/zeroconf/_protocol/incoming.pyc
|
||||
${PYSITELIB}/zeroconf/_protocol/incoming.pyo
|
||||
${PYSITELIB}/zeroconf/_protocol/outgoing.py
|
||||
${PYSITELIB}/zeroconf/_protocol/outgoing.pyc
|
||||
${PYSITELIB}/zeroconf/_protocol/outgoing.pyo
|
||||
${PYSITELIB}/zeroconf/_services/__init__.py
|
||||
${PYSITELIB}/zeroconf/_services/__init__.pyc
|
||||
${PYSITELIB}/zeroconf/_services/__init__.pyo
|
||||
|
@ -62,9 +68,6 @@ ${PYSITELIB}/zeroconf/_utils/name.pyo
|
|||
${PYSITELIB}/zeroconf/_utils/net.py
|
||||
${PYSITELIB}/zeroconf/_utils/net.pyc
|
||||
${PYSITELIB}/zeroconf/_utils/net.pyo
|
||||
${PYSITELIB}/zeroconf/_utils/struct.py
|
||||
${PYSITELIB}/zeroconf/_utils/struct.pyc
|
||||
${PYSITELIB}/zeroconf/_utils/struct.pyo
|
||||
${PYSITELIB}/zeroconf/_utils/time.py
|
||||
${PYSITELIB}/zeroconf/_utils/time.pyc
|
||||
${PYSITELIB}/zeroconf/_utils/time.pyo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.25 2021/10/26 11:06:46 nia Exp $
|
||||
$NetBSD: distinfo,v 1.26 2021/12/16 20:21:53 adam Exp $
|
||||
|
||||
BLAKE2s (zeroconf-0.36.2.tar.gz) = 7891c657bda483ba05d651fd31946fb2c289bd69abea916a7e1ce5373b70eb1c
|
||||
SHA512 (zeroconf-0.36.2.tar.gz) = a2aef5942f61652bde7299a373fe69b935ac734719e592dd024d839a3a5770e6271933971e55317d07e82012ac85ecb18b1d92f64244373be8e240341bafe77f
|
||||
Size (zeroconf-0.36.2.tar.gz) = 102578 bytes
|
||||
BLAKE2s (zeroconf-0.37.0.tar.gz) = 44a6386609f60f66974a7999466f71d6c4331cf267c819881e204dedccfbbcbd
|
||||
SHA512 (zeroconf-0.37.0.tar.gz) = bbab0773e8f6d7fc70422a8d2961ec685ff8a0383e2de3dc2deb58784ac30927fff30d02417aa0a121a4f1db8a7e9ee9fc84e2d3045f8d24f34b352d6bd9a074
|
||||
Size (zeroconf-0.37.0.tar.gz) = 106941 bytes
|
||||
|
|
Loading…
Reference in a new issue