diff --git a/python-zeroconf.changes b/python-zeroconf.changes index c6d5c45..07caa8e 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,16 +1,25 @@ +------------------------------------------------------------------- +Sat Sep 17 18:38:52 UTC 2022 - Antoine Belvire + +- 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 -- 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 -- 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 diff --git a/python-zeroconf.spec b/python-zeroconf.spec index aabb22c..a6660ca 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -27,7 +27,7 @@ License: LGPL-2.0-only Group: Development/Languages/Python URL: https://github.com/jstasiak/python-zeroconf Source: %{name}-%{version}.tar.xz -BuildRequires: %{python_module async_timeout} +BuildRequires: %{python_module async_timeout >= 4.0.1} BuildRequires: %{python_module ifaddr >= 0.1.7} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} @@ -61,8 +61,7 @@ does not force you to use a particular event loop or python-twisted. # - test_integration_with_listener_ipv6: Requires network access # - test_launch*: Require network access # - test_close_multiple_times: Requires network access -# - test_service_browser_expire_callbacks: Flakey (gh#jstasiak/python-zeroconf#1077) -%pytest tests -k 'not (test_integration_with_listener_ipv6 or test_launch or test_close_multiple_times or test_service_browser_expire_callbacks)' +%pytest tests -k 'not (test_integration_with_listener_ipv6 or test_launch or test_close_multiple_times)' %files %{python_files} %doc README.rst