14
0

- update to 0.38.6:

* Performance improvements for fetching ServiceInfo
  * Fix ServiceBrowsers not getting ServiceStateChange.Removed callbacks on PTR record expire
  * Fix missing minimum version of python 3.7
  * Fix IP Address updates when hostname is uppercase

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=59
This commit is contained in:
2022-06-04 12:15:15 +00:00
committed by Git OBS Bridge
parent e3307e320c
commit f8deecf013
6 changed files with 17 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
<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.38.3</param>
<param name="revision">0.38.6</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">(.*)</param>
</service>

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jun 4 12:14:38 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.38.6:
* Performance improvements for fetching ServiceInfo
* Fix ServiceBrowsers not getting ServiceStateChange.Removed callbacks on PTR record expire
* Fix missing minimum version of python 3.7
* Fix IP Address updates when hostname is uppercase
-------------------------------------------------------------------
Fri Feb 4 22:29:27 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,4 +1,4 @@
name: python-zeroconf
version: 0.38.3
mtime: 1643671426
commit: e42549cb70796d0577c97be96a09bca0056a5755
version: 0.38.6
mtime: 1651864316
commit: 1aa7842ae0f914c10465ae977551698046406d55

View File

@@ -20,7 +20,7 @@
%define skip_python2 1
%define skip_python36 1
Name: python-zeroconf
Version: 0.38.3
Version: 0.38.6
Release: 0
Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)
License: LGPL-2.0-only