Hello community, here is the log from the commit of package python-ipyparallel for openSUSE:Factory checked in at 2019-06-13 23:05:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ipyparallel (Old) and /work/SRC/openSUSE:Factory/.python-ipyparallel.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipyparallel" Thu Jun 13 23:05:48 2019 rev:2 rq:709570 version:6.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ipyparallel/python-ipyparallel.changes 2019-05-22 11:06:03.318585476 +0200 +++ /work/SRC/openSUSE:Factory/.python-ipyparallel.new.4811/python-ipyparallel.changes 2019-06-13 23:05:51.063222036 +0200 @@ -1,0 +2,8 @@ +Wed Jun 12 20:23:29 UTC 2019 - Todd R <[email protected]> + +- Update to 6.2.4 + * Improve compatibility with ipykernel 5 + * Fix %autopx with IPython 7 + * Fix non-local ip warning when using current hostname + +------------------------------------------------------------------- Old: ---- ipyparallel-6.2.3-py2.py3-none-any.whl New: ---- ipyparallel-6.2.4-py2.py3-none-any.whl ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ipyparallel.spec ++++++ --- /var/tmp/diff_new_pack.yM5Pm4/_old 2019-06-13 23:05:52.055220739 +0200 +++ /var/tmp/diff_new_pack.yM5Pm4/_new 2019-06-13 23:05:52.063220729 +0200 @@ -18,15 +18,16 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ipyparallel -Version: 6.2.3 +Version: 6.2.4 +%define doc_ver 6.2.3 Release: 0 Summary: Interactive parallel computing library for IPython License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/ipython/ipyparallel Source0: https://files.pythonhosted.org/packages/py2.py3/i/ipyparallel/ipyparallel-%{version}-py2.py3-none-any.whl -Source1: https://media.readthedocs.org/pdf/ipyparallel/%{version}/ipyparallel.pdf -Source2: https://media.readthedocs.org/htmlzip/ipyparallel/%{version}/ipyparallel.zip +Source1: https://media.readthedocs.org/pdf/ipyparallel/%{doc_ver}/ipyparallel.pdf +Source2: https://media.readthedocs.org/htmlzip/ipyparallel/%{doc_ver}/ipyparallel.zip # Test requirements BuildRequires: %{python_module decorator} BuildRequires: %{python_module ipykernel >= 4.4} @@ -65,7 +66,7 @@ Recommends: python-mpi4py Recommends: python-pymongo Provides: python-jupyter_ipyparallel = %{version} -Obsoletes: python-jupyter_ipyparallel <= %{version} +Obsoletes: python-jupyter_ipyparallel < %{version} BuildArch: noarch %ifpython2 Requires: python-futures @@ -95,7 +96,7 @@ Group: Documentation/Other Provides: %{python_module ipyparallel-doc = %{version}} Provides: %{python_module jupyter_ipyparallel-doc = %{version}} -Obsoletes: %{python_module jupyter_ipyparallel-doc <= %{version}} +Obsoletes: %{python_module jupyter_ipyparallel-doc < %{version}} %description -n jupyter-ipyparallel-doc Documentation and help files for ipyparallel. @@ -105,7 +106,8 @@ cp %{SOURCE1} . %setup -q -T -D -a 2 mkdir docs -mv ipyparallel-%{version} docs/html +mv ipyparallel-%{doc_ver} docs/html +rm -f docs/html/.buildinfo %build # Not Needed @@ -144,7 +146,7 @@ cp %{SOURCE1} %{buildroot}%{_docdir}/jupyter-ipyparallel/ cp -r docs/html %{buildroot}%{_docdir}/jupyter-ipyparallel/ -cp %{buildroot}%{python_sitelib}/ipyparallel-%{version}.dist-info/LICENSE.txt . +cp %{buildroot}%{python_sitelib}/ipyparallel-%{version}.dist-info/COPYING.md . %fdupes %{buildroot}%{_docdir}/jupyter-ipyparallel/ @@ -156,7 +158,7 @@ %python_uninstall_alternative ipcluster %files %{python_files} -%license %{python_sitelib}/ipyparallel-%{version}.dist-info/LICENSE.txt +%license %{python_sitelib}/ipyparallel-%{version}.dist-info/COPYING.md %python_alternative %{_bindir}/ipcluster %python_alternative %{_bindir}/ipcontroller %python_alternative %{_bindir}/ipengine @@ -164,13 +166,13 @@ %{python_sitelib}/ipyparallel/ %files -n jupyter-ipyparallel -%license LICENSE.txt +%license COPYING.md %{_jupyter_nbextension_dir}/ipyparallel/ %config %{_jupyter_servextension_confdir}/ipyparallel-serverextension.json %config %{_jupyter_nb_tree_confdir}/ipyparallel-nbextension.json %files -n jupyter-ipyparallel-doc -%license LICENSE.txt +%license COPYING.md %dir %{_docdir}/jupyter-ipyparallel/ %{_docdir}/jupyter-ipyparallel/ipyparallel.pdf %{_docdir}/jupyter-ipyparallel/html/
