14
0

- update to 0.38.1:

* Dropped Python 3.6 support
  * Handle Service types that end with another service type
  * Improve performance of query scheduler
  * Avoid linear type searches in ServiceBrowsers

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=57
This commit is contained in:
2022-01-03 10:30:56 +00:00
committed by Git OBS Bridge
parent aae081512b
commit 18c76bee2e
6 changed files with 21 additions and 11 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 3 10:29:30 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.38.1:
* Dropped Python 3.6 support
* Handle Service types that end with another service type
* Improve performance of query scheduler
* Avoid linear type searches in ServiceBrowsers
-------------------------------------------------------------------
Mon Nov 29 11:04:03 UTC 2021 - Dirk Müller <dmueller@suse.com>