From c8f4ed9e2cf2a56a83e6a5160f204e17158debb5c5cf528a7263cd2ea6d345a2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 26 Nov 2020 08:51:49 +0000 Subject: [PATCH] - update to 0.28.6: * Loosened service name validation when receiving from the network this lets us handle some real world devices previously causing errors * Enabled ignoring duplicated messages which decreases CPU usage * Fixed spurious AttributeError: module 'unittest' has no attribute 'mock' * Improved cache reaper performance significantly OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=38 --- python-zeroconf-0.28.3.tar.gz | 3 --- python-zeroconf-0.28.6.tar.gz | 3 +++ python-zeroconf.changes | 10 ++++++++++ python-zeroconf.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 python-zeroconf-0.28.3.tar.gz create mode 100644 python-zeroconf-0.28.6.tar.gz diff --git a/python-zeroconf-0.28.3.tar.gz b/python-zeroconf-0.28.3.tar.gz deleted file mode 100644 index 274355d..0000000 --- a/python-zeroconf-0.28.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a9e2580e862a7e548cc282373f225aa470e26ffcae9f5c31d2539d3c5ee0cb5 -size 58784 diff --git a/python-zeroconf-0.28.6.tar.gz b/python-zeroconf-0.28.6.tar.gz new file mode 100644 index 0000000..5415431 --- /dev/null +++ b/python-zeroconf-0.28.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9971344cb69132a68fac928522ca423c97db0f02310ee15b8551a6a63f8898a2 +size 60132 diff --git a/python-zeroconf.changes b/python-zeroconf.changes index 4109c25..0e61d36 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Nov 26 08:50:58 UTC 2020 - Dirk Mueller + +- update to 0.28.6: + * Loosened service name validation when receiving from the network this lets us handle + some real world devices previously causing errors + * Enabled ignoring duplicated messages which decreases CPU usage + * Fixed spurious AttributeError: module 'unittest' has no attribute 'mock' + * Improved cache reaper performance significantly + ------------------------------------------------------------------- Wed Sep 16 11:22:18 UTC 2020 - Dirk Mueller diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 02f9c98..50c42b2 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.28.3 +Version: 0.28.6 Release: 0 Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) License: LGPL-2.0-only