From 3aebc15cd66feec4f447deff7dcd399b599d718b79128784e661dd28a74be9f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 6 May 2019 09:47:14 +0000 Subject: [PATCH] Accepting request 701007 from home:pgajdos - 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 OBS-URL: https://build.opensuse.org/request/show/701007 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=22 --- 0.21.3.tar.gz | 3 --- 0.22.0.tar.gz | 3 +++ python-zeroconf.changes | 15 +++++++++++++++ python-zeroconf.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 0.21.3.tar.gz create mode 100644 0.22.0.tar.gz 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