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 2026-03-11 20:54:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-distributed (Old) and /work/SRC/openSUSE:Factory/.python-distributed.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-distributed" Wed Mar 11 20:54:30 2026 rev:91 rq:1338177 version:2026.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-distributed/python-distributed.changes 2025-09-26 22:25:23.540210297 +0200 +++ /work/SRC/openSUSE:Factory/.python-distributed.new.8177/python-distributed.changes 2026-03-11 20:55:33.498514205 +0100 @@ -1,0 +2,10 @@ +Wed Mar 11 00:23:29 UTC 2026 - Steve Kowalik <[email protected]> + +- Update to 2026.1.2: + * More improvements for pandas 3.x + * Support zarr sharding through create_array + * Use shard shape when available in to_zarr + * Several Dask Array bug fixes +- Drop patch distributed-ignore-rerun.patch, no longer required. + +------------------------------------------------------------------- Old: ---- distributed-2025.9.1-gh.tar.gz distributed-ignore-rerun.patch New: ---- distributed-2026.1.2-gh.tar.gz ----------(Old B)---------- Old: * Several Dask Array bug fixes - Drop patch distributed-ignore-rerun.patch, no longer required. ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-distributed.spec ++++++ --- /var/tmp/diff_new_pack.VI2VLN/_old 2026-03-11 20:55:34.174542055 +0100 +++ /var/tmp/diff_new_pack.VI2VLN/_new 2026-03-11 20:55:34.178542219 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-distributed # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -57,7 +57,7 @@ Name: python-distributed%{psuffix} # ===> Note: python-dask MUST be updated in sync with python-distributed! <=== -Version: 2025.9.1 +Version: 2026.1.2 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause @@ -69,12 +69,10 @@ Patch3: distributed-ignore-offline.patch # PATCH-FIX-OPENSUSE distributed-ignore-thread-leaks.patch -- ignore leaking threads on obs, [email protected] 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.10} BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module versioneer-toml >= 0.29} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -131,6 +129,7 @@ %build %if ! %{with test} +export SETUPTOOLS_SCM_PRETEND_VERSION="%{version}" %pyproject_wheel %endif @@ -188,10 +187,10 @@ donttest+=" or (test_client and test_quiet_close_process)" # should return > 3, returns 3 exactly donttest+=" or (test_statistical_profiling_cycle)" -# pytest7 on py312: returns len==2 instead of 1 -donttest+=" or test_computation_object_code_dask_compute" # flaky on 3.10 donttest+=" or (test_client_worker)" +# switch to setuptools_scm means no version written out when not built +donttest+=" or test_version" # flaky timeouts: https://github.com/dask/distributed/issues/9052 donttest+=" or (test_tls_functional and (test_nanny or test_retire_workers))" if [[ $(getconf LONG_BIT) -eq 32 ]]; then ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.VI2VLN/_old 2026-03-11 20:55:34.226544197 +0100 +++ /var/tmp/diff_new_pack.VI2VLN/_new 2026-03-11 20:55:34.234544527 +0100 @@ -3,5 +3,6 @@ <package>test-py311</package> <package>test-py312</package> <package>test-py313</package> + <package>test-py314</package> </multibuild> ++++++ distributed-2025.9.1-gh.tar.gz -> distributed-2026.1.2-gh.tar.gz ++++++ ++++ 3686 lines of diff (skipped)
