From 0af8a6766f3f8a2482b6cc3b979b1823e84acc7d219afe29fe9dfd1964536624 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Oct 2021 19:51:57 +0000 Subject: [PATCH] - update to 0.36.8 * Fixed ServiceBrowser infinite loop when zeroconf is closed before it is canceled * Improved performance of responding to queries * Improved log message when receiving an invalid or corrupt packet * Improved performance of sending outgoing packets * Reduced memory usage for incoming and outgoing packets * Improved performance of constructing outgoing packets * Deferred parsing of incoming packets when it can be avoided * Improved performance of parsing incoming packets OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=52 --- _service | 4 ++-- python-zeroconf-0.36.2.tar.xz | 3 --- python-zeroconf-0.36.8.obscpio | 3 +++ python-zeroconf-0.36.8.tar.xz | 3 +++ python-zeroconf.changes | 13 +++++++++++++ python-zeroconf.obsinfo | 5 +++++ python-zeroconf.spec | 2 +- 7 files changed, 27 insertions(+), 6 deletions(-) delete mode 100644 python-zeroconf-0.36.2.tar.xz create mode 100644 python-zeroconf-0.36.8.obscpio create mode 100644 python-zeroconf-0.36.8.tar.xz create mode 100644 python-zeroconf.obsinfo diff --git a/_service b/_service index faaf42c..aeac7f7 100644 --- a/_service +++ b/_service @@ -2,8 +2,8 @@ https://github.com/jstasiak/python-zeroconf git - 0.36.2 - 0.36.2 + 0.36.8 + 0.36.8 diff --git a/python-zeroconf-0.36.2.tar.xz b/python-zeroconf-0.36.2.tar.xz deleted file mode 100644 index f79170c..0000000 --- a/python-zeroconf-0.36.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4e0fa51c8d632d19705099f3d1697c2c4cd19d6dcb5bd06cb93083aac8d7a68 -size 99284 diff --git a/python-zeroconf-0.36.8.obscpio b/python-zeroconf-0.36.8.obscpio new file mode 100644 index 0000000..79219fe --- /dev/null +++ b/python-zeroconf-0.36.8.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2090fe20e87acb6fb0c2d1a8b132d80430a7a623fc0e5deb9b162f420a0eaaa8 +size 656396 diff --git a/python-zeroconf-0.36.8.tar.xz b/python-zeroconf-0.36.8.tar.xz new file mode 100644 index 0000000..3368ecc --- /dev/null +++ b/python-zeroconf-0.36.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d80af1ff9a2b37b763ee9006bfd9081ce2cf06cedfc55ec236b1abcd0a278c +size 99920 diff --git a/python-zeroconf.changes b/python-zeroconf.changes index 4a69f10..9ac0142 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Oct 16 19:44:11 UTC 2021 - Dirk Müller + +- update to 0.36.8 + * Fixed ServiceBrowser infinite loop when zeroconf is closed before it is canceled + * Improved performance of responding to queries + * Improved log message when receiving an invalid or corrupt packet + * Improved performance of sending outgoing packets + * Reduced memory usage for incoming and outgoing packets + * Improved performance of constructing outgoing packets + * Deferred parsing of incoming packets when it can be avoided + * Improved performance of parsing incoming packets + ------------------------------------------------------------------- Mon Sep 6 09:19:13 UTC 2021 - Antonio Larrosa diff --git a/python-zeroconf.obsinfo b/python-zeroconf.obsinfo new file mode 100644 index 0000000..f731ab7 --- /dev/null +++ b/python-zeroconf.obsinfo @@ -0,0 +1,5 @@ +name: python-zeroconf +version: 0.36.8 +mtime: 1633907061 +commit: 61275efd05688a61d656b43125b01a5d588f1dba + diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 2b5a61c..40f57ba 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.36.2 +Version: 0.36.8 Release: 0 Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) License: LGPL-2.0-only