14
0

- update to 0.38.6:

* Performance improvements for fetching ServiceInfo
  * Fix ServiceBrowsers not getting ServiceStateChange.Removed callbacks on PTR record expire
  * Fix missing minimum version of python 3.7
  * Fix IP Address updates when hostname is uppercase

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=59
This commit is contained in:
2022-06-04 12:15:15 +00:00
committed by Git OBS Bridge
parent e3307e320c
commit f8deecf013
6 changed files with 17 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jun 4 12:14:38 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.38.6:
* Performance improvements for fetching ServiceInfo
* Fix ServiceBrowsers not getting ServiceStateChange.Removed callbacks on PTR record expire
* Fix missing minimum version of python 3.7
* Fix IP Address updates when hostname is uppercase
-------------------------------------------------------------------
Fri Feb 4 22:29:27 UTC 2022 - Dirk Müller <dmueller@suse.com>