From 00e9252f106da1d9b2af6a4798d677b8265bfdc78e565b3f20caefa053463437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 8 Jan 2021 15:40:40 +0000 Subject: [PATCH] Accepting request 861741 from home:alarrosa:branches:devel:languages:python - update to 0.28.8: * Fixed the packet generation when multiple packets are necessary, previously invalid packets were generated sometimes. Patch thanks to J. Nick Koston. OBS-URL: https://build.opensuse.org/request/show/861741 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=42 --- python-zeroconf-0.28.7.tar.gz | 3 --- python-zeroconf-0.28.8.tar.gz | 3 +++ python-zeroconf.changes | 8 ++++++++ python-zeroconf.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 python-zeroconf-0.28.7.tar.gz create mode 100644 python-zeroconf-0.28.8.tar.gz diff --git a/python-zeroconf-0.28.7.tar.gz b/python-zeroconf-0.28.7.tar.gz deleted file mode 100644 index 79a3f9a..0000000 --- a/python-zeroconf-0.28.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c6cc54995acaa9f729eaa9e6f77875324415234d1b5e7a70c6e1e11b285c33b -size 60821 diff --git a/python-zeroconf-0.28.8.tar.gz b/python-zeroconf-0.28.8.tar.gz new file mode 100644 index 0000000..ceddc2c --- /dev/null +++ b/python-zeroconf-0.28.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5272431bf88611c722119504504b86738f9366f518781deb24e520e382d1f337 +size 62107 diff --git a/python-zeroconf.changes b/python-zeroconf.changes index efd8460..c66d119 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jan 7 13:25:31 UTC 2021 - Antonio Larrosa + +- update to 0.28.8: + * Fixed the packet generation when multiple packets are + necessary, previously invalid packets were generated sometimes. + Patch thanks to J. Nick Koston. + ------------------------------------------------------------------- Sat Dec 19 10:34:17 UTC 2020 - Dirk Müller diff --git a/python-zeroconf.spec b/python-zeroconf.spec index c79b9e2..94344eb 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -1,7 +1,7 @@ # # spec file for package python-zeroconf # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-zeroconf -Version: 0.28.7 +Version: 0.28.8 Release: 0 Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) License: LGPL-2.0-only