diff --git a/distributed-2024.1.0-gh.tar.gz b/distributed-2024.1.0-gh.tar.gz deleted file mode 100644 index 1c07778..0000000 --- a/distributed-2024.1.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d7d184a2b5a88c2e17abbb45a7ca1f25a197f1052a8b59c5fef10c29360a2ec -size 2539534 diff --git a/distributed-2024.1.1-gh.tar.gz b/distributed-2024.1.1-gh.tar.gz new file mode 100644 index 0000000..5ff74ff --- /dev/null +++ b/distributed-2024.1.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f7cc2d7240e17f8d24b7f0d6e6ec45936f1c6c3c353f42c07582e5b66e3b77 +size 2539830 diff --git a/python-distributed.changes b/python-distributed.changes index d04701e..8e4ce59 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jan 30 09:38:20 UTC 2024 - Dirk Müller + +- update to 2024.1.1: + * see corresponding dask update: + https://docs.dask.org/en/stable/changelog.html#v2024-1-1 + * compatibility updates for latest pandas and scipy + ------------------------------------------------------------------- Mon Jan 22 09:56:24 UTC 2024 - Dirk Müller @@ -6,7 +14,7 @@ Mon Jan 22 09:56:24 UTC 2024 - Dirk Müller ------------------------------------------------------------------- Sat Jan 20 12:43:08 UTC 2024 - Dirk Müller -- update to 2023.1.4: +- update to 2024.1.0: * see corresponding dask update: https://docs.dask.org/en/stable/changelog.html#v2024-1-0 diff --git a/python-distributed.spec b/python-distributed.spec index d1b5999..a89db0c 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package python-distributed # # Copyright (c) 2024 SUSE LLC # @@ -47,7 +47,7 @@ Name: python-distributed%{psuffix} # ===> Note: python-dask MUST be updated in sync with python-distributed! <=== -Version: 2024.1.0 +Version: 2024.1.1 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause @@ -84,7 +84,7 @@ Requires: python-tornado >= 6.0.4 Requires: python-urllib3 >= 1.24.3 Requires: python-zict >= 2.2.0 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch %if %{with test} BuildRequires: %{python_module bokeh >= 3.1} @@ -172,6 +172,8 @@ donttest+=" or (test_computations_futures)" donttest+=" or (test_client and test_quiet_close_process)" # should return > 3, returns 3 exactly donttest+=" or (test_statistical_profiling_cycle)" +# flakey on 3.10 +donttest+=" or (test_client_worker)" if [[ $(getconf LONG_BIT) -eq 32 ]]; then # OverflowError -- https://github.com/dask/distributed/issues/5252 donttest+=" or test_ensure_spilled_immediately" @@ -180,7 +182,7 @@ if [[ $(getconf LONG_BIT) -eq 32 ]]; then # https://github.com/dask/distributed/issues/7175 donttest+=" or (test_sizeof_error and larger)" # - donttest+=" or test_task_groups or test_client_worker" + donttest+=" or test_task_groups" fi %if %{with paralleltests}