diff --git a/python-zeroconf-0.25.1.tar.gz b/python-zeroconf-0.25.1.tar.gz deleted file mode 100644 index 5137b35..0000000 --- a/python-zeroconf-0.25.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d32dbc683318e4534348d518011944467f641892574a757c19083ec6f8c25afb -size 54075 diff --git a/python-zeroconf-0.27.1.tar.gz b/python-zeroconf-0.27.1.tar.gz new file mode 100644 index 0000000..e08d9fa --- /dev/null +++ b/python-zeroconf-0.27.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8289c8b846de417f122d4ba1ff9eac1c142b9e2b559aac68bb37e8010cfa78 +size 56639 diff --git a/python-zeroconf.changes b/python-zeroconf.changes index 8cba718..012e7c2 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Jun 8 19:36:00 UTC 2020 - Dirk Mueller + +- update to 0.27.1 + * Improved the logging situation + * Large multi-resource responses are now split into separate packets which fixes a bad + mdns-repeater/ChromeCast Audio interaction ending with ChromeCast Audio crash (and possibly + some others) and improves RFC 6762 compliance, thanks to Greg Badros + * Added a warning presented when the listener passed to ServiceBrowser lacks update_service() + callback + * Added support for finding all services available in the browser example, thanks to Perry Kunder + * Removed previously deprecated ServiceInfo address constructor parameter and property + * Improved readability of logged incoming data, thanks to Erik Montnemery + * Threads are given unique names now to aid debugging, thanks to Erik Montnemery + * Fixed a regression where get_service_info() called within a listener add_service method + would deadlock, timeout and incorrectly return None, fix thanks to Erik Montnemery, but + Matt Saxon and Hmmbob were also involved in debugging it. + * Added support for multiple types to ServiceBrowser, thanks to J. Nick Koston + * Fixed a race condition where a listener gets a message before the lock is created + * Fixed a performance regression introduced in 0.26.0, thanks to J. Nick Koston (this is close in + spirit to an optimization made in 0.24.5 by the same author) + * Fixed a regression where service update listener wasn't called on IP address change (it's called + on SRV/A/AAAA record changes now), thanks to Matt Saxon + ------------------------------------------------------------------- Thu Apr 16 08:47:59 UTC 2020 - pgajdos@suse.com diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 24ac35b..d797cc1 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.25.1 +Version: 0.27.1 Release: 0 Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) License: LGPL-2.0-only