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 2022-02-02 22:40:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-distributed (Old)
 and      /work/SRC/openSUSE:Factory/.python-distributed.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-distributed"

Wed Feb  2 22:40:07 2022 rev:53 rq:950347 version:2022.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-distributed/python-distributed.changes    
2022-01-26 21:27:04.613954170 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-distributed.new.1898/python-distributed.changes
  2022-02-02 22:40:16.447995295 +0100
@@ -1,0 +2,37 @@
+Sat Jan 29 17:34:23 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Update to version 2022.1.1
+  * P2P shuffle skeleton
+  * Fix <Task pending name='...' coro=<Client._handle_report()>
+  * 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
+
+-------------------------------------------------------------------

Old:
----
  distributed-2022.01.0-gh.tar.gz

New:
----
  distributed-2022.01.1-gh.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-distributed.spec ++++++
--- /var/tmp/diff_new_pack.7Mt8nS/_old  2022-02-02 22:40:16.991991608 +0100
+++ /var/tmp/diff_new_pack.7Mt8nS/_new  2022-02-02 22:40:16.995991581 +0100
@@ -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_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

++++++ distributed-2022.01.0-gh.tar.gz -> distributed-2022.01.1-gh.tar.gz ++++++
++++ 5017 lines of diff (skipped)

Reply via email to