From 18c76bee2e4688c022889ed4ff930fc8bcf91aab3d449c0810bfbd29c0b0f43a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 3 Jan 2022 10:30:56 +0000 Subject: [PATCH] - update to 0.38.1: * Dropped Python 3.6 support * Handle Service types that end with another service type * Improve performance of query scheduler * Avoid linear type searches in ServiceBrowsers OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=57 --- _service | 5 +++-- python-zeroconf-0.37.0.obscpio | 3 --- python-zeroconf-0.38.1.obscpio | 3 +++ python-zeroconf.changes | 9 +++++++++ python-zeroconf.obsinfo | 7 +++---- python-zeroconf.spec | 5 +++-- 6 files changed, 21 insertions(+), 11 deletions(-) delete mode 100644 python-zeroconf-0.37.0.obscpio create mode 100644 python-zeroconf-0.38.1.obscpio diff --git a/_service b/_service index b906de6..1f44648 100644 --- a/_service +++ b/_service @@ -2,8 +2,9 @@ https://github.com/jstasiak/python-zeroconf git - 0.37.0 - 0.37.0 + 0.38.1 + @PARENT_TAG@ + (.*) diff --git a/python-zeroconf-0.37.0.obscpio b/python-zeroconf-0.37.0.obscpio deleted file mode 100644 index 37ad8d2..0000000 --- a/python-zeroconf-0.37.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a33b4f7755b1fe23b9c88308f3cd4513497d9e19ec3c6a05bd54316237280424 -size 668172 diff --git a/python-zeroconf-0.38.1.obscpio b/python-zeroconf-0.38.1.obscpio new file mode 100644 index 0000000..44b4019 --- /dev/null +++ b/python-zeroconf-0.38.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3544ee1d1467ec5aca602a8c9bccebcf3990c6f76b74efc92fd0c5ef0cd34a5 +size 672268 diff --git a/python-zeroconf.changes b/python-zeroconf.changes index 088ae33..72c4d27 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 3 10:29:30 UTC 2022 - Dirk Müller + +- update to 0.38.1: + * Dropped Python 3.6 support + * Handle Service types that end with another service type + * Improve performance of query scheduler + * Avoid linear type searches in ServiceBrowsers + ------------------------------------------------------------------- Mon Nov 29 11:04:03 UTC 2021 - Dirk Müller diff --git a/python-zeroconf.obsinfo b/python-zeroconf.obsinfo index 384c1c0..7aa74c8 100644 --- a/python-zeroconf.obsinfo +++ b/python-zeroconf.obsinfo @@ -1,5 +1,4 @@ name: python-zeroconf -version: 0.37.0 -mtime: 1637267453 -commit: 2996e642f6b1abba1dbb8242ccca4cd4b96696f6 - +version: 0.38.1 +mtime: 1640314073 +commit: 6a11f24e1fc9d73f0dbb62efd834f17a9bd451c4 diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 079036e..27dce6a 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -1,7 +1,7 @@ # # spec file for package python-zeroconf # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,8 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-zeroconf -Version: 0.37.0 +Version: 0.38.1 Release: 0 Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) License: LGPL-2.0-only