14
0

- 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
This commit is contained in:
2020-11-26 08:51:49 +00:00
committed by Git OBS Bridge
parent ecd1e68293
commit c8f4ed9e2c
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4a9e2580e862a7e548cc282373f225aa470e26ffcae9f5c31d2539d3c5ee0cb5
size 58784

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9971344cb69132a68fac928522ca423c97db0f02310ee15b8551a6a63f8898a2
size 60132

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Nov 26 08:50:58 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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