Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ipyparallel for 
openSUSE:Factory checked in at 2021-11-15 15:26:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipyparallel (Old)
 and      /work/SRC/openSUSE:Factory/.python-ipyparallel.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ipyparallel"

Mon Nov 15 15:26:42 2021 rev:10 rq:931407 version:8.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipyparallel/python-ipyparallel.changes    
2021-10-18 22:02:45.970118486 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ipyparallel.new.1890/python-ipyparallel.changes
  2021-11-15 15:28:26.645857839 +0100
@@ -1,0 +2,47 @@
+Sun Nov 14 15:42:52 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 8.0.0
+  * This is marked as a major revision because of the change to
+    pass connection information via environment variables.
+    BatchSystem launchers with a custom template will need to make
+    sure to set flags that inherit environment variables, such as
+    #PBS -V or #SBATCH --export=ALL.
+  * More convenient Cluster(engines="mpi") signature for setting
+    the engine (or controller) launcher class.
+  * The first (and usually only) engine set can be accessed as
+    .Cluster.engine_set, rather than digging through the
+    Cluster.engines dict.
+  * Add environment configuration to all Launchers.
+  * Support more configuration via environment variables, including
+    passing connection info to engines via $IPP_CONNECTION_INFO,
+    which is used by default, avoiding the need to send connection
+    files to engines in cases of non-shared filesystems.
+  * Launchers send connection info to engines via
+    $IPP_CONNECTION_INFO by default. This is governed by
+    Cluster.send_engines_connection_env, which is True by default.
+  * Support EngineLauncher.get_output via output files in batch
+    system launchers
+  * Capture output in Batch launchers by setting output file
+    options in the default templates.
+  * LoadBalancedView.imap returns a LazyMapIterator which has a
+    .cancel() method, for stopping consumption of the map input.
+  * Support for return_when argument in .AsyncResult.wait and
+    ~.AsyncResult.wait_interactive, to allow returning on the first
+    error, first completed, or (default) all completed.
+  * LoadBalancedView.imap(max_outstanding=n) limits the number of
+    tasks submitted to the cluster, instead of limiting the number
+    not-yet-consumed. Prior to this, the cluster could be idle if
+    several results were waiting to be consumed.
+  * output streamed by %%px includes errors and results, for
+    immediate feedback when only one engine fails.
+  * Various bugs preventing use of non-default Controller launchers
+  * Fixed crash in jupyterlab extension when IPython directory does
+    not exist
+  * ViewExecutor.shutdown() waits for imap results, like Executors
+    in the standard library
+  * Removed spurious jupyterlab plugin options that had no effect.
+  * %autopx streams output just like %%px
+  * Add BroadcastView benchmark code
+  * Tag releases with tbump
+
+-------------------------------------------------------------------

Old:
----
  ipyparallel-7.1.0.tar.gz

New:
----
  ipyparallel-8.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-ipyparallel.spec ++++++
--- /var/tmp/diff_new_pack.btD11B/_old  2021-11-15 15:28:27.093857965 +0100
+++ /var/tmp/diff_new_pack.btD11B/_new  2021-11-15 15:28:27.097857966 +0100
@@ -16,10 +16,10 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
 %define         skip_python2 1
 Name:           python-ipyparallel
-Version:        7.1.0
+Version:        8.0.0
 Release:        0
 Summary:        Interactive parallel computing library for IPython
 License:        BSD-3-Clause

++++++ ipyparallel-7.1.0.tar.gz -> ipyparallel-8.0.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-ipyparallel/ipyparallel-7.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-ipyparallel.new.1890/ipyparallel-8.0.0.tar.gz
 differ: char 5, line 1

Reply via email to