14
0

- 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
This commit is contained in:
2021-10-16 19:51:57 +00:00
committed by Git OBS Bridge
parent dd4a54ac11
commit 0af8a6766f
7 changed files with 27 additions and 6 deletions

View File

@@ -2,8 +2,8 @@
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/jstasiak/python-zeroconf</param>
<param name="scm">git</param>
<param name="revision">0.36.2</param>
<param name="version">0.36.2</param>
<param name="revision">0.36.8</param>
<param name="version">0.36.8</param>
</service>
<service name="set_version" mode="disabled"/>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a4e0fa51c8d632d19705099f3d1697c2c4cd19d6dcb5bd06cb93083aac8d7a68
size 99284

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2090fe20e87acb6fb0c2d1a8b132d80430a7a623fc0e5deb9b162f420a0eaaa8
size 656396

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:60d80af1ff9a2b37b763ee9006bfd9081ce2cf06cedfc55ec236b1abcd0a278c
size 99920

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Oct 16 19:44:11 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <alarrosa@suse.com>

5
python-zeroconf.obsinfo Normal file
View File

@@ -0,0 +1,5 @@
name: python-zeroconf
version: 0.36.8
mtime: 1633907061
commit: 61275efd05688a61d656b43125b01a5d588f1dba

View File

@@ -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