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-28 17:50:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-distributed (Old)
 and      /work/SRC/openSUSE:Factory/.python-distributed.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-distributed"

Tue Mar 28 17:50:16 2023 rev:68 rq:1074795 version:2023.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-distributed/python-distributed.changes    
2023-03-15 18:54:27.712368774 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-distributed.new.31432/python-distributed.changes
 2023-03-28 17:50:21.055260182 +0200
@@ -1,0 +2,35 @@
+Mon Mar 27 16:41:16 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 2023.3.2
+  ## Enhancements
+  * Enhanced thread-safety in zict.File (GH#7691) crusaderky
+  * Future deserialization without available client (GH#7580)
+    Florian Jetter
+  * Support adjusting GIL monitoring interval (GH#7650) Miles
+  * Gracefully stop GIL monitoring if running (GH#7652) Miles
+  * Fine performance metrics for execute, gather_dep, etc.
+    (GH#7586) crusaderky
+  * Add GIL metric to dashboard (GH#7646) Miles
+  * Expose scheduler idle via RPC and HTTP API (GH#7642) Jacob
+    Tomlinson
+  * Add full dashboard link in scheduler logs (GH#7631) Miles
+  ## Bug Fixes
+  * Tell workers when their peers have left (so they don’t hang
+    fetching data from them) (GH#7574) Thomas Grainger
+  * Fix regression in dashboard after (GH#7586) (GH#7683)
+    crusaderky
+  * Fix OverflowError in Cluster._sync_cluster_info() (GH#7648)
+    Hendrik Makait
+  * Ensure that serialized data is measured correctly (GH#7593)
+    Florian Jetter
+  ## Maintenance
+  * Avoid bool object has no attribute close in @gen_cluster
+    (GH#7657) Thomas Grainger
+  * Fix failing test_server_close_stops_gil_monitoring (GH#7659)
+    James Bourbeau
+  * Remove weakref finalizer for Offload Executor (GH#7644) Florian
+    Jetter
+- Enable python311 build and test: numba not a strict requirement
+  of dask
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-distributed.spec ++++++
--- /var/tmp/diff_new_pack.tXESpv/_old  2023-03-28 17:50:21.719263386 +0200
+++ /var/tmp/diff_new_pack.tXESpv/_new  2023-03-28 17:50:21.723263405 +0200
@@ -49,14 +49,12 @@
 %if "%{flavor}" == ""
 %bcond_with test
 %endif
-# Numba is not ready for python 3.11 yet gh#numba/numba#8304
-%define skip_python311 1
 # use this to run tests with xdist in parallel, unfortunately fails server side
 %bcond_with paralleltests
 
 Name:           python-distributed%{psuffix}
 # ===> Note: python-dask MUST be updated in sync with python-distributed! <===
-Version:        2023.3.1
+Version:        2023.3.2
 Release:        0
 Summary:        Library for distributed computing with Python
 License:        BSD-3-Clause
@@ -104,7 +102,7 @@
 BuildRequires:  %{python_module pytest-timeout}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests}
-BuildRequires:  %{python_module sparse}
+BuildRequires:  %{python_module sparse if %python-base < 3.11}
 %if %{with paralleltests}
 BuildRequires:  %{python_module pytest-xdist}
 %endif

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.tXESpv/_old  2023-03-28 17:50:21.787263714 +0200
+++ /var/tmp/diff_new_pack.tXESpv/_new  2023-03-28 17:50:21.791263733 +0200
@@ -2,6 +2,6 @@
   <package>test-py38</package>
   <package>test-py39</package>
   <package>test-py310</package>
-  <!-- package>test-py311</package -->
+  <package>test-py311</package>
 </multibuild>
 

++++++ distributed-2023.3.1-gh.tar.gz -> distributed-2023.3.2-gh.tar.gz ++++++
++++ 5482 lines of diff (skipped)

Reply via email to