From f08e9c16503434d5aa76ce4f9e462a9364c7b9b8a22fd98ab75274603504cee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Jun 2019 10:16:14 +0000 Subject: [PATCH] Accepting request 708033 from system:homeautomation:home-assistant - version update to 0.23.0 * support for python 3.4 got dropped * Add support for MyListener call getting updates to service TXT record * Add support for multiple addresses when publishing a service OBS-URL: https://build.opensuse.org/request/show/708033 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=24 --- 0.22.0.tar.gz | 3 --- 0.23.0.tar.gz | 3 +++ python-zeroconf.changes | 8 ++++++++ python-zeroconf.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 0.22.0.tar.gz create mode 100644 0.23.0.tar.gz diff --git a/0.22.0.tar.gz b/0.22.0.tar.gz deleted file mode 100644 index ac8db2c..0000000 --- a/0.22.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d451ab2bbb11aa37a54c5b7f83815bb726dd1de54b1f8e19878ad653072bc0d -size 39669 diff --git a/0.23.0.tar.gz b/0.23.0.tar.gz new file mode 100644 index 0000000..f3c8542 --- /dev/null +++ b/0.23.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e194df93ae5d5158fd62434e395fe73ef9eb9580e5d326aad06d02c56031b31a +size 41000 diff --git a/python-zeroconf.changes b/python-zeroconf.changes index 59db09e..e187825 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jun 6 07:35:15 UTC 2019 - Adrian Schröter + +- version update to 0.23.0 + * support for python 3.4 got dropped + * Add support for MyListener call getting updates to service TXT record + * Add support for multiple addresses when publishing a service + ------------------------------------------------------------------- Mon May 6 09:00:04 UTC 2019 - pgajdos@suse.com diff --git a/python-zeroconf.spec b/python-zeroconf.spec index dd21798..571adf9 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.22.0 +Version: 0.23.0 Release: 0 Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) License: LGPL-2.0-only