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 2024-09-03 13:37:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-distributed (Old) and /work/SRC/openSUSE:Factory/.python-distributed.new.2698 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-distributed" Tue Sep 3 13:37:58 2024 rev:83 rq:1197826 version:2024.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-distributed/python-distributed.changes 2024-08-16 12:23:34.218833475 +0200 +++ /work/SRC/openSUSE:Factory/.python-distributed.new.2698/python-distributed.changes 2024-09-03 13:38:23.812898498 +0200 @@ -1,0 +2,20 @@ +Thu Aug 29 14:52:02 UTC 2024 - Ben Greiner <[email protected]> + +- 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: ---- distributed-2024.6.2-gh.tar.gz New: ---- distributed-2024.8.1-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-distributed.spec ++++++ --- /var/tmp/diff_new_pack.0bdBKw/_old 2024-09-03 13:38:24.388922513 +0200 +++ /var/tmp/diff_new_pack.0bdBKw/_new 2024-09-03 13:38:24.392922680 +0200 @@ -16,39 +16,45 @@ # -%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 + # use this to run tests with xdist in parallel, unfortunately fails server side %bcond_with paralleltests -%{?sle15_python_module_pythons} Name: python-distributed%{psuffix} # ===> Note: python-dask MUST be updated in sync with python-distributed! <=== -Version: 2024.6.2 +Version: 2024.8.1 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause @@ -62,7 +68,7 @@ Patch4: distributed-ignore-thread-leaks.patch # PATCH-FIX-OPENSUSE distributed-ignore-rerun.patch -- extend ignore pytest array, [email protected] Patch5: distributed-ignore-rerun.patch -BuildRequires: %{python_module base >= 3.9} +BuildRequires: %{python_module base >= 3.10} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module versioneer-toml >= 0.29} @@ -70,19 +76,19 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Jinja2 >= 2.10.3 -Requires: python-PyYAML >= 5.3.1 +Requires: python-PyYAML >= 5.4.1 Requires: python-click >= 8.0 -Requires: python-cloudpickle >= 1.5.0 +Requires: python-cloudpickle >= 2.0.0 Requires: python-dask = %{version} Requires: python-locket >= 1.0.0 -Requires: python-msgpack >= 1.0.0 +Requires: python-msgpack >= 1.0.2 Requires: python-packaging >= 20.0 -Requires: python-psutil >= 5.7.0 +Requires: python-psutil >= 5.8.0 Requires: python-sortedcontainers >= 2.0.5 Requires: python-tblib >= 1.6.0 -Requires: python-toolz >= 0.10.0 -Requires: python-tornado >= 6.0.4 -Requires: python-urllib3 >= 1.24.3 +Requires: python-toolz >= 0.11.2 +Requires: python-tornado >= 6.2.0 +Requires: python-urllib3 >= 1.26.5 Requires: python-zict >= 2.2.0 Requires(post): update-alternatives Requires(postun): update-alternatives ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.0bdBKw/_old 2024-09-03 13:38:24.432924348 +0200 +++ /var/tmp/diff_new_pack.0bdBKw/_new 2024-09-03 13:38:24.436924515 +0200 @@ -2,5 +2,6 @@ <package>test-py310</package> <package>test-py311</package> <package>test-py312</package> + <package>test-py313</package> </multibuild> ++++++ distributed-2024.6.2-gh.tar.gz -> distributed-2024.8.1-gh.tar.gz ++++++ ++++ 11080 lines of diff (skipped)
