forked from pool/python-zeroconf
- update to 0.28.3:
* Reduced a time an internal lock is held which should eliminate deadlocks in high-traffic networks. * Stopped asking questions we already have answers for in cache, thanks to Paul Daumlechner. * Removed initial delay before querying for service info, thanks to Erik Montnemery. * Fixed a resource leak connected to using ServiceBrowser with multiple types OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=36
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:be27f3e9a81eaa7de3a9761662fce3936ea517471a700bedb6ae01bb3f9e2b1c
|
|
||||||
size 57295
|
|
||||||
3
python-zeroconf-0.28.3.tar.gz
Normal file
3
python-zeroconf-0.28.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4a9e2580e862a7e548cc282373f225aa470e26ffcae9f5c31d2539d3c5ee0cb5
|
||||||
|
size 58784
|
||||||
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 11:22:18 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.28.3:
|
||||||
|
* Reduced a time an internal lock is held which should eliminate deadlocks in high-traffic networks.
|
||||||
|
* Stopped asking questions we already have answers for in cache, thanks to Paul Daumlechner.
|
||||||
|
* Removed initial delay before querying for service info, thanks to Erik Montnemery.
|
||||||
|
* Fixed a resource leak connected to using ServiceBrowser with multiple types
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 21 10:13:44 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
Tue Jul 21 10:13:44 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-zeroconf
|
Name: python-zeroconf
|
||||||
Version: 0.28.0
|
Version: 0.28.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)
|
Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)
|
||||||
License: LGPL-2.0-only
|
License: LGPL-2.0-only
|
||||||
|
|||||||
Reference in New Issue
Block a user