diff --git a/distributed-2022.01.0-gh.tar.gz b/distributed-2022.01.0-gh.tar.gz deleted file mode 100644 index cad8e8e..0000000 --- a/distributed-2022.01.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:473912e1ffba7c485022430adb8fffe3d47924240150d4417b180cb757a1d7d6 -size 1563248 diff --git a/distributed-2022.01.1-gh.tar.gz b/distributed-2022.01.1-gh.tar.gz new file mode 100644 index 0000000..8d4a5d3 --- /dev/null +++ b/distributed-2022.01.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a110cad409e77782fa62e7759819633856b21a2cfba98690bf62bd86ddaa57 +size 1576749 diff --git a/python-distributed.changes b/python-distributed.changes index 16f1e88..994b33c 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Sat Jan 29 17:34:23 UTC 2022 - Ben Greiner + +- Update to version 2022.1.1 + * P2P shuffle skeleton + * Fix + * Add distributed.client.security-loader config + * Avoid Client._handle_report cancelling itself on Client._close + * Paused workers shouldn't steal tasks + * Add option for timestamps from output of Node.get_logs + * Don't use time.time() or IOLoop.time() + * Raise plugin exceptions on Worker.start() + * Fixing docstrings + * Fix typo in Client.run docstring + * Update client.py docstrings + * Skip shuffle tests if pandas / dask.dataframe not installed + * Improve test coverage + * Test report improvements + * P2P shuffle: ignore row order in tests + * Fix flaky test_no_reconnect[--no-nanny] + * Pin coverage to 6.2 + * Check for new name of timeouts artifact and be more fault + tolerant + * Revisit rebalance unit tests + * Update comment in rearrange_by_column_p2p + * Update gpuCI RAPIDS_VER to 22.04 + * Fix groupby test after meta requirements got stricter in Dask + PR#8563 + * Fix flaky test_close_gracefully and test_lifetime + * Fix flaky test_workspace_concurrency + * Fix flaky test_shuffle_extension.py::test_get_partition + * Fix flaky test_dump_cluster_unresponsive_remote_worker + * Dump cluster state on all test failures + * Update license format + * Fix flaky test_drop_with_paused_workers_with_running_tasks_3_4 + * Do not raise an exception if the GitHub token cannot be found + ------------------------------------------------------------------- Tue Jan 25 18:29:23 UTC 2022 - Ben Greiner diff --git a/python-distributed.spec b/python-distributed.spec index 046f7c2..af1f8b1 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -55,10 +55,10 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 -%define ghversiontag 2022.01.0 +%define ghversiontag 2022.01.1 Name: python-distributed%{psuffix} # Note: please always update together with python-dask -Version: 2022.1.0 +Version: 2022.1.1 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause @@ -146,8 +146,8 @@ donttest+=" or (test_asyncprocess and test_exit_callback)" donttest+=" or (test_nanny and test_throttle_outgoing_connections)" donttest+=" or (test_scheduler and test_rebalance)" donttest+=" or (test_tls_functional and test_rebalance)" -donttest+=" or (test_worker and test_close_gracefully)" donttest+=" or (test_worker and test_fail_write_to_disk)" +donttest+=" or (test_worker and test_multiple_transfers)" donttest+=" or (test_worker and test_remove_replicas_while_computing)" donttest+=" or (test_worker and test_worker_reconnects_mid_compute)" if [[ $(getconf LONG_BIT) -eq 32 ]]; then