Hello community,

here is the log from the commit of package python3-jupyter_ipyparallel for 
openSUSE:Factory checked in at 2016-08-05 18:16:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-jupyter_ipyparallel (Old)
 and      /work/SRC/openSUSE:Factory/.python3-jupyter_ipyparallel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-jupyter_ipyparallel"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python3-jupyter_ipyparallel/python3-jupyter_ipyparallel-doc.changes
      2016-06-02 09:36:03.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_ipyparallel.new/python3-jupyter_ipyparallel-doc.changes
 2016-08-05 18:16:17.000000000 +0200
@@ -1,0 +2,18 @@
+Fri Jul 29 18:26:26 UTC 2016 - toddrme2...@gmail.com
+
+- Fix source url.
+
+-------------------------------------------------------------------
+Wed Jul 27 21:39:26 UTC 2016 - toddrme2...@gmail.com
+
+- Update to version 5.1.1
+  + 5.1.1 fixes iteration through AsyncResults, which was broken in
+    some instances by 5.0.
+- Update to version 5.1.0
+  + IPython Parallel 5.1 adds integration with other parallel
+    computing tools, such as `dask.distributed` and `joblib`.
+  + IPython parallel now supports the notebook-4.2 API for
+    enabling server extensions, to provide the IPython clusters tab
+- Merge documentation subpackages into single package.
+
+-------------------------------------------------------------------
--- 
/work/SRC/openSUSE:Factory/python3-jupyter_ipyparallel/python3-jupyter_ipyparallel.changes
  2016-06-02 09:36:03.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_ipyparallel.new/python3-jupyter_ipyparallel.changes
     2016-08-05 18:16:17.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Jul 27 21:39:26 UTC 2016 - toddrme2...@gmail.com
+
+- Update to version 5.1.1
+  + 5.1.1 fixes iteration through AsyncResults, which was broken in
+    some instances by 5.0.
+- Update to version 5.1.0
+  + IPython Parallel 5.1 adds integration with other parallel
+    computing tools, such as `dask.distributed` and `joblib`.
+  + IPython parallel now supports the notebook-4.2 API for
+    enabling server extensions, to provide the IPython clusters tab
+
+-------------------------------------------------------------------

Old:
----
  ipyparallel-5.0.1.tar.gz

New:
----
  ipyparallel-5.1.1.tar.gz

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

Other differences:
------------------
++++++ python3-jupyter_ipyparallel-doc.spec ++++++
--- /var/tmp/diff_new_pack.JwGRMU/_old  2016-08-05 18:16:19.000000000 +0200
+++ /var/tmp/diff_new_pack.JwGRMU/_new  2016-08-05 18:16:19.000000000 +0200
@@ -17,49 +17,37 @@
 
 
 %if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
-# LaTeX is broken in current version, should be fixed in next version
-# %define build_pdf 1
+# LaTeX documentation building is currently broken
 %define build_pdf 0
 %else
 %define build_pdf 0
 %endif
 
 Name:           python3-jupyter_ipyparallel-doc
-Version:        5.0.1
+Version:        5.1.1
 Release:        0
 Summary:        Documentation for python-jupyter_ipyparallel
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 Url:            http://ipython.org
-Source:         
https://pypi.python.org/packages/source/i/ipyparallel/ipyparallel-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/i/ipyparallel/ipyparallel-%{version}.tar.gz
 BuildRequires:  python3-jupyter_ipyparallel
 # Documentation requirements
 BuildRequires:  python3-Sphinx
 %if %{?build_pdf}
 BuildRequires:  python3-Sphinx-latex
 %endif
+Recommends:     python3-jupyter_ipyparallel = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
+Provides:       %{name}-html = %{version}
+Provides:       %{name}-pdf = %{version}
+Obsoletes:      %{name}-html < %{version}
+Obsoletes:      %{name}-pdf < %{version}
 
 %description
 Documentation and help files for python3-jupyter_ipyparallel.
 
-%package html
-Summary:        HTML documentation for python3-jupyter_ipyparallel
-Group:          Development/Languages/Python
-Recommends:     python3-jupyter_ipyparallel = %{version}
-
-%description html
-Documentation and help files for python3-jupyter_ipyparallel in HTML format.
-
-%package pdf
-Summary:        PDF documentation for python3-jupyter_ipyparallel
-Group:          Development/Languages/Python
-Recommends:     python3-jupyter_ipyparallel = %{version}
-
-%description pdf
-Documentation and help files for python3-jupyter_ipyparallel in PDF format.
-
 %prep
 %setup -q -n ipyparallel-%{version}
 
@@ -76,15 +64,11 @@
 rm -rf _build/html/.buildinfo
 popd
 
-%files html
+%files
 %defattr(-,root,root,-)
 %doc COPYING.md
 %doc docs/build/html/
-
 %if %{build_pdf}
-files pdf
-defattr(-,root,root,-)
-%doc COPYING.md
 %doc docs/build/latex/*.pdf
 %endif
 

++++++ python3-jupyter_ipyparallel.spec ++++++
--- /var/tmp/diff_new_pack.JwGRMU/_old  2016-08-05 18:16:19.000000000 +0200
+++ /var/tmp/diff_new_pack.JwGRMU/_new  2016-08-05 18:16:19.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-jupyter_ipyparallel
-Version:        5.0.1
+Version:        5.1.1
 Release:        0
 Summary:        Interactive Parallel Computing with IPython
 License:        BSD-3-Clause

++++++ ipyparallel-5.0.1.tar.gz -> ipyparallel-5.1.1.tar.gz ++++++
++++ 3075 lines of diff (skipped)


Reply via email to