Hello community, here is the log from the commit of package python-ipyparallel for openSUSE:Factory checked in at 2020-05-26 17:20:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ipyparallel (Old) and /work/SRC/openSUSE:Factory/.python-ipyparallel.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipyparallel" Tue May 26 17:20:13 2020 rev:8 rq:808407 version:6.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ipyparallel/python-ipyparallel.changes 2020-04-23 18:37:57.356950732 +0200 +++ /work/SRC/openSUSE:Factory/.python-ipyparallel.new.2738/python-ipyparallel.changes 2020-05-26 17:20:22.928111766 +0200 @@ -1,0 +2,13 @@ +Thu May 14 14:19:02 UTC 2020 - Marketa Calabkova <[email protected]> + +- Go back to PyPI tarball +- Update to final 6.3.0 + * **Require Python 3.5** + * Fix compatibility with joblib 0.14 + * Fix crash recovery test for Python 3.8 + * Fix repeated name when cluster-id is set + * Fix CSS for notebook extension + * Fix KeyError handling heartbeat failures +- Drop the doc subpackage, the package can be found on readthedocs + +------------------------------------------------------------------- Old: ---- _service _servicedata ipyparallel-6.3.0~git.20191010T150914.ce996ae.obscpio ipyparallel.obsinfo ipyparallel.pdf ipyparallel.zip New: ---- ipyparallel-6.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ipyparallel.spec ++++++ --- /var/tmp/diff_new_pack.epMOQM/_old 2020-05-26 17:20:23.816113675 +0200 +++ /var/tmp/diff_new_pack.epMOQM/_new 2020-05-26 17:20:23.820113684 +0200 @@ -16,21 +16,16 @@ # -%define gitversion 6.3.0.dev0 - %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-ipyparallel -Version: 6.3.0~git.20191010T150914.ce996ae +Version: 6.3.0 Release: 0 -%define doc_ver 6.2.3 Summary: Interactive parallel computing library for IPython License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/ipython/ipyparallel -Source: ipyparallel-%{version}.tar.xz -Source1: https://media.readthedocs.org/pdf/ipyparallel/%{doc_ver}/ipyparallel.pdf -Source2: https://media.readthedocs.org/htmlzip/ipyparallel/%{doc_ver}/ipyparallel.zip +Source: https://files.pythonhosted.org/packages/source/i/ipyparallel/ipyparallel-%{version}.tar.gz BuildRequires: %{python_module notebook} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -103,8 +98,6 @@ %prep %setup -q -n ipyparallel-%{version} -unzip %{SOURCE2} -mv ipyparallel-%{doc_ver} docs/html rm -f docs/html/.buildinfo %build @@ -140,15 +133,10 @@ popd } -mkdir -p %{buildroot}%{_docdir}/jupyter-ipyparallel - -cp %{SOURCE1} %{buildroot}%{_docdir}/jupyter-ipyparallel/ -cp -r docs/html %{buildroot}%{_docdir}/jupyter-ipyparallel/ - %fdupes %{buildroot}%{_jupyter_prefix} %check -%pytest -k 'not test_disambiguate_ip and not test_bind_kernel and not test_autopx_blocking and not test_warning_on_hostname_match' +%pytest -k 'not test_disambiguate_ip' %post %{python_install_alternative ipcluster ipcontroller ipengine} @@ -161,7 +149,7 @@ %python_alternative %{_bindir}/ipcluster %python_alternative %{_bindir}/ipcontroller %python_alternative %{_bindir}/ipengine -%{python_sitelib}/ipyparallel-%{gitversion}-py*.egg-info +%{python_sitelib}/ipyparallel-%{version}-py*.egg-info %{python_sitelib}/ipyparallel/ %files -n jupyter-ipyparallel @@ -171,10 +159,4 @@ %config %{_jupyter_servextension_confdir}/ipyparallel-serverextension.json %config %{_jupyter_nb_tree_confdir}/ipyparallel-nbextension.json -%files -n jupyter-ipyparallel-doc -%license COPYING.md -%dir %{_docdir}/jupyter-ipyparallel/ -%{_docdir}/jupyter-ipyparallel/ipyparallel.pdf -%{_docdir}/jupyter-ipyparallel/html/ - %changelog
