From 0dfec8eb6207cc5ffc9fd09e700b0f608a26d4464d55ead417b437860e73a544 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 19 Dec 2020 10:36:18 +0000 Subject: [PATCH] - update to 0.28.7: * Fixed the IPv6 address rendering in the browser example, thanks to Alexey Vazhnov. * Fixed a crash happening when a service is added or removed during handle_response and improved exception handling, thanks to J. Nick Koston. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=40 --- python-zeroconf-0.28.6.tar.gz | 3 --- python-zeroconf-0.28.7.tar.gz | 3 +++ python-zeroconf.changes | 8 ++++++++ python-zeroconf.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 python-zeroconf-0.28.6.tar.gz create mode 100644 python-zeroconf-0.28.7.tar.gz diff --git a/python-zeroconf-0.28.6.tar.gz b/python-zeroconf-0.28.6.tar.gz deleted file mode 100644 index 5415431..0000000 --- a/python-zeroconf-0.28.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9971344cb69132a68fac928522ca423c97db0f02310ee15b8551a6a63f8898a2 -size 60132 diff --git a/python-zeroconf-0.28.7.tar.gz b/python-zeroconf-0.28.7.tar.gz new file mode 100644 index 0000000..79a3f9a --- /dev/null +++ b/python-zeroconf-0.28.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6cc54995acaa9f729eaa9e6f77875324415234d1b5e7a70c6e1e11b285c33b +size 60821 diff --git a/python-zeroconf.changes b/python-zeroconf.changes index 0e61d36..efd8460 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Dec 19 10:34:17 UTC 2020 - Dirk Müller + +- update to 0.28.7: + * Fixed the IPv6 address rendering in the browser example, thanks to Alexey Vazhnov. + * Fixed a crash happening when a service is added or removed during handle_response + and improved exception handling, thanks to J. Nick Koston. + ------------------------------------------------------------------- Thu Nov 26 08:50:58 UTC 2020 - Dirk Mueller diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 50c42b2..c79b9e2 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.6 +Version: 0.28.7 Release: 0 Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) License: LGPL-2.0-only