From fdc62d60d081617945d5ae54ff994b8bfc8af0e7ccb342fff61dfa7f767df962 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 8 Mar 2023 09:42:51 +0000 Subject: [PATCH] - update to 2023.3.0: * Remove pyarrow dependency for rechunking * Update rechunk_transfer and rechunk_unpack errors * Remove dead code and document arguments to ShardBuffer constructors * Fix tests for p2p by default * Remove obsolete cast OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=134 --- distributed-2023.2.0-gh.tar.gz | 3 --- distributed-2023.3.0-gh.tar.gz | 3 +++ python-distributed.changes | 11 +++++++++++ python-distributed.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 distributed-2023.2.0-gh.tar.gz create mode 100644 distributed-2023.3.0-gh.tar.gz diff --git a/distributed-2023.2.0-gh.tar.gz b/distributed-2023.2.0-gh.tar.gz deleted file mode 100644 index b2a2b69..0000000 --- a/distributed-2023.2.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5db987e28a72c1844736becb9b25e4e5bf6c70d6d002cf98a9d7af9a1f9785c3 -size 1810831 diff --git a/distributed-2023.3.0-gh.tar.gz b/distributed-2023.3.0-gh.tar.gz new file mode 100644 index 0000000..db69847 --- /dev/null +++ b/distributed-2023.3.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48932c1db5ce8ab9f9e129a75866f72d73fcc2c582362ac37aead6aa60dec511 +size 1831126 diff --git a/python-distributed.changes b/python-distributed.changes index 467a76b..6e105bd 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Mar 8 09:41:59 UTC 2023 - Dirk Müller + +- update to 2023.3.0: + * Remove pyarrow dependency for rechunking + * Update rechunk_transfer and rechunk_unpack errors + * Remove dead code and document arguments to ShardBuffer + constructors + * Fix tests for p2p by default + * Remove obsolete cast + ------------------------------------------------------------------- Sun Feb 26 00:09:53 UTC 2023 - Ben Greiner diff --git a/python-distributed.spec b/python-distributed.spec index 423f2e1..27e45dc 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -56,7 +56,7 @@ Name: python-distributed%{psuffix} # ===> Note: python-dask MUST be updated in sync with python-distributed! <=== -Version: 2023.2.0 +Version: 2023.3.0 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause