diff --git a/distributed-1.25.1.tar.gz b/distributed-1.25.1.tar.gz deleted file mode 100644 index f2414c8..0000000 --- a/distributed-1.25.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f226e14953736ea8c51e7da2a33d0f5974a0a5e0778c82b3513e85e15495ee1 -size 519990 diff --git a/distributed-1.25.2.tar.gz b/distributed-1.25.2.tar.gz new file mode 100644 index 0000000..3eeb99f --- /dev/null +++ b/distributed-1.25.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c83078ef4cfe65a8e371ad6283ff1acb1e20a2a475788a1ce87e95ddc3406567 +size 520738 diff --git a/python-distributed.changes b/python-distributed.changes index 64fd1fc..2064c14 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun Jan 6 22:33:33 UTC 2019 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 1.25.2: + * Clean up LocalCluster logging better in async mode (:pr:`2448`) + Matthew Rocklin + * Add short error message if bokeh cannot be imported (:pr:`2444`) + Dirk Petersen + * Add optional environment variables to Nanny (:pr:`2431`) Matthew + Rocklin + * Make the direct keyword docstring entries uniform (:pr:`2441`) + Matthew Rocklin + * Make LocalCluster.close async friendly (:pr:`2437`) Matthew + Rocklin + * gather_dep: don't request dependencies we already found out we + don't want (:pr:`2428`) tjb900 + * Add parameters to Client.run docstring (:pr:`2429`) Matthew + Rocklin + * Support coroutines and async-def functions in run/run_scheduler + (:pr:`2427`) Matthew Rocklin + * Name threads in ThreadPoolExecutors (:pr:`2408`) Matthew Rocklin + ------------------------------------------------------------------- Sat Dec 22 03:59:39 UTC 2018 - Todd R diff --git a/python-distributed.spec b/python-distributed.spec index 2f7dae0..8651f50 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -1,7 +1,7 @@ # # spec file for package python-distributed # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ # Test requires network connection %bcond_with test Name: python-distributed -Version: 1.25.1 +Version: 1.25.2 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause