- update to 2023.12.0:

* see corresponding dask update:
  * https://docs.dask.org/en/stable/changelog.html#v2023-12-0
  * Bokeh 3.3.0 compatibility
- Update to version 2022.11.1
  * Automatically mark all WorkerState tests (:pr:`6706`) crusaderky
- Update to 2022.6.1
- add distributed-fix-python310.patch to fix build with python 3.10
- Update to version 2021.9.1
  * Fix add_plugin warnings
  * Add list around iterator in handle_missing_dep
  * Jupyter-client 7 compatiblity
  * Add standalone dashboard page for GPU usage (GH#4556) Jacob
  * Handle stream is None case in TCP comm finalizer (GH#4631)
  * Include LIST_PICKLE in NumPy array serialization (GH#4632)
  * Rename annotation plugin in test_highlevelgraph.py (GH#4618)
  * Skip NumPy and pandas tests if not importable (GH#4563) Ben
  * Remove utils.shutting_down in favor of sys.is_finalizing
  * Introduce events log length config option (GH#4615) Fabian
  * Upstream config serialization and inheritance (GH#4372) Jacob
  * Add check to scheduler creation in SpecCluster (GH#4605) Jacob
  * Make length of events deque configurable (GH#4604) Fabian
  * Add explicit fetch state to worker TaskState (GH#4470) Gil
  * pickle_loads(): Handle empty memoryview (GH#4595) Mads R. B.
  * Switch documentation builds for PRs to readthedocs (GH#4599)
  * If SpecCluster fails to start attempt to gracefully close out
  * IPython magics: remove deprecated ioloop workarounds (GH#4530)
  * Add GitHub actions workflow to cancel duplicate builds
  * Remove outdated macOS build badge from README (GH#4576) James
  * Change default branch from master to main (GH#4495) Julia

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=149
This commit is contained in:
Dirk Mueller 2023-12-02 14:15:49 +00:00 committed by Git OBS Bridge
parent 503385dcf3
commit fc6a4467ef
4 changed files with 67 additions and 59 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:822d05f7ed8497166e542d58469b755d8717517806e30bc250e0ececc94ec122
size 2532211

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92a5d225cf30f3ce1ff31d280adf67ff02965f5ebcfd7794d01126d6f3590166
size 2525896

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Dec 2 14:14:30 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2023.12.0:
* see corresponding dask update:
* https://docs.dask.org/en/stable/changelog.html#v2023-12-0
* Bokeh 3.3.0 compatibility
-------------------------------------------------------------------
Thu Nov 16 21:20:48 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -44,7 +44,7 @@
Name: python-distributed%{psuffix}
# ===> Note: python-dask MUST be updated in sync with python-distributed! <===
Version: 2023.11.0
Version: 2023.12.0
Release: 0
Summary: Library for distributed computing with Python
License: BSD-3-Clause