14
0

Accepting request 917067 from home:alarrosa:branches:devel:languages:python

- 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)

OBS-URL: https://build.opensuse.org/request/show/917067
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=51
This commit is contained in:
Antoine Belvire
2021-09-06 19:42:37 +00:00
committed by Git OBS Bridge
parent d8b3800a6b
commit dd4a54ac11
5 changed files with 32 additions and 6 deletions

View File

@@ -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">4281221b668123b770c6d6b0835dd876d1d2f22d</param> <param name="revision">0.36.2</param>
<param name="version">0.35.1</param> <param name="version">0.36.2</param>
</service> </service>
<service name="set_version" mode="disabled"/> <service name="set_version" mode="disabled"/>

View File

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

View File

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

View File

@@ -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> Mon Aug 16 01:39:16 UTC 2021 - Fusion Future <qydwhotmail@gmail.com>

View File

@@ -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.35.1 Version: 0.36.2
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