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 2023-03-15 18:54:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-distributed (Old)
 and      /work/SRC/openSUSE:Factory/.python-distributed.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-distributed"

Wed Mar 15 18:54:19 2023 rev:67 rq:1071516 version:2023.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-distributed/python-distributed.changes    
2023-03-09 17:45:32.510844629 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-distributed.new.31432/python-distributed.changes
 2023-03-15 18:54:27.712368774 +0100
@@ -1,0 +2,49 @@
+Tue Mar 14 03:42:55 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Skip more flaky tests
+
+-------------------------------------------------------------------
+Sat Mar 11 23:58:28 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 2023.3.1
+  ## Enhancements
+  * Add Jupyter link to dashboard menu if --jupyter flag is set
+    (GH#7638) Jacob Tomlinson
+  * Bump minimum click version from 7.0 to 8.0 (GH#7637) Miles
+  * Extend dask metapackage dependencies (GH#7630) James Bourbeau
+  * Further improvements to Client.restart_workers (GH#7620) Miles
+  * P2P offload get_output_partition (GH#7587) Florian Jetter
+  * Initial integration of GIL contention metric (GH#7624) Miles
+  * Add dashboard documentation links (GH#7610) Miles
+  * Rename shuffle/rechunk config option/kwarg to method (GH#7623)
+    Hendrik Makait
+  * Return results in restart_workers (GH#7606) Miles
+  * Ensure client key cancellation uses ordered messages (GH#7583)
+    Florian Jetter
+  ## Bug Fixes
+  * Fix undefined async_wait_for -> async_poll_for (GH#7627) Miles
+  * Don’t send client heartbeat without a scheduler_comm (GH#7612)
+    James Bourbeau
+  * Do not unspill on free-keys (GH#7607) crusaderky
+  ## Documentation
+  * Add notes to Client.submit, Client.map, and Client.scatter with
+    the description of the current task graph resolution algorithm
+    limitations (GH#7588) Eugene Druzhynin
+  ## Maintenance
+  * Use range with pickle protocol versions (GH#7635) jakirkham
+  * Share thread pool among P2P shuffle runs (GH#7621) Hendrik
+    Makait
+  * Replace psutil suspend with BlockedGatherDep in
+    test_failing_worker_with_additional_replicas_on_cluster
+    (GH#7633) Thomas Grainger
+  * Ignore pkg_resources DeprecationWarning for mindeps (GH#7626)
+    Miles
+  * Implement wait_for using asyncio.timeout() on 3.11 (GH#7571)
+    Thomas Grainger
+  * Use tmp_path fixture instead of outdated tmpdir fixture
+    (GH#7582) ypogorelova
+  * Only one crick callback (GH#7614) crusaderky
+  * Add mindeps + numpy job to tests CI (GH#7609) Miles
+  * Do not xfail whole tests due to (GH#6705) (GH#7611) crusaderky
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-distributed.spec ++++++
--- /var/tmp/diff_new_pack.AYEjsu/_old  2023-03-15 18:54:29.516378369 +0100
+++ /var/tmp/diff_new_pack.AYEjsu/_new  2023-03-15 18:54:29.524378412 +0100
@@ -56,7 +56,7 @@
 
 Name:           python-distributed%{psuffix}
 # ===> Note: python-dask MUST be updated in sync with python-distributed! <===
-Version:        2023.3.0
+Version:        2023.3.1
 Release:        0
 Summary:        Library for distributed computing with Python
 License:        BSD-3-Clause
@@ -76,7 +76,7 @@
 BuildRequires:  python-rpm-macros
 Requires:       python-Jinja2 >= 2.10.3
 Requires:       python-PyYAML >= 5.3.1
-Requires:       python-click >= 7.0
+Requires:       python-click >= 8.0
 Requires:       python-cloudpickle >= 1.5.0
 Requires:       python-dask = %{version}
 Requires:       python-locket >= 1.0.0
@@ -166,9 +166,12 @@
 donttest+=" or (test_priorities and test_compute)"
 donttest+=" or (test_resources and test_prefer_constrained)"
 donttest+=" or (test_steal and test_steal_twice)"
+donttest+=" or (test_utils and test_popen_timeout)"
 donttest+=" or (test_variable and test_variable_in_task)"
+donttest+=" or (test_worker and 
test_gather_dep_from_remote_workers_if_all_local_workers_are_busy)"
 donttest+=" or (test_worker and test_worker_reconnects_mid_compute)"
 donttest+=" or (test_worker_memory and test_digests)"
+donttest+=" or (test_worker_memory and test_pause_while_spilling)"
 # server-side fail due to the non-network warning in a subprocess where the 
patched filter does not apply
 donttest+=" or (test_client and test_quiet_close_process)"
 if [[ $(getconf LONG_BIT) -eq 32 ]]; then
@@ -192,7 +195,6 @@
 #
 notparallel+=" or test_dashboard_host"
 notparallel+=" or test_close_properly"
-notparallel+=" or test_popen_timeout"
 notparallel+=" or test_plugin_internal_exception"
 notparallel+=" or test_runspec_regression_sync"
 notparallel+=" or test_client_async_before_loop_starts"

++++++ distributed-2023.3.0-gh.tar.gz -> distributed-2023.3.1-gh.tar.gz ++++++
++++ 4431 lines of diff (skipped)

Reply via email to