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-09-03 13:38:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dask (Old)
 and      /work/SRC/openSUSE:Factory/.python-dask.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dask"

Tue Sep  3 13:38:01 2024 rev:80 rq:1197828 version:2024.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dask/python-dask.changes  2024-07-16 
22:05:30.940637780 +0200
+++ /work/SRC/openSUSE:Factory/.python-dask.new.2698/python-dask.changes        
2024-09-03 13:38:26.849025077 +0200
@@ -1,0 +2,20 @@
+Thu Aug 29 14:52:02 UTC 2024 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 2024.8.1
+  * Improve output chunksizes for reshaping Dask Arrays
+  * Improve scheduling efficiency for Xarray Rechunk-GroupBy-Reduce
+    patterns
+  * Drop support for Python 3.9
+- Release 2025.8.0
+  * Improve efficiency and performance of slicing with positional
+    indexers
+  * Improve scheduling efficiency for Xarray GroupBy-Reduce
+    patterns
+- Release 2025.7.1
+  * More resilient distributed lock
+- Release 2025.7.0
+  * Drop support for pandas 1.x
+  * Publish-subscribe APIs deprecated
+- Overhaul multibuild setup: Prepare for python313
+
+-------------------------------------------------------------------

Old:
----
  dask-2024.6.2.tar.gz

New:
----
  dask-2024.8.1.tar.gz

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

Other differences:
------------------
++++++ python-dask.spec ++++++
--- /var/tmp/diff_new_pack.4Q2FkN/_old  2024-09-03 13:38:27.949070938 +0200
+++ /var/tmp/diff_new_pack.4Q2FkN/_new  2024-09-03 13:38:27.953071105 +0200
@@ -16,44 +16,48 @@
 #
 
 
-%define psuffix %{nil}
 %global flavor @BUILD_FLAVOR@%{nil}
-%if "%{flavor}" == "test-py310"
-%define psuffix -test-py310
-%define skip_python311 1
-%define skip_python312 1
+%{?sle15_python_module_pythons}
+%if "%{flavor}" == ""
+%define psuffix %{nil}
+%bcond_with test
+%else
 %bcond_without test
-%endif
-%if "%{flavor}" == "test-py311"
-%define psuffix -test-py311
+%define psuffix -%{flavor}
+%if 0%{suse_version} >= 1599
+%if "%{flavor}" != "test-py310"
 %define skip_python310 1
-%define skip_python312 1
-%bcond_without test
 %endif
-%if "%{flavor}" == "test-py312"
-%define psuffix -test-py312
-%define skip_python310 1
+%if "%{flavor}" != "test-py311"
 %define skip_python311 1
-%bcond_without test
 %endif
-%if "%{flavor}" == ""
-%bcond_with test
+%if "%{flavor}" != "test-py312"
+%define skip_python312 1
+%endif
+%if "%{flavor}" != "test-py313"
+%define skip_python313 1
+%endif
 %else
-# globally stop testing this one
-%define skip_python39 1
+%if "%{pythons}" == "python311" && "%{flavor}" != "test-py311"
+# Hardcoded assumption: SLE15 pythons module has python311
+%define pythons %{nil}
+%endif
+%endif
+%endif
+%if "%{shrink:%pythons}" == ""
+ExclusiveArch:  donotbuild
+%define python_module() 
%flavor-not-enabled-in-buildset-for-suse-%{?suse_version}
 %endif
-
-%{?sle15_python_module_pythons}
 Name:           python-dask%{psuffix}
 # ===> Note: python-dask MUST be updated in sync with python-distributed! <===
-Version:        2024.6.2
+Version:        2024.8.1
 Release:        0
 Summary:        Minimal task scheduling abstraction
 License:        BSD-3-Clause
 URL:            https://dask.org
 # SourceRepository: https://github.com/dask/dask
 Source0:        
https://files.pythonhosted.org/packages/source/d/dask/dask-%{version}.tar.gz
-BuildRequires:  %{python_module base >= 3.9}
+BuildRequires:  %{python_module base >= 3.10}
 BuildRequires:  %{python_module packaging >= 20.0}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
@@ -63,10 +67,10 @@
 BuildRequires:  python-rpm-macros
 Requires:       python-PyYAML >= 5.3.1
 Requires:       python-click >= 8.1
-Requires:       python-cloudpickle >= 1.5
+Requires:       python-cloudpickle >= 3.0
 Requires:       python-fsspec >= 2021.9
 Requires:       python-packaging >= 20.0
-Requires:       python-partd >= 1.2.0
+Requires:       python-partd >= 1.4.0
 Requires:       python-toolz >= 0.10.0
 Requires:       (python-importlib-metadata >= 4.13.0 if python-base < 3.12)
 Requires(post): update-alternatives
@@ -208,7 +212,7 @@
 Requires:       %{name}-bag = %{version}
 # This is an extra package
 Requires:       (python-dask-expr >= 1.1 with python-dask-expr < 1.2)
-Requires:       python-pandas >= 1.3
+Requires:       python-pandas >= 2
 
 %description dataframe
 A flexible library for parallel computing in Python.

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.4Q2FkN/_old  2024-09-03 13:38:27.989072607 +0200
+++ /var/tmp/diff_new_pack.4Q2FkN/_new  2024-09-03 13:38:27.993072773 +0200
@@ -2,5 +2,6 @@
   <package>test-py310</package>
   <package>test-py311</package>
   <package>test-py312</package>
+  <package>test-py313</package>
 </multibuild>
 

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

Reply via email to