diff --git a/python-zeroconf-0.24.3.tar.gz b/python-zeroconf-0.24.3.tar.gz deleted file mode 100644 index 670605b..0000000 --- a/python-zeroconf-0.24.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd381839f6558aaf618af7dbfd7c0bb25defeb954d1187dc6e5ad11c59939bf1 -size 52444 diff --git a/python-zeroconf-0.24.5.tar.gz b/python-zeroconf-0.24.5.tar.gz new file mode 100644 index 0000000..0f0f97f --- /dev/null +++ b/python-zeroconf-0.24.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a35f1211312e8699177f2ba0a01d5a8d23df4b86f21a49480b65679741ef8b +size 53600 diff --git a/python-zeroconf.changes b/python-zeroconf.changes index 70ddaef..d4e5816 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Mar 9 10:57:37 UTC 2020 - pgajdos@suse.com + +- version update to 0.24.5 + * Fixed issues with shared records being used where they shouldn't be (TXT, SRV, A records are + unique now), thanks to Matt Saxon + * Stopped unnecessarily excluding host-only interfaces from InterfaceChoice.all as they don't + forbid multicast, thanks to Andreas Oberritter + * Fixed repr() of IPv6 DNSAddress, thanks to Aldo Hoeben + * Removed duplicate update messages sent to listeners, thanks to Matt Saxon + * Added support for cooperating responders, thanks to Matt Saxon + * Optimized handle_response cache check, thanks to J. Nick Koston + * Fixed memory leak in DNSCache, thanks to J. Nick Koston + * Fixed resetting TTL in DNSRecord.reset_ttl(), thanks to Matt Saxon + * Improved various DNS class' string representations, thanks to Jay Hogg + ------------------------------------------------------------------- Sat Dec 28 20:25:16 UTC 2019 - Martin Hauke diff --git a/python-zeroconf.spec b/python-zeroconf.spec index ae20b6a..957deeb 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -1,7 +1,7 @@ # # spec file for package python-zeroconf # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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.24.3 +Version: 0.24.5 Release: 0 Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) License: LGPL-2.0-only