From aae081512bb5d86d11c2258ecb66882a7dfddc67993a25d8b88643f02c783f1c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 29 Nov 2021 11:11:24 +0000 Subject: [PATCH] - update to 0.37.0: * Adding a listener that does not inherit from RecordUpdateListener now logs an error * The NotRunningException exception is now thrown when Zeroconf is not running (#1033) @bdraco * 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=56 --- _service | 4 ++-- python-zeroconf-0.36.12.obscpio | 3 --- python-zeroconf-0.37.0.obscpio | 3 +++ python-zeroconf.changes | 13 +++++++++++++ python-zeroconf.obsinfo | 6 +++--- python-zeroconf.spec | 2 +- 6 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 python-zeroconf-0.36.12.obscpio create mode 100644 python-zeroconf-0.37.0.obscpio diff --git a/_service b/_service index dc6c2fa..b906de6 100644 --- a/_service +++ b/_service @@ -2,8 +2,8 @@ https://github.com/jstasiak/python-zeroconf git - 0.36.12 - 0.36.12 + 0.37.0 + 0.37.0 diff --git a/python-zeroconf-0.36.12.obscpio b/python-zeroconf-0.36.12.obscpio deleted file mode 100644 index 9c04eb3..0000000 --- a/python-zeroconf-0.36.12.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5877c038d6cf698c031688a435f937ad47989be11c6547b393430c33246a7c8f -size 659468 diff --git a/python-zeroconf-0.37.0.obscpio b/python-zeroconf-0.37.0.obscpio new file mode 100644 index 0000000..37ad8d2 --- /dev/null +++ b/python-zeroconf-0.37.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33b4f7755b1fe23b9c88308f3cd4513497d9e19ec3c6a05bd54316237280424 +size 668172 diff --git a/python-zeroconf.changes b/python-zeroconf.changes index 8e9a3aa..088ae33 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Nov 29 11:04:03 UTC 2021 - Dirk Müller + +- update to 0.37.0: + * Adding a listener that does not inherit from RecordUpdateListener now logs + an error + * The NotRunningException exception is now thrown when Zeroconf is not + running (#1033) @bdraco + * 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 + ------------------------------------------------------------------- Sat Nov 6 18:15:23 UTC 2021 - Dirk Müller diff --git a/python-zeroconf.obsinfo b/python-zeroconf.obsinfo index 77b8035..384c1c0 100644 --- a/python-zeroconf.obsinfo +++ b/python-zeroconf.obsinfo @@ -1,5 +1,5 @@ name: python-zeroconf -version: 0.36.12 -mtime: 1636089064 -commit: 8b0dc48ed42d8edc78750122eb5685a50c3cdc11 +version: 0.37.0 +mtime: 1637267453 +commit: 2996e642f6b1abba1dbb8242ccca4cd4b96696f6 diff --git a/python-zeroconf.spec b/python-zeroconf.spec index fd46c58..079036e 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-zeroconf -Version: 0.36.12 +Version: 0.37.0 Release: 0 Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) License: LGPL-2.0-only