14
0

- update to 0.29.0:

* A single socket is used for listening on responding when `InterfaceChoice.Default` is chosen.
  * Dropped Python 3.5 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=44
This commit is contained in:
2021-04-21 21:31:47 +00:00
committed by Git OBS Bridge
parent 00e9252f10
commit cf8c11b693
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 21 21:27:04 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.29.0:
* A single socket is used for listening on responding when `InterfaceChoice.Default` is chosen.
* Dropped Python 3.5 support
-------------------------------------------------------------------
Thu Jan 7 13:25:31 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>