forked from pool/python-zeroconf
- 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:
2
_service
2
_service
@@ -2,7 +2,7 @@
|
|||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/jstasiak/python-zeroconf</param>
|
<param name="url">https://github.com/jstasiak/python-zeroconf</param>
|
||||||
<param name="scm">git</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="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)</param>
|
<param name="versionrewrite-pattern">(.*)</param>
|
||||||
</service>
|
</service>
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:31b107020f2010d42a9b989ac94d82d7be1681ff59a57332447b913876a8ed12
|
|
||||||
size 672780
|
|
||||||
3
python-zeroconf-0.38.6.obscpio
Normal file
3
python-zeroconf-0.38.6.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ab41bab4aad5601882572c4601dec411693a0c18419998a94db18714cfdf734c
|
||||||
|
size 683532
|
||||||
@@ -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>
|
Fri Feb 4 22:29:27 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: python-zeroconf
|
name: python-zeroconf
|
||||||
version: 0.38.3
|
version: 0.38.6
|
||||||
mtime: 1643671426
|
mtime: 1651864316
|
||||||
commit: e42549cb70796d0577c97be96a09bca0056a5755
|
commit: 1aa7842ae0f914c10465ae977551698046406d55
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define skip_python36 1
|
%define skip_python36 1
|
||||||
Name: python-zeroconf
|
Name: python-zeroconf
|
||||||
Version: 0.38.3
|
Version: 0.38.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)
|
Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)
|
||||||
License: LGPL-2.0-only
|
License: LGPL-2.0-only
|
||||||
|
|||||||
Reference in New Issue
Block a user