Hello community,
here is the log from the commit of package python-distributed for
openSUSE:Factory checked in at 2018-09-04 22:56:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-distributed (Old)
and /work/SRC/openSUSE:Factory/.python-distributed.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-distributed"
Tue Sep 4 22:56:22 2018 rev:5 rq:632810 version:1.23.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-distributed/python-distributed.changes
2018-07-02 23:34:00.373207999 +0200
+++
/work/SRC/openSUSE:Factory/.python-distributed.new/python-distributed.changes
2018-09-04 22:56:23.989047985 +0200
@@ -1,0 +2,105 @@
+Sun Sep 2 17:03:46 UTC 2018 - [email protected]
+
+- specfile:
+ * remove devel from noarch
+ * be more specific in %files section
+
+- update to version 1.23.0:
+ * Add direct_to_workers to Client Matthew Rocklin
+ * Add Scheduler.proxy to workers Matthew Rocklin
+ * Implement Actors Matthew Rocklin
+ * Fix tooltip (#2168) Loïc Estève
+ * Fix scale / avoid returning coroutines (#2171) Joe Hamman
+ * Clarify dask-worker –nprocs (#2173) Yu Feng
+ * Concatenate all bytes of small messages in TCP comms (#2172)
+ Matthew Rocklin
+ * Add dashboard_link property (#2176) Jacob Tomlinson
+ * Always offload to_frames (#2170) Matthew Rocklin
+ * Warn if desired port is already in use (#2191) (#2199) Matthew
+ Rocklin
+ * Add profile page for event loop thread (#2144) Matthew Rocklin
+ * Use dispatch for dask serialization, also add sklearn, pytorch
+ (#2175) Matthew Rocklin
+ * Handle corner cases with busy signal (#2182) Matthew Rocklin
+ * Check self.dependencies when looking at tasks in memory (#2196)
+ Matthew Rocklin
+ * Add ability to log additional custom metrics from each worker
+ (#2169) Loïc Estève
+ * Fix formatting when port is a tuple (#2204) Loïc Estève
+ * Describe what ZeroMQ is (#2211) Mike DePalatis
+ * Tiny typo fix (#2214) Anderson Banihirwe
+ * Add Python 3.7 to travis.yml (#2203) Matthew Rocklin
+ * Add plot= keyword to get_task_stream (#2198) Matthew Rocklin
+ * Add support for optional versions in Client.get_versions (#2216)
+ Matthew Rocklin
+ * Add routes for solo bokeh figures in dashboard (#2185) Matthew
+ Rocklin
+ * Be resilient to missing dep after busy signal (#2217) Matthew
+ Rocklin
+ * Use CSS Grid to layout status page on the dashboard (#2213) Derek
+ Ludwig and Luke Canavan
+ * Fix deserialization of queues on main ioloop thread (#2221)
+ Matthew Rocklin
+ * Add a worker initialization function (#2201) Guillaume EB
+ * Collapse navbar in dashboard (#2223) Luke Canavan
+
+- changes from version 1.22.1:
+ * Add worker_class= keyword to Nanny to support different worker
+ types (GH#2147) Martin Durant
+ * Cleanup intermittent worker failures (GH#2152) (GH#2146) Matthew
+ Rocklin
+ * Fix msgpack PendingDeprecationWarning for encoding=’utf-8’
+ (GH#2153) Olivier Grisel
+ * Make bokeh coloring deterministic using hash function (GH#2143)
+ Matthew Rocklin
+ * Allow client to query the task stream plot (GH#2122) Matthew
+ Rocklin
+ * Use PID and counter in thread names (GH#2084) (GH#2128) Dror
+ Birkman
+ * Test that worker restrictions are cleared after cancellation
+ (GH#2107) Matthew Rocklin
+ * Expand resources in graph_to_futures (GH#2131) Matthew Rocklin
+ * Add custom serialization support for pyarrow (GH#2115) Dave
+ Hirschfeld
+ * Update dask-scheduler cli help text for preload (GH#2120) Matt
+ Nicolls
+ * Added another nested parallelism test (GH#1710) Tom Augspurger
+ * insert newline by default after TextProgressBar (GH#1976) Phil
+ Tooley
+ * Retire workers from scale (GH#2104) Matthew Rocklin
+ * Allow worker to refuse data requests with busy signal (GH#2092)
+ Matthew Rocklin
+ * Don’t forget released keys (GH#2098) Matthew Rocklin
+ * Update example for stopping a worker (GH#2088) `John A Kirkham`_
+ * removed hardcoded value of memory terminate fraction from a log
+ message (GH#2096) Bartosz Marcinkowski
+ * Adjust worker doc after change in config file location and
+ treatment (GH#2094) Aurélien Ponte
+ * Prefer gathering data from same host (GH#2090) Matthew Rocklin
+ * Handle exceptions on deserialized comm with text error (GH#2093)
+ Matthew Rocklin
+ * Fix typo in docstring (GH#2087) Loïc Estève
+ * Provide communication context to serialization functions (GH#2054)
+ Matthew Rocklin
+ * Allow name to be explicitly passed in publish_dataset (GH#1995)
+ Marius van Niekerk
+ * Avoid accessing Worker.scheduler_delay around yield point
+ (GH#2074) Matthew Rocklin
+ * Support TB and PB in format bytes (GH#2072) Matthew Rocklin
+ * Add test for as_completed for loops in Python 2 (GH#2071) Matthew
+ Rocklin
+ * Allow adaptive to exist without a cluster (GH#2064) Matthew
+ Rocklin
+ * Have worker data transfer wait until recipient acknowledges
+ (GH#2052) Matthew Rocklin
+ * Support async def functions in Client.sync (GH#2070) Matthew
+ Rocklin
+ * Add asynchronous parameter to docstring of LocalCluster Matthew
+ Rocklin
+ * Normalize address before comparison (GH#2066) Tom Augspurger
+ * Use ConnectionPool for Worker.scheduler Matthew Rocklin
+ * Avoid reference cycle in str_graph Matthew Rocklin
+ * Pull data outside of while loop in gather (GH#2059) Matthew
+ Rocklin
+
+-------------------------------------------------------------------
Old:
----
distributed-1.22.0.tar.gz
New:
----
distributed-1.23.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-distributed.spec ++++++
--- /var/tmp/diff_new_pack.YNgDIo/_old 2018-09-04 22:56:24.525049816 +0200
+++ /var/tmp/diff_new_pack.YNgDIo/_new 2018-09-04 22:56:24.533049843 +0200
@@ -20,7 +20,7 @@
# Test requires network connection
%bcond_with test
Name: python-distributed
-Version: 1.22.0
+Version: 1.23.0
Release: 0
Summary: Library for distributed computing with Python
License: BSD-3-Clause
@@ -28,7 +28,6 @@
URL: https://distributed.readthedocs.io/en/latest/
Source:
https://files.pythonhosted.org/packages/source/d/distributed/distributed-%{version}.tar.gz
Source99: python-distributed-rpmlintrc
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module joblib >= 0.10.2}
BuildRequires: %{python_module scikit-learn >= 0.17.1}
BuildRequires: %{python_module setuptools}
@@ -106,6 +105,6 @@
%python3_only %{_bindir}/dask-scheduler
%python3_only %{_bindir}/dask-worker
%python3_only %{_bindir}/dask-mpi
-%{python_sitelib}/*
+%{python_sitelib}/distributed*
%changelog
++++++ distributed-1.22.0.tar.gz -> distributed-1.23.0.tar.gz ++++++
++++ 10183 lines of diff (skipped)