Hello community,

here is the log from the commit of package python3-jupyter_ipyparallel for 
openSUSE:Factory checked in at 2017-04-20 20:51:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-jupyter_ipyparallel (Old)
 and      /work/SRC/openSUSE:Factory/.python3-jupyter_ipyparallel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-jupyter_ipyparallel"

Thu Apr 20 20:51:03 2017 rev:7 rq:486614 version:6.0.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python3-jupyter_ipyparallel/python3-jupyter_ipyparallel-doc.changes
      2016-11-13 22:50:56.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_ipyparallel.new/python3-jupyter_ipyparallel-doc.changes
 2017-04-20 20:51:23.488219070 +0200
@@ -1,0 +2,18 @@
+Fri Apr  7 19:21:42 UTC 2017 - [email protected]
+
+- Update to 6.0.2
+  * Upload fixed sdist for 6.0.1.
+- Update to 6.0.1
+  * Small encoding fix for Python 2.
+- Update to 6.0
+  * Due to a compatibility change and semver, this is a major release. 
However, it is not a big release.
+  * The main compatibility change is that all timestamps are now 
timezone-aware UTC timestamps.
+  * This means you may see comparison errors if you have code that uses 
datetime objects without timezone info (so-called naïve datetime objects).
+  *  Rename :meth:`Client.become_distributed` to :meth:`Client.become_dask`.
+    :meth:`become_distributed` remains as an alias.
+  *  import joblib from a public API instead of a private one
+    when using IPython Parallel as a joblib backend.
+  *  Compatibility fix in extensions for security changes in notebook 4.3
+- Move tests to doc subpackage
+
+-------------------------------------------------------------------
python3-jupyter_ipyparallel.changes: same change

Old:
----
  ipyparallel-5.2.0.tar.gz

New:
----
  ipyparallel-6.0.2.tar.gz

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

Other differences:
------------------
++++++ python3-jupyter_ipyparallel-doc.spec ++++++
--- /var/tmp/diff_new_pack.QXyktn/_old  2017-04-20 20:51:24.784035840 +0200
+++ /var/tmp/diff_new_pack.QXyktn/_new  2017-04-20 20:51:24.788035274 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-jupyter_ipyparallel-doc
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,29 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+# PDF documentation currently broken
+%bcond_with pdf
 
-%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
-# LaTeX documentation building is currently broken
-%define build_pdf 0
-%else
-%define build_pdf 0
-%endif
+%bcond_without tests
 
 Name:           python3-jupyter_ipyparallel-doc
-Version:        5.2.0
+Version:        6.0.2
 Release:        0
-Summary:        Documentation for python-jupyter_ipyparallel
+Summary:        Documentation for python3-jupyter_ipyparallel
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 Url:            http://ipython.org
 Source:         
https://files.pythonhosted.org/packages/source/i/ipyparallel/ipyparallel-%{version}.tar.gz
+BuildRequires:  fdupes
 BuildRequires:  python3-jupyter_ipyparallel
+%if %{with tests}
+# Test requirements
+BuildRequires:  python3-jupyter_ipython-iptest
+%endif
 # Documentation requirements
 BuildRequires:  python3-Sphinx
-%if %{?build_pdf}
+%if %{with pdf}
 BuildRequires:  python3-Sphinx-latex
+BuildRequires:  tex(unicode-math.sty)
 %endif
-Recommends:     python3-jupyter_ipyparallel = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 Provides:       %{name}-html = %{version}
@@ -52,24 +54,35 @@
 %setup -q -n ipyparallel-%{version}
 
 %build
-# Not needed
-
-%install
 # Build the documentation
 pushd docs
-%if %{build_pdf}
-PYTHONPATH=%{buildroot}%{python3_sitelib} make latexpdf
+%if %{with pdf}
+make latexpdf
 %endif
-PYTHONPATH=%{buildroot}%{python3_sitelib} make html
-rm -rf _build/html/.buildinfo
+make html
+rm -rf build/html/.buildinfo
 popd
 
+%install
+mkdir -p %{buildroot}%{_docdir}/python3-jupyter_ipyparallel
+
+%if %{with pdf}
+cp docs/build/latex/*.pdf %{buildroot}%{_docdir}/python3-jupyter_ipyparallel/
+%endif
+
+cp -r docs/build/html %{buildroot}%{_docdir}/python3-jupyter_ipyparallel/
+cp -r examples %{buildroot}%{_docdir}/python3-jupyter_ipyparallel/
+%fdupes %{buildroot}%{_docdir}/python3-jupyter_ipyparallel/
+
+%if %{with tests}
+%check
+export LANG=en_US.UTF-8
+iptest
+%endif
+
 %files
 %defattr(-,root,root,-)
 %doc COPYING.md
-%doc docs/build/html/
-%if %{build_pdf}
-%doc docs/build/latex/*.pdf
-%endif
+%{_docdir}/python3-jupyter_ipyparallel/
 
 %changelog

++++++ python3-jupyter_ipyparallel.spec ++++++
--- /var/tmp/diff_new_pack.QXyktn/_old  2017-04-20 20:51:24.812031881 +0200
+++ /var/tmp/diff_new_pack.QXyktn/_new  2017-04-20 20:51:24.812031881 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-jupyter_ipyparallel
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python3-jupyter_ipyparallel
-Version:        5.2.0
+Version:        6.0.2
 Release:        0
 Summary:        Interactive Parallel Computing with IPython
 License:        BSD-3-Clause
@@ -32,9 +32,6 @@
 BuildRequires:  python3-jupyter_ipython >= 4
 BuildRequires:  python3-pyzmq >= 13
 BuildRequires:  python3-setuptools
-# Test requirements
-BuildRequires:  python3-jupyter_ipython-iptest
-BuildConflicts: python3-buildservice-tweak
 Requires:       python3-decorator
 Requires:       python3-ipython_genutils
 Requires:       python3-jupyter_client
@@ -45,6 +42,7 @@
 Recommends:     python3-mpi4py
 Recommends:     python3-pymongo
 Recommends:     python3-tornado
+Conflicts:      IPython3 < 4
 Conflicts:      python3-IPython < 4
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
@@ -66,11 +64,9 @@
 # Prepare for update-alternatives usage
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 for p in ipcluster ipcontroller ipengine ; do
-    mv %{buildroot}%{_bindir}/$p %{buildroot}%{_bindir}/${p}3
-    ln -s -f %{_bindir}/${p}3 %{buildroot}%{_bindir}/$p-%{py3_ver}
+    mv %{buildroot}%{_bindir}/$p %{buildroot}%{_bindir}/${p}-%{py3_ver}
+    ln -s -f %{_bindir}/${p}-%{py3_ver} %{buildroot}%{_bindir}/${p}3
     ln -s -f %{_sysconfdir}/alternatives/$p %{buildroot}%{_bindir}/$p
-    # create a dummy target for /etc/alternatives/$p
-    touch %{buildroot}%{_sysconfdir}/alternatives/$p
 done
 
 # These files are meant to be runnable stand-alone, so they should be 
executable
@@ -89,25 +85,20 @@
     %_sbindir/update-alternatives --remove ipcluster 
%{_bindir}/ipcluster-%{py3_ver}
 fi
 
-%check
-export LANG=en_US.UTF-8
-iptest
-
 %files
 %defattr(-,root,root,-)
 %doc COPYING.md README.md
-%doc examples/
 %{_bindir}/ipcluster
-%{_bindir}/ipcluster3
-%{_bindir}/ipcluster-%{py3_ver}
-%ghost %{_sysconfdir}/alternatives/ipcluster
 %{_bindir}/ipcontroller
-%{_bindir}/ipcontroller3
-%{_bindir}/ipcontroller-%{py3_ver}
-%ghost %{_sysconfdir}/alternatives/ipcontroller
 %{_bindir}/ipengine
+%{_bindir}/ipcluster3
+%{_bindir}/ipcontroller3
 %{_bindir}/ipengine3
+%{_bindir}/ipcluster-%{py3_ver}
+%{_bindir}/ipcontroller-%{py3_ver}
 %{_bindir}/ipengine-%{py3_ver}
+%ghost %{_sysconfdir}/alternatives/ipcluster
+%ghost %{_sysconfdir}/alternatives/ipcontroller
 %ghost %{_sysconfdir}/alternatives/ipengine
 %{python3_sitelib}/*
 

++++++ ipyparallel-5.2.0.tar.gz -> ipyparallel-6.0.2.tar.gz ++++++
++++ 2397 lines of diff (skipped)


Reply via email to