From cf8c11b6939ff83dbafb57497cdb51ba2cc49f9d2f78a9e1e8a843840b61a857 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 21 Apr 2021 21:31:47 +0000 Subject: [PATCH] - update to 0.29.0: * A single socket is used for listening on responding when `InterfaceChoice.Default` is chosen. * Dropped Python 3.5 support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=44 --- python-zeroconf-0.28.8.tar.gz | 3 --- python-zeroconf-0.29.0.tar.gz | 3 +++ python-zeroconf.changes | 7 +++++++ python-zeroconf.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 python-zeroconf-0.28.8.tar.gz create mode 100644 python-zeroconf-0.29.0.tar.gz diff --git a/python-zeroconf-0.28.8.tar.gz b/python-zeroconf-0.28.8.tar.gz deleted file mode 100644 index ceddc2c..0000000 --- a/python-zeroconf-0.28.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5272431bf88611c722119504504b86738f9366f518781deb24e520e382d1f337 -size 62107 diff --git a/python-zeroconf-0.29.0.tar.gz b/python-zeroconf-0.29.0.tar.gz new file mode 100644 index 0000000..0e789af --- /dev/null +++ b/python-zeroconf-0.29.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e7c55f36973362314b7d8cf716a76afea3c91abe9d2f435329dc67b973fe06 +size 62466 diff --git a/python-zeroconf.changes b/python-zeroconf.changes index c66d119..b5733fc 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 21 21:27:04 UTC 2021 - Dirk Müller + +- update to 0.29.0: + * A single socket is used for listening on responding when `InterfaceChoice.Default` is chosen. + * Dropped Python 3.5 support + ------------------------------------------------------------------- Thu Jan 7 13:25:31 UTC 2021 - Antonio Larrosa diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 94344eb..f03702c 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.8 +Version: 0.29.0 Release: 0 Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) License: LGPL-2.0-only