Accepting request 917173 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/917173 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=23
This commit is contained in:
4
_service
4
_service
@@ -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">4281221b668123b770c6d6b0835dd876d1d2f22d</param>
|
||||
<param name="version">0.35.1</param>
|
||||
<param name="revision">0.36.2</param>
|
||||
<param name="version">0.36.2</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9ba325464d40404d39b56db1853b96b3cfc98b06ce788119b14a7b9564d96b8
|
||||
size 98000
|
||||
3
python-zeroconf-0.36.2.tar.xz
Normal file
3
python-zeroconf-0.36.2.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4e0fa51c8d632d19705099f3d1697c2c4cd19d6dcb5bd06cb93083aac8d7a68
|
||||
size 99284
|
||||
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 6 09:19:13 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Update to 0.36.2:
|
||||
* Include NSEC records for non-existent types when responding
|
||||
with addresses
|
||||
* Implements RFC6762 sec 6.2
|
||||
(http://datatracker.ietf.org/doc/html/rfc6762#section-6.2)
|
||||
|
||||
- Update to 0.36.1:
|
||||
* Skip goodbye packets for addresses when there is another
|
||||
service registered with the same name (#968) @bdraco
|
||||
* If a ServiceInfo that used the same server name as another
|
||||
ServiceInfo was unregistered, goodbye packets would be sent for
|
||||
the addresses and would cause the other service to be seen as
|
||||
offline.
|
||||
* Fixed equality and hash for dns records with the unique bit
|
||||
(#969)
|
||||
* These records should have the same hash and equality since
|
||||
the unique bit (cache flush bit) is not considered when adding
|
||||
or removing the records from the cache.
|
||||
|
||||
- Update to 0.36.0:
|
||||
* Technically backwards incompatible:
|
||||
* Fill incomplete IPv6 tuples to avoid WinError on windows (#965)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 16 01:39:16 UTC 2021 - Fusion Future <qydwhotmail@gmail.com>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-zeroconf
|
||||
Version: 0.35.1
|
||||
Version: 0.36.2
|
||||
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