forked from pool/python-zeroconf
- 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:
committed by
Git OBS Bridge
parent
df5d5e4b0d
commit
0313cf748e
@@ -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>
|
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>
|
Sat Sep 17 07:29:19 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- update to 0.39.1:
|
- Update to 0.39.1:
|
||||||
* Switch to using async_timeout for timeouts
|
* Performance improvements for constructing outgoing packet data.
|
||||||
* Significantly reduces the number of asyncio tasks that are created when
|
- Changes from 0.39.0:
|
||||||
* using ServiceInfo or AsyncServiceInfo
|
* Switch to using async_timeout for timeouts: Significantly
|
||||||
* Performance improvements for constructing outgoing packet data
|
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>
|
Sat Jun 25 15:21:12 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ License: LGPL-2.0-only
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/jstasiak/python-zeroconf
|
URL: https://github.com/jstasiak/python-zeroconf
|
||||||
Source: %{name}-%{version}.tar.xz
|
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 ifaddr >= 0.1.7}
|
||||||
BuildRequires: %{python_module pytest-asyncio}
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
BuildRequires: %{python_module pytest}
|
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_integration_with_listener_ipv6: Requires network access
|
||||||
# - test_launch*: Require network access
|
# - test_launch*: Require network access
|
||||||
# - test_close_multiple_times: Requires 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)'
|
||||||
%pytest tests -k 'not (test_integration_with_listener_ipv6 or test_launch or test_close_multiple_times or test_service_browser_expire_callbacks)'
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|||||||
Reference in New Issue
Block a user