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-01-15 21:45:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipyparallel (Old)
 and      /work/SRC/openSUSE:Factory/.python-ipyparallel.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ipyparallel"

Sat Jan 15 21:45:19 2022 rev:12 rq:946682 version:8.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipyparallel/python-ipyparallel.changes    
2021-11-17 01:14:47.766184307 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ipyparallel.new.1892/python-ipyparallel.changes
  2022-01-15 21:45:45.137631643 +0100
@@ -1,0 +2,17 @@
+Sat Jan 15 15:56:20 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to 8.1.0
+  * 8.1.0 is a small release, adding a few new features and
+    bugfixes.
+  * relay KeyboardInterrupt to engines in blocking `%px` magics
+  * add `Cluster.start_and_connect(activate=True)` to include
+    activation of `%px` magics in one-liner startup.
+  * initial support for Clusters tab in RetroLab
+  * ensure profile config is always loaded for
+    `Cluster(profile="xyz")`
+  * build lab extension in production mode, apply trove classifiers
+  * pass through keyword arguments to constructor in
+    `Client.broadcast_view`
+- Don't require iptest for testing anymore, removed in ipython 8
+
+-------------------------------------------------------------------

Old:
----
  ipyparallel-8.0.0.tar.gz

New:
----
  ipyparallel-8.1.0.tar.gz

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

Other differences:
------------------
++++++ python-ipyparallel.spec ++++++
--- /var/tmp/diff_new_pack.EXSykN/_old  2022-01-15 21:45:45.765631975 +0100
+++ /var/tmp/diff_new_pack.EXSykN/_new  2022-01-15 21:45:45.769631977 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ipyparallel
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %define         skip_python2 1
 Name:           python-ipyparallel
-Version:        8.0.0
+Version:        8.1.0
 Release:        0
 Summary:        Interactive parallel computing library for IPython
 License:        BSD-3-Clause
@@ -41,15 +41,16 @@
 BuildRequires:  %{python_module traitlets >= 4.3}
 BuildRequires:  fdupes
 BuildRequires:  jupyter-notebook-filesystem
+BuildRequires:  jupyter-rpm-macros
 BuildRequires:  python-rpm-macros
-BuildRequires:  unzip
-# SECTION test requirements
-BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module ipython-iptest >= 4}
+# 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}
-BuildRequires:  %{python_module matplotlib if (%python-base without 
python36-base)}
 # /SECTION
 Requires:       python-entrypoints
 Requires:       python-decorator
@@ -136,7 +137,7 @@
 %pytest -k 'not (test_disambiguate_ip or test_imap_infinite)'
 
 %post
-%{python_install_alternative ipcluster ipcontroller ipengine}
+%python_install_alternative ipcluster ipcontroller ipengine
 
 %postun
 %python_uninstall_alternative ipcluster
@@ -153,10 +154,9 @@
 %license COPYING.md
 %doc README.md
 %{_jupyter_nbextension_dir}/ipyparallel/
-%dir %{_jupyter_prefix}/labextensions/
-%{_jupyter_prefix}/labextensions/ipyparallel-labextension
-%config %{_jupyter_server_confdir}/ipyparallel.json
-%config %{_jupyter_servextension_confdir}/ipyparallel.json
-%config %{_jupyter_nb_tree_confdir}/ipyparallel.json
+%{_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
 
 %changelog

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

Reply via email to