Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-distributed for openSUSE:Factory checked in at 2021-02-09 21:17:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-distributed (Old) and /work/SRC/openSUSE:Factory/.python-distributed.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-distributed" Tue Feb 9 21:17:08 2021 rev:42 rq:870411 version:2021.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-distributed/python-distributed.changes 2021-02-02 14:45:02.845007409 +0100 +++ /work/SRC/openSUSE:Factory/.python-distributed.new.28504/python-distributed.changes 2021-02-09 21:17:09.590834902 +0100 @@ -1,0 +2,29 @@ +Mon Feb 8 14:32:23 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Update to version 2021.2.0 + * Bump minimum Dask to 2021.02.0 (GH#4486) James Bourbeau + * Update TaskState documentation about dependents attribute + (GH#4440) Florian Jetter + * DOC: Autoreformat all functions docstrings (GH#4475) Matthias + Bussonnier + * Use cached version of is_coroutine_function in stream handling + to (GH#4481) Ian Rose + * Optimize transitions (GH#4451) jakirkham + * Create PULL_REQUEST_TEMPLATE.md (GH#4476) Ray Bell + * DOC: typo, directives ends with 2 colons :: (GH#4472) Matthias + Bussonnier + * DOC: Proper numpydoc syntax for distributed/protocol/*.py + (GH#4473) Matthias Bussonnier + * Update pytest.skip usage in test_server_listen (GH#4467) James + Bourbeau + * Unify annotations (GH#4406) Ian Rose + * Added worker resources from config (GH#4456) Tom Augspurger + * Fix var name in worker validation func (GH#4457) Gil Forsyth + * Refactor task_groups & task_prefixes (GH#4452) jakirkham + * Use parent._tasks in heartbeat (GH#4450) jakirkham + * Refactor SchedulerState from Scheduler (GH#4365) jakirkham +- Do not pin to tornado < 6.1. The referenced pull request reverted + that change and we have asyncio test problems anyway. +- Use new python_module boolean deps capability + +------------------------------------------------------------------- Old: ---- distributed-2021.1.1.tar.gz New: ---- distributed-2021.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-distributed.spec ++++++ --- /var/tmp/diff_new_pack.FHS7u2/_old 2021-02-09 21:17:10.294835702 +0100 +++ /var/tmp/diff_new_pack.FHS7u2/_new 2021-02-09 21:17:10.302835711 +0100 @@ -27,7 +27,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-distributed%{psuffix} -Version: 2021.1.1 +Version: 2021.2.0 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause @@ -42,14 +42,13 @@ Requires: python-certifi Requires: python-click >= 6.6 Requires: python-cloudpickle >= 1.5.0 -Requires: python-dask >= 2021.1.1 +Requires: python-dask >= 2021.2.0 Requires: python-msgpack Requires: python-psutil >= 5.0 Requires: python-sortedcontainers Requires: python-tblib Requires: python-toolz >= 0.8.2 -# https://github.com/dask/distributed/pull/4212 -Requires: python-tornado < 6.1 +Requires: python-tornado %if %{python_version_nodots} < 38 Requires: python-contextvars Requires: python-tornado >= 5 @@ -63,7 +62,7 @@ BuildRequires: %{python_module certifi} BuildRequires: %{python_module click >= 6.6} BuildRequires: %{python_module cloudpickle >= 1.5.0} -BuildRequires: %{python_module dask-all >= 2020.12.0} +BuildRequires: %{python_module dask-all >= 2021.2.0} # need built extension BuildRequires: %{python_module distributed = %{version}} BuildRequires: %{python_module ipykernel} @@ -79,15 +78,9 @@ BuildRequires: %{python_module sparse} BuildRequires: %{python_module tblib} BuildRequires: %{python_module toolz >= 0.8.2} +BuildRequires: %{python_module tornado >= 5 if %python-base < 3.8} +BuildRequires: %{python_module tornado >= 6.0.3 if %python-base >= 3.8} BuildRequires: %{python_module zict >= 0.1.3} -# https://github.com/dask/distributed/pull/4212 -BuildRequires: %{python_module tornado < 6.1} -BuildRequires: (python3-tornado >= 5 if python3-base < 3.8) -BuildRequires: (python3-tornado >= 6.0.3 if python3-base >= 3.8) -BuildRequires: (python36-tornado >= 5 if python36-base) -# switch comment/nocomment of the next two lines when the python3 primary flavor has been changed from python38 to python39 -# BuildRequires: (python38-tornado >= 6.0.3 if python38-base) -BuildRequires: (python39-tornado >= 6.0.3 if python39-base) %endif %python_subpackages @@ -119,7 +112,8 @@ %check # add fail and error summaries to pytest report, but xfail is not interesting sed -i '/pytest/,/addopts/ s/-rsx/-rfEs/' setup.cfg -# many tests from multiple files are broken by new pytest-asyncio (see https://github.com/dask/distributed/pull/4212 for explanation) +# many tests from multiple files are broken by new pytest-asyncio +# (see https://github.com/dask/distributed/pull/4212 and https://github.com/pytest-dev/pytest-asyncio/issues/168) # as a proof build it with old pytest-asyncio and see these tests pass donttest+=" or (test_asyncprocess and test_child_main_thread)" donttest+=" or (test_asyncprocess and test_close)" @@ -181,6 +175,7 @@ donttest+=" or (test_scheduler and test_include_communication_in_occupancy)" donttest+=" or (test_scheduler and test_log_tasks_during_restart)" donttest+=" or (test_scheduler and test_restart)" +donttest+=" or (test_scheduler and test_scheduler_init_pulls_blocked_handlers_from_config)" donttest+=" or (test_scheduler and test_steal_when_more_tasks)" donttest+=" or (test_scheduler and test_task_groups)" donttest+=" or (test_semaphor and test_getvalue)" @@ -207,6 +202,7 @@ donttest+=" or (test_stress and test_close_connections)" donttest+=" or (test_tls_functional and test_retire_workers)" donttest+=" or (test_tls_functional and test_worker_client)" +donttest+=" or (test_utils and test_sync_closed_loop)" donttest+=" or (test_worker and test_dont_overlap_communications_to_same_worker)" donttest+=" or (test_worker and test_get_client)" donttest+=" or (test_worker and test_lifetime)" @@ -230,6 +226,8 @@ donttest+=" or (test_worker and test_fail_write_to_disk)" # false version mismatch donttest+=" or test_version_warning_in_cluster" +# ambiguous order in returned message +donttest+=" or (test_client and test_as_completed_async_for_cancel)" %pytest_arch distributed/tests/ -k "not (${donttest:4})" -m "not avoid_travis" -n auto %endif ++++++ distributed-2021.1.1.tar.gz -> distributed-2021.2.0.tar.gz ++++++ ++++ 7731 lines of diff (skipped)