diff --git a/0.21.3.tar.gz b/0.21.3.tar.gz deleted file mode 100644 index a3cd953..0000000 --- a/0.21.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c3aaed98f950b56c6e1aa440b56e0d48af49565cb4d7830a82cb3b01088aad8 -size 38336 diff --git a/0.22.0.tar.gz b/0.22.0.tar.gz new file mode 100644 index 0000000..ac8db2c --- /dev/null +++ b/0.22.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d451ab2bbb11aa37a54c5b7f83815bb726dd1de54b1f8e19878ad653072bc0d +size 39669 diff --git a/python-zeroconf.changes b/python-zeroconf.changes index 06d2194..59db09e 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon May 6 09:00:04 UTC 2019 - pgajdos@suse.com + +- version update to 0.22.0 + * A lot of maintenance work (tooling, typing coverage and improvements, + spelling) + * Provided saner defaults in ServiceInfo's constructor, thanks to + Jorge Miranda + * Fixed service removal packets not being sent on shutdown, thanks to + Andrew Bonney + * Added a way to define TTL-s through ServiceInfo contructor parameters, + thanks to Andrew Bonney + * Adjusted query intervals to match RFC 6762, thanks to Andrew Bonney + * Made default TTL-s match RFC 6762, thanks to Andrew Bonney + ------------------------------------------------------------------- Mon Mar 11 11:58:48 UTC 2019 - Tomáš Chvátal diff --git a/python-zeroconf.spec b/python-zeroconf.spec index c2757aa..dd21798 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.21.3 +Version: 0.22.0 Release: 0 Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) License: LGPL-2.0-only