From 1ee499ab4127c7b95d2291b2407e7d4e27e39fca5c463181896b2f7207960ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 9 Mar 2020 06:52:16 +0000 Subject: [PATCH] Accepting request 782718 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/782718 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=51 --- distributed-2.11.0.tar.gz | 3 --- distributed-2.12.0.tar.gz | 3 +++ python-distributed.changes | 37 +++++++++++++++++++++++++++++++++++++ python-distributed.spec | 2 +- 4 files changed, 41 insertions(+), 4 deletions(-) delete mode 100644 distributed-2.11.0.tar.gz create mode 100644 distributed-2.12.0.tar.gz diff --git a/distributed-2.11.0.tar.gz b/distributed-2.11.0.tar.gz deleted file mode 100644 index 3f273e3..0000000 --- a/distributed-2.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8252e9e6387db3862c9b56b5e028b5a592fa82dcbe100bffc34be58ccd74e01c -size 607794 diff --git a/distributed-2.12.0.tar.gz b/distributed-2.12.0.tar.gz new file mode 100644 index 0000000..aa26cab --- /dev/null +++ b/distributed-2.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5805bac7bf15a00f2cceb55babc2456bb148f8b01376a14984d32a1cd7ac0669 +size 612632 diff --git a/python-distributed.changes b/python-distributed.changes index 3ede0c3..4b229f3 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Sun Mar 8 19:04:45 UTC 2020 - Arun Persaud + +- update to version 2.12.0: + * Update TaskGroup remove logic (GH#3557) James Bourbeau + * Fix-up CuPy sparse serialization (GH#3556) John Kirkham + * API docs for LocalCluster and SpecCluster (GH#3548) Tom Augspurger + * Serialize sparse arrays (GH#3545) John Kirkham + * Allow tasks with restrictions to be stolen (GH#3069) Stan Seibert + * Use UCX default configuration instead of raising (GH#3544) Peter + Andreas Entschev + * Support using other serializers with register_generic (GH#3536) + John Kirkham + * DOC: update to async await (GH#3543) Tom Augspurger + * Use pytest.raises in test_ucx_config.py (GH#3541) John Kirkham + * Fix/more ucx config options (GH#3539) Benjamin Zaitlen + * Update heartbeat CommClosedError error handling (GH#3529) James + Bourbeau + * Use makedirs when constructing local_directory (GH#3538) John + Kirkham + * Mark None as MessagePack serializable (GH#3537) John Kirkham + * Mark bool as MessagePack serializable (GH#3535) John Kirkham + * Use ‘temporary-directory’ from dask.config for Nanny’s directory + (GH#3531) John Kirkham + * Add try-except around getting source code in performance report + (GH#3505) Matthew Rocklin + * Fix typo in docstring (GH#3528) Davis Bennett + * Make work stealing callback time configurable (GH#3523) Lucas + Rademaker + * RMM/UCX Config Flags (GH#3515) Benjamin Zaitlen + * Revise develop-docs: conda env example (GH#3406) Darren Weber + * Remove import ucp from the top of ucx.py (GH#3510) Peter Andreas + Entschev + * Rename logs to get_logs (GH#3473) Jacob Tomlinson + * Stop keep alives when worker reconnecting to the scheduler + (GH#3493) Jacob Tomlinson + ------------------------------------------------------------------- Sat Feb 22 18:57:41 UTC 2020 - Arun Persaud diff --git a/python-distributed.spec b/python-distributed.spec index 80b0a79..a88aa42 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -21,7 +21,7 @@ # Test requires network connection %bcond_with test Name: python-distributed -Version: 2.11.0 +Version: 2.12.0 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause