forked from pool/python-zeroconf
Accepting request 929910 from devel:languages:python
- update to 0.36.12: * scope_id is now stripped from IPv6 addresses if given * Optimized decoding labels from incoming packets * Prevent service lookups from deadlocking if time abruptly moves backwards OBS-URL: https://build.opensuse.org/request/show/929910 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=27
This commit is contained in:
4
_service
4
_service
@@ -2,8 +2,8 @@
|
|||||||
<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.36.9</param>
|
<param name="revision">0.36.12</param>
|
||||||
<param name="version">0.36.9</param>
|
<param name="version">0.36.12</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled"/>
|
<service name="set_version" mode="disabled"/>
|
||||||
<service mode="buildtime" name="tar" />
|
<service mode="buildtime" name="tar" />
|
||||||
|
|||||||
3
python-zeroconf-0.36.12.obscpio
Normal file
3
python-zeroconf-0.36.12.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5877c038d6cf698c031688a435f937ad47989be11c6547b393430c33246a7c8f
|
||||||
|
size 659468
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:43807890b39f87c890187a7b9e664d74b0524239bba43f18f869a3a0dd405385
|
|
||||||
size 657932
|
|
||||||
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 6 18:15:23 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.36.12:
|
||||||
|
* scope_id is now stripped from IPv6 addresses if given
|
||||||
|
* Optimized decoding labels from incoming packets
|
||||||
|
* Prevent service lookups from deadlocking if time abruptly moves backwards
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 20:31:03 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Tue Oct 26 20:31:03 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: python-zeroconf
|
name: python-zeroconf
|
||||||
version: 0.36.9
|
version: 0.36.12
|
||||||
mtime: 1634944487
|
mtime: 1636089064
|
||||||
commit: d92d3d030558c1b81b2e35f701b585f4b48fa99a
|
commit: 8b0dc48ed42d8edc78750122eb5685a50c3cdc11
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-zeroconf
|
Name: python-zeroconf
|
||||||
Version: 0.36.9
|
Version: 0.36.12
|
||||||
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