Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-dask for openSUSE:Factory 
checked in at 2024-07-08 19:08:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dask (Old)
 and      /work/SRC/openSUSE:Factory/.python-dask.new.2080 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dask"

Mon Jul  8 19:08:32 2024 rev:78 rq:1186062 version:2024.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dask/python-dask.changes  2024-05-01 
14:57:54.957094752 +0200
+++ /work/SRC/openSUSE:Factory/.python-dask.new.2080/python-dask.changes        
2024-07-08 19:08:50.772025824 +0200
@@ -1,0 +2,30 @@
+Mon Jul  8 04:34:30 UTC 2024 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Update to 2024.6.2:
+  * profile._f_lineno: handle next_line being None in Python 3.13
+  * Cache global query-planning config
+  * Python 3.13 fixes
+  * Fix test_map_freq_to_period_start for pandas=3
+  * Tokenizing memmap arrays will now avoid materializing the array into
+    memory.
+  * Fix test_dt_accessor with query planning disabled
+  * Remove deprecated dask.compatibility module
+  * Ensure compatibility for xarray.NamedArray
+  * Avoid rounding error in
+    test_prometheus_collect_count_total_by_cost_multipliers
+  * Log key collision count in update_graph log event
+  * Rename safe to expected in Scheduler.remove_worker
+  * Eagerly update aggregate statistics for TaskPrefix instead of
+    calculating them on-demand
+  * Improve graph submission time for P2P rechunking by avoiding unpack
+    recursion into indices
+  * Add safe keyword to remove-worker event
+  * Improved errors and reduced logging for P2P RPC calls
+  * Adjust P2P tests for dask-expr
+  * Iterate over copy of Server.digests_total_since_heartbeat to avoid
+    RuntimeError
+  * Add Prometheus gauge for task groups
+  * Fix too strict assertion in shuffle code for pandas subclasses
+  * Reduce noise from erring tasks that are not supposed to be running
+
+-------------------------------------------------------------------

Old:
----
  dask-2024.4.2.tar.gz

New:
----
  dask-2024.6.2.tar.gz

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

Other differences:
------------------
++++++ python-dask.spec ++++++
--- /var/tmp/diff_new_pack.elceLV/_old  2024-07-08 19:08:51.516053035 +0200
+++ /var/tmp/diff_new_pack.elceLV/_new  2024-07-08 19:08:51.520053181 +0200
@@ -46,7 +46,7 @@
 %{?sle15_python_module_pythons}
 Name:           python-dask%{psuffix}
 # ===> Note: python-dask MUST be updated in sync with python-distributed! <===
-Version:        2024.4.2
+Version:        2024.6.2
 Release:        0
 Summary:        Minimal task scheduling abstraction
 License:        BSD-3-Clause
@@ -181,7 +181,8 @@
 Summary:        Numpy-like array data structure for dask
 Requires:       %{name} = %{version}
 Requires:       %{name}-delayed = %{version}
-Requires:       python-numpy >= 1.21
+# Requires both pyarrow and tables to be built against numpy 2
+Requires:       (python-numpy >= 1.21 with python-numpy < 2)
 Recommends:     python-scipy
 
 %description array
@@ -207,7 +208,7 @@
 Requires:       %{name}-array = %{version}
 Requires:       %{name}-bag = %{version}
 # This is an extra package
-Requires:       (python-dask-expr >= 1.0 with python-dask-expr < 1.1)
+Requires:       (python-dask-expr >= 1.1 with python-dask-expr < 1.2)
 Requires:       python-pandas >= 1.3
 
 %description dataframe

++++++ dask-2024.4.2.tar.gz -> dask-2024.6.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-dask/dask-2024.4.2.tar.gz 
/work/SRC/openSUSE:Factory/.python-dask.new.2080/dask-2024.6.2.tar.gz differ: 
char 5, line 1

Reply via email to