From dd4a54ac11d165de88f590b9068c58f9f5b657337ea58a090de72c4d111d7c5b Mon Sep 17 00:00:00 2001 From: Antoine Belvire Date: Mon, 6 Sep 2021 19:42:37 +0000 Subject: [PATCH] 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 --- _service | 4 ++-- python-zeroconf-0.35.1.tar.xz | 3 --- python-zeroconf-0.36.2.tar.xz | 3 +++ python-zeroconf.changes | 26 ++++++++++++++++++++++++++ python-zeroconf.spec | 2 +- 5 files changed, 32 insertions(+), 6 deletions(-) delete mode 100644 python-zeroconf-0.35.1.tar.xz create mode 100644 python-zeroconf-0.36.2.tar.xz diff --git a/_service b/_service index 7727931..faaf42c 100644 --- a/_service +++ b/_service @@ -2,8 +2,8 @@ https://github.com/jstasiak/python-zeroconf git - 4281221b668123b770c6d6b0835dd876d1d2f22d - 0.35.1 + 0.36.2 + 0.36.2 diff --git a/python-zeroconf-0.35.1.tar.xz b/python-zeroconf-0.35.1.tar.xz deleted file mode 100644 index dd2a67e..0000000 --- a/python-zeroconf-0.35.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9ba325464d40404d39b56db1853b96b3cfc98b06ce788119b14a7b9564d96b8 -size 98000 diff --git a/python-zeroconf-0.36.2.tar.xz b/python-zeroconf-0.36.2.tar.xz new file mode 100644 index 0000000..f79170c --- /dev/null +++ b/python-zeroconf-0.36.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e0fa51c8d632d19705099f3d1697c2c4cd19d6dcb5bd06cb93083aac8d7a68 +size 99284 diff --git a/python-zeroconf.changes b/python-zeroconf.changes index 20da9e8..4a69f10 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon Sep 6 09:19:13 UTC 2021 - Antonio Larrosa + +- 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 diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 75ce483..2b5a61c 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -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