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 2026-06-16 13:57:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dask (Old)
 and      /work/SRC/openSUSE:Factory/.python-dask.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dask"

Tue Jun 16 13:57:26 2026 rev:88 rq:1359664 version:2026.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dask/python-dask.changes  2026-03-11 
20:55:32.190460319 +0100
+++ /work/SRC/openSUSE:Factory/.python-dask.new.1981/python-dask.changes        
2026-06-16 14:02:13.799200423 +0200
@@ -1,0 +2,63 @@
+Mon Jun 15 13:28:27 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2026.6.0:
+  * Improve pandas 3.1 compatibility, including
+    add_prefix/add_suffix and DataFrame.drop changes
+    (:pr:`12414`, :pr:`12447`) `Guido Imperiale`_
+  * Fix groupby compatibility with pandas 2.2 and 2.3 and test
+    against intermediate NumPy and pandas versions (:pr:`12372`)
+    `Guido Imperiale`_
+  * Store empty arrays with Zarr 3.2.0 (:pr:`12366`) `Guido
+    Imperiale`_
+  * Fix quantile and nanquantile behavior (:pr:`12380`) `Guido
+    Imperiale`_
+  * Add support for Cholesky decomposition with complex dtypes
+    (:pr:`12416`) `Niclas Rieger`_
+  * Fix dataframe correctness issues in DataFrame.merge and
+    Series.map (:pr:`12430`, :pr:`12432`) `nn`_, `Mike
+    Evdokimov`_
+  * Overhaul the publish_dataset extension (:pr-
+    distributed:`9217`) `Guido Imperiale`_
+  * Overhaul task stream handling (:pr-distributed:`9230`, :pr-
+    distributed:`9282`, :pr-distributed:`9293`) `Guido
+    Imperiale`_, `MohammadYusif`_
+  * Fix a race condition in SubprocessCluster startup (:pr-
+    distributed:`9292`) `Guido Imperiale`_
+  * Clean up deprecated Distributed APIs across scheduler,
+    worker, CLI, plugin, and progress handling (:pr-
+    distributed:`9222`, :pr-distributed:`9225`, :pr-
+    distributed:`9238`, :pr-distributed:`9240`, :pr-
+    distributed:`9250`) `Guido Imperiale`_
+  * Migrate CI and local workflows to Pixi (:pr:`12389`, :pr-
+    distributed:`9276`) `Guido Imperiale`_
+  * Add AI contribution guidance with AGENTS.md and CLAUDE.md
+    (:pr:`12415`, :pr-distributed:`9279`) `Guido Imperiale`_
+  * Add PyPI release workflows with GitHub Actions Trusted
+    Publishing (:pr:`12452`, :pr-distributed:`9297`) `Matthew
+    Rocklin`_
+
+-------------------------------------------------------------------
+Mon Jun 15 13:19:33 UTC 2026 - Dirk Müller <[email protected]>
+
+- stop testing for python 3.10 and 3.11
+
+-------------------------------------------------------------------
+Thu May 28 14:34:38 UTC 2026 - Marius Grossu <[email protected]>
+
+- Skip python311-zarr
+- Drop support for Python 3.11: added %global skip_python311 1 in spec file
+  (bsc#1263906)
+
+-------------------------------------------------------------------
+Wed May 27 15:32:29 UTC 2026 - Benjamin Greiner <[email protected]>
+
+- Don't test with python311-xarray: It got removed
+
+-------------------------------------------------------------------
+Sat Apr 11 12:19:36 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2026.3.0:
+  * Preliminary Python 3.14t support
+  * Bokeh 3.9.0 compatibility
+
+-------------------------------------------------------------------

Old:
----
  dask-2026.1.2.tar.gz

New:
----
  dask-2026.6.0.tar.gz

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

Other differences:
------------------
++++++ python-dask.spec ++++++
--- /var/tmp/diff_new_pack.Ryf2HY/_old  2026-06-16 14:02:16.107296663 +0200
+++ /var/tmp/diff_new_pack.Ryf2HY/_new  2026-06-16 14:02:16.111296829 +0200
@@ -17,6 +17,8 @@
 
 
 %global flavor @BUILD_FLAVOR@%{nil}
+%global skip_python310 1
+%global skip_python311 1
 %{?sle15_python_module_pythons}
 %if "%{flavor}" == ""
 %define psuffix %{nil}
@@ -54,7 +56,7 @@
 
 Name:           python-dask%{psuffix}
 # ===> Note: python-dask MUST be updated in sync with python-distributed! <===
-Version:        2026.1.2
+Version:        2026.6.0
 Release:        0
 Summary:        Minimal task scheduling abstraction
 License:        BSD-3-Clause
@@ -64,18 +66,18 @@
 BuildRequires:  %{python_module base >= 3.10}
 BuildRequires:  %{python_module packaging >= 20.0}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module setuptools_scm}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module setuptools >= 80}
+BuildRequires:  %{python_module setuptools_scm >= 9}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-PyYAML >= 5.3.1
+Requires:       python-PyYAML >= 5.4.1
 Requires:       python-click >= 8.1
-Requires:       python-cloudpickle >= 3.0
-Requires:       python-fsspec >= 2021.9
+Requires:       python-cloudpickle >= 3.0.0
+Requires:       python-fsspec >= 2021.09.0
 Requires:       python-packaging >= 20.0
 Requires:       python-partd >= 1.4.0
-Requires:       python-toolz >= 0.10.0
+Requires:       python-toolz >= 0.12.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
@@ -139,8 +141,8 @@
 BuildRequires:  %{python_module scipy}
 BuildRequires:  %{python_module sparse}
 BuildRequires:  %{python_module tables}
-BuildRequires:  %{python_module xarray}
-BuildRequires:  %{python_module zarr}
+BuildRequires:  %{python_module xarray if %python-base >= 3.12}
+BuildRequires:  %{python_module zarr if %python-base >= 3.12}
 # /SECTION
 %endif
 %python_subpackages
@@ -166,7 +168,7 @@
 Requires:       %{name}-diagnostics = %{version}
 Requires:       %{name}-distributed = %{version}
 Requires:       python-lz4 >= 4.3.2
-Requires:       python-pyarrow >= 14.0.1
+Requires:       python-pyarrow >= 16.0
 Provides:       %{name}-all = %{version}-%{release}
 Obsoletes:      %{name}-all < %{version}-%{release}
 
@@ -188,7 +190,7 @@
 Summary:        Numpy-like array data structure for dask
 Requires:       %{name} = %{version}
 Requires:       %{name}-delayed = %{version}
-Requires:       python-numpy >= 1.21
+Requires:       python-numpy >= 1.24
 Recommends:     python-scipy
 
 %description array
@@ -212,8 +214,8 @@
 Summary:        Pandas-like DataFrame data structure for dask
 Requires:       %{name} = %{version}
 Requires:       %{name}-array = %{version}
-Requires:       python-pandas >= 2
-Requires:       python-pyarrow >= 14.0.1
+Requires:       python-pandas >= 2.0
+Requires:       python-pyarrow >= 16.0
 
 %description dataframe
 A flexible library for parallel computing in Python.
@@ -258,7 +260,7 @@
 Summary:        Diagnostics for dask
 Requires:       %{name} = %{version}
 Requires:       python-Jinja2 >= 2.10.3
-Requires:       python-bokeh >= 3.1
+Requires:       python-bokeh >= 3.1.0
 
 %description diagnostics
 A flexible library for parallel computing in Python.

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.Ryf2HY/_old  2026-06-16 14:02:16.147298331 +0200
+++ /var/tmp/diff_new_pack.Ryf2HY/_new  2026-06-16 14:02:16.147298331 +0200
@@ -1,6 +1,4 @@
 <multibuild>
-  <package>test-py310</package>
-  <package>test-py311</package>
   <package>test-py312</package>
   <package>test-py313</package>
   <package>test-py314</package>

++++++ dask-2026.1.2.tar.gz -> dask-2026.6.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-dask/dask-2026.1.2.tar.gz 
/work/SRC/openSUSE:Factory/.python-dask.new.1981/dask-2026.6.0.tar.gz differ: 
char 5, line 1

Reply via email to