14
0

- Re-enable test_service_browser_expire_callbacks: Should be fixed

with 0.39.0 (gh#jstasiak/python-zeroconf!1084).
- Added build dependency python-async_timeout in order to fix build
  failure.
- Update to 0.39.1:
  * Performance improvements for constructing outgoing packet data. 
- Changes from 0.39.0:
  * Switch to using async_timeout for timeouts: Significantly
    reduces the number of asyncio tasks that are created when using
    ServiceInfo or AsyncServiceInfo
    (gh#jstasiak/python-zeroconf!1081).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=67
This commit is contained in:
Antoine Belvire
2022-09-17 18:52:30 +00:00
committed by Git OBS Bridge
parent df5d5e4b0d
commit 0313cf748e
2 changed files with 17 additions and 9 deletions

View File

@@ -1,16 +1,25 @@
-------------------------------------------------------------------
Sat Sep 17 18:38:52 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>
- Re-enable test_service_browser_expire_callbacks: Should be fixed
with 0.39.0 (gh#jstasiak/python-zeroconf!1084).
-------------------------------------------------------------------
Sat Sep 17 16:40:31 UTC 2022 - marec <marec@detebe.org>
- added build dependency python-async_timeout in order to fix build failure
- Added build dependency python-async_timeout in order to fix build
failure.
-------------------------------------------------------------------
Sat Sep 17 07:29:19 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.39.1:
* Switch to using async_timeout for timeouts
* Significantly reduces the number of asyncio tasks that are created when
* using ServiceInfo or AsyncServiceInfo
* Performance improvements for constructing outgoing packet data
- Update to 0.39.1:
* Performance improvements for constructing outgoing packet data.
- Changes from 0.39.0:
* Switch to using async_timeout for timeouts: Significantly
reduces the number of asyncio tasks that are created when using
ServiceInfo or AsyncServiceInfo
(gh#jstasiak/python-zeroconf!1081).
-------------------------------------------------------------------
Sat Jun 25 15:21:12 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>