forked from pool/python-zeroconf
- update to 0.39.1:
* Switch to using async_timeout for timeouts * Significantly reduces the number of asyncio tasks that are created when * using ServiceInfo or AsyncServiceInfo * Performance improvements for constructing outgoing packet data OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=65
This commit is contained in:
2
_service
2
_service
@@ -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.7</param>
|
||||
<param name="revision">0.39.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">(.*)</param>
|
||||
</service>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da5215ddcc80e0dbcc77265c8929b74c8ebd70efd3782d8a487b360a2351c90c
|
||||
size 683532
|
||||
3
python-zeroconf-0.39.1.obscpio
Normal file
3
python-zeroconf-0.39.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa94916254ef7d193b7ce0c0b14b7bbd131b5fd28d384807760adb47cd75ce29
|
||||
size 685068
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 17 07:29:19 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.39.1:
|
||||
* Switch to using async_timeout for timeouts
|
||||
* Significantly reduces the number of asyncio tasks that are created when
|
||||
* using ServiceInfo or AsyncServiceInfo
|
||||
* Performance improvements for constructing outgoing packet data
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 25 15:21:12 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
name: python-zeroconf
|
||||
version: 0.38.7
|
||||
mtime: 1655228959
|
||||
commit: f3a9f804914fec37e961f80f347c4e706c4bae33
|
||||
|
||||
version: 0.39.1
|
||||
mtime: 1662407085
|
||||
commit: 6f90896a590d6d60db75688a1ba753c333c8faab
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
Name: python-zeroconf
|
||||
Version: 0.38.7
|
||||
Version: 0.39.1
|
||||
Release: 0
|
||||
Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)
|
||||
License: LGPL-2.0-only
|
||||
|
||||
Reference in New Issue
Block a user