From c6e1e26e604bb48829a364af7d67041c2964b8942377773bd446a77dc8475df3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 23 Sep 2024 09:06:54 +0000 Subject: [PATCH] - update to 0.134.0: * Improve performance when IP addresses change frequently * Improve helpfulness of ServiceInfo.request assertions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=78 --- 0.133.0.tar.gz | 3 --- 0.134.0.tar.gz | 3 +++ python-zeroconf.changes | 7 +++++++ python-zeroconf.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 0.133.0.tar.gz create mode 100644 0.134.0.tar.gz diff --git a/0.133.0.tar.gz b/0.133.0.tar.gz deleted file mode 100644 index bdf13dc..0000000 --- a/0.133.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd4c4f6a6c13db713ef1d279a4f14dae190e245a68b956919826ebb53d54fc81 -size 187099 diff --git a/0.134.0.tar.gz b/0.134.0.tar.gz new file mode 100644 index 0000000..ffe7d86 --- /dev/null +++ b/0.134.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5627055d703c685312f3ae03b4f5159bf43845525550827c100ad68b970ab00 +size 187422 diff --git a/python-zeroconf.changes b/python-zeroconf.changes index ef2af91..4d2ef5c 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Sep 23 09:05:43 UTC 2024 - Dirk Müller + +- update to 0.134.0: + * Improve performance when IP addresses change frequently + * Improve helpfulness of ServiceInfo.request assertions + ------------------------------------------------------------------- Sun Sep 8 16:34:08 UTC 2024 - Dirk Müller diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 351ceab..914abc0 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-zeroconf -Version: 0.133.0 +Version: 0.134.0 Release: 0 Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) License: LGPL-2.0-only