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-12-06 14:27:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dask (Old)
 and      /work/SRC/openSUSE:Factory/.python-dask.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dask"

Fri Dec  6 14:27:27 2024 rev:85 rq:1228728 version:2024.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dask/python-dask.changes  2024-11-27 
22:12:42.463900172 +0100
+++ /work/SRC/openSUSE:Factory/.python-dask.new.28523/python-dask.changes       
2024-12-06 14:27:52.056234070 +0100
@@ -1,0 +2,43 @@
+Wed Dec  4 10:16:13 UTC 2024 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 2024.12.0
+  * Revert "Add LLM chatbot to Dask docs (#11556)" @dchudz (#11577)
+  * Automatically rechunk if array in to_zarr has irregular chunks
+    @phofl (#11553)
+  * Blockwise uses Task class @fjetter (#11568)
+  * Migrate rechunk and reshape to task spec @phofl (#11555)
+  * Cache svg-representation for arrays @dcherian (#11560)
+  * Fix empty input for containers @fjetter (#11571)
+  * Convert Bag graphs to TaskSpec graphs during optimization
+    @fjetter (#11569)
+  * add LLM chatbot to Dask docs @dchudz (#11556)
+  * Add support for Python 3.13 @phofl (#11456)
+  * Fuse data nodes in linear fusion too @phofl (#11549)
+  * Migrate slicing code to task spec @phofl (#11548)
+  * Speed up ArraySliceDep tokenization @phofl (#11551)
+  * Fix fusing of p2p barrier tasks @phofl (#11543)
+  * Remove infra/mentions of GPU CI @charlesbluca (#11546)
+  * Temporarily disable gpuCI update CI job @jrbourbeau (#11545)
+  * Use BlockwiseDep to implement map_blocks keywords @phofl
+    (#11542)
+  * Remove optimize_slices @phofl (#11538)
+  * Make reshape_blockwise a noop if shape is the same @phofl
+    (#11541)
+  * Remove read-only flag from open_arry in open_zarr @phofl
+    (#11539)
+  * Implement linear_fusion for task spec class @phofl (#11525)
+  * Remove recursion from TaskSpec @fjetter (#11477)
+  * Fixup test after dask-expr change @phofl (#11536)
+  * Bump codecov/codecov-action from 3 to 5 @dependabot (#11532)
+  * Create dask-expr frame directly without roundtripping @phofl
+    (#11529)
+  * Add scikit-image nightly back to upstream CI @jrbourbeau
+    (#11530)
+  * Remove from\_dask\_dataframe import @phofl (#11528)
+  * Ensure that from_array creates a copy @phofl (#11524)
+  * Simplify and improve performance of normalize chunks @phofl
+    (#11521)
+  * Fix flaky nanquantile test @phofl (#11518)
+  * Fix tests for new read\_only kwarg in zarr=3 @phofl (#11516)
+
+-------------------------------------------------------------------

Old:
----
  dask-2024.11.2.tar.gz

New:
----
  dask-2024.12.0.tar.gz

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

Other differences:
------------------
++++++ python-dask.spec ++++++
--- /var/tmp/diff_new_pack.F1b0mf/_old  2024-12-06 14:27:52.744263046 +0100
+++ /var/tmp/diff_new_pack.F1b0mf/_new  2024-12-06 14:27:52.748263215 +0100
@@ -51,7 +51,7 @@
 
 Name:           python-dask%{psuffix}
 # ===> Note: python-dask MUST be updated in sync with 
python-dask-expr,python-distributed! <===
-Version:        2024.11.2
+Version:        2024.12.0
 Release:        0
 Summary:        Minimal task scheduling abstraction
 License:        BSD-3-Clause
@@ -69,11 +69,11 @@
 Requires:       python-PyYAML >= 5.3.1
 Requires:       python-click >= 8.1
 Requires:       python-cloudpickle >= 3.0
-Requires:       (python-cloudpickle >= 3.1 if python-base >= 3.13)
 Requires:       python-fsspec >= 2021.9
 Requires:       python-packaging >= 20.0
 Requires:       python-partd >= 1.4.0
 Requires:       python-toolz >= 0.10.0
+Requires:       (python-cloudpickle >= 3.1 if python-base >= 3.13)
 Requires:       (python-importlib-metadata >= 4.13.0 if python-base < 3.12)
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
@@ -132,7 +132,7 @@
 # snappy required for using fastparquet
 BuildRequires:  %{python_module python-snappy}
 BuildRequires:  %{python_module requests}
-BuildRequires:  %{python_module scikit-image}
+BuildRequires:  %{python_module scikit-image if %python-base < 3.13}
 BuildRequires:  %{python_module scipy}
 BuildRequires:  %{python_module sparse}
 BuildRequires:  %{python_module tables}
@@ -345,9 +345,7 @@
 donttest+=" or test_pyarrow_filesystem_option_real_data"
 # different hash naming (?)
 donttest+=" or test_to_delayed_optimize_graph"
-# See gh#dask/dask#11456, gh#dask/dask#11457
-python313_donttest=" or test_tokenize_dataclass"
-%pytest --pyargs dask -n auto -r fE -m "not network" -k "not ($donttest 
${$python_donttest})" --reruns 3 --reruns-delay 3
+%pytest --pyargs dask -n auto -r fE -m "not network" -k "not ($donttest)" 
--reruns 3 --reruns-delay 3
 %endif
 
 %post

++++++ dask-2024.11.2.tar.gz -> dask-2024.12.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-dask/dask-2024.11.2.tar.gz 
/work/SRC/openSUSE:Factory/.python-dask.new.28523/dask-2024.12.0.tar.gz differ: 
char 5, line 1

Reply via email to