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 2022-03-13 20:25:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipyparallel (Old)
 and      /work/SRC/openSUSE:Factory/.python-ipyparallel.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ipyparallel"

Sun Mar 13 20:25:17 2022 rev:13 rq:961415 version:8.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipyparallel/python-ipyparallel.changes    
2022-01-15 21:45:45.137631643 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ipyparallel.new.25692/python-ipyparallel.changes
 2022-03-13 20:25:40.531691225 +0100
@@ -1,0 +2,13 @@
+Sun Feb 27 01:08:20 UTC 2022 - Arun Persaud <[email protected]>
+
+- update to version 8.2.0:
+  * Changes:
+    + len(AsyncMapResult) and progress ports now use the number of
+      items in the map, not the number of messages.
+  * Enhancements:
+    + Show output prior to errors in %%px
+  * Bugs fixed:
+    + Fix cases where engine id could be -1 in tracebacks
+    + Add missing pbs to engine launcher entrypoints
+
+-------------------------------------------------------------------

Old:
----
  ipyparallel-8.1.0.tar.gz

New:
----
  ipyparallel-8.2.0.tar.gz

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

Other differences:
------------------
++++++ python-ipyparallel.spec ++++++
--- /var/tmp/diff_new_pack.jPR1w7/_old  2022-03-13 20:25:41.239692058 +0100
+++ /var/tmp/diff_new_pack.jPR1w7/_new  2022-03-13 20:25:41.243692063 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %define         skip_python2 1
 Name:           python-ipyparallel
-Version:        8.1.0
+Version:        8.2.0
 Release:        0
 Summary:        Interactive parallel computing library for IPython
 License:        BSD-3-Clause
@@ -40,20 +40,10 @@
 BuildRequires:  %{python_module tqdm}
 BuildRequires:  %{python_module traitlets >= 4.3}
 BuildRequires:  fdupes
-BuildRequires:  jupyter-notebook-filesystem
 BuildRequires:  jupyter-rpm-macros
 BuildRequires:  python-rpm-macros
-# SECTION test requirements, including ipython[test] (there is no iptest 
package anymore)
-BuildRequires:  %{python_module Pygments}
-BuildRequires:  %{python_module ipython >= 4}
-BuildRequires:  %{python_module matplotlib}
-BuildRequires:  %{python_module pytest-asyncio}
-BuildRequires:  %{python_module pytest-tornado}
-BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module testpath}
-# /SECTION
-Requires:       python-entrypoints
 Requires:       python-decorator
+Requires:       python-entrypoints
 Requires:       python-ipykernel >= 4.4
 Requires:       python-ipython >= 4
 Requires:       python-jupyter-client
@@ -67,9 +57,18 @@
 Requires(postun):update-alternatives
 Recommends:     jupyter-ipyparallel = %{version}
 Recommends:     python-mpi4py
-Provides:       python-jupyter_ipyparallel = %{version}
-Obsoletes:      python-jupyter_ipyparallel < %{version}
+Provides:       python-jupyter_ipyparallel = %{version}-%{release}
+Obsoletes:      python-jupyter_ipyparallel < %{version}-%{release}
 BuildArch:      noarch
+# SECTION test requirements, including ipython[test] (there is no iptest 
package anymore)
+BuildRequires:  %{python_module Pygments}
+BuildRequires:  %{python_module ipython >= 4}
+BuildRequires:  %{python_module matplotlib}
+BuildRequires:  %{python_module pytest-asyncio}
+BuildRequires:  %{python_module pytest-tornado}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module testpath}
+# /SECTION
 %python_subpackages
 
 %description
@@ -83,8 +82,8 @@
 Requires:       jupyter-jupyter-core
 Requires:       jupyter-notebook
 Requires:       python3-ipyparallel = %{version}
-Provides:       python-jupyter_ipyparallel-nbextension = %{version}
-Obsoletes:      python-jupyter_ipyparallel-nbextension < %{version}
+Provides:       python-jupyter_ipyparallel-nbextension = %{version}-%{release}
+Obsoletes:      python-jupyter_ipyparallel-nbextension < %{version}-%{release}
 
 %description -n jupyter-ipyparallel
 Use multiple instances of IPython in parallel, interactively.
@@ -109,7 +108,7 @@
 
 %install
 %python_install
-%{jupyter_move_config}
+%jupyter_move_config
 
 # Prepare for update-alternatives
 %python_clone -a %{buildroot}%{_bindir}/ipcluster
@@ -121,7 +120,7 @@
 for f in apps/iploggerapp.py cluster/app.py engine/app.py controller/app.py 
controller/heartmonitor.py; do
   chmod a+x $f
   # Fix wrong-script-interpreter
-  sed -i "s|#!%{_bindir}/env python|#!%__$python|" $f
+  sed -i "s|#!%{_bindir}/env python.*|#!%__$python|" $f
   $python -m compileall $f
   $python -O -m compileall $f
 done
@@ -147,7 +146,7 @@
 %python_alternative %{_bindir}/ipcluster
 %python_alternative %{_bindir}/ipcontroller
 %python_alternative %{_bindir}/ipengine
-%{python_sitelib}/ipyparallel-%{version}-py*.egg-info
+%{python_sitelib}/ipyparallel-%{version}*-info
 %{python_sitelib}/ipyparallel/
 
 %files -n jupyter-ipyparallel
@@ -155,8 +154,8 @@
 %doc README.md
 %{_jupyter_nbextension_dir}/ipyparallel/
 %{_jupyter_labextensions_dir3}/ipyparallel-labextension
-%_jupyter_config %{_jupyter_server_confdir}/ipyparallel.json
-%_jupyter_config %{_jupyter_servextension_confdir}/ipyparallel.json
-%_jupyter_config %{_jupyter_nb_tree_confdir}/ipyparallel.json
+%{_jupyter_config} %{_jupyter_server_confdir}/ipyparallel.json
+%{_jupyter_config} %{_jupyter_servextension_confdir}/ipyparallel.json
+%{_jupyter_config} %{_jupyter_nb_tree_confdir}/ipyparallel.json
 
 %changelog

++++++ ipyparallel-8.1.0.tar.gz -> ipyparallel-8.2.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-ipyparallel/ipyparallel-8.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-ipyparallel.new.25692/ipyparallel-8.2.0.tar.gz
 differ: char 5, line 1

Reply via email to