Hello community,

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

Package is "python3-jupyter_console"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python3-jupyter_console/python3-jupyter_console-doc.changes
      2016-05-25 21:24:31.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_console.new/python3-jupyter_console-doc.changes
 2016-08-05 18:16:15.000000000 +0200
@@ -1,0 +2,22 @@
+Fri Jul 29 18:28:11 UTC 2016 - toddrme2...@gmail.com
+
+- Fixed source URL.
+
+-------------------------------------------------------------------
+Wed Jul 27 21:39:26 UTC 2016 - toddrme2...@gmail.com
+
+- Update to version 5.0.0
+  + Interactive Shell architecture
+    * disinherit shell class from IPython Interactive Shell `#68 
<https://github.com/jupyter/jupyter_console/pull/68>`_
+      This separates jupyter_console's ZMQTerminalInteractiveShell from 
IPython's TerminalInteractiveShell and InteractiveShell classes.
+    * update SIGINT handler to not use the old interactive API shell `#80 
<https://github.com/jupyter/jupyter_console/pull/80>`_
+  + Image Handling improvement
+    * use PIL as default image handler `#79 
<https://github.com/jupyter/jupyter_console/pull/79>`_
+    * better indication of whether image data was handled `#77 
<https://github.com/jupyter/jupyter_console/pull/77>`_
+  + Prompts improvement
+    * use prompt_toolkit 1.0 `#74 
<https://github.com/jupyter/jupyter_console/pull/74>`_
+    * don't use prompt_manager `#75 
<https://github.com/jupyter/jupyter_console/pull/75>`_
+    * remove ``colors_force`` flag that have no effects: `#88 
<https://github.com/jupyter/jupyter_console/pull/88>`_
+- Merge documentation subpackages into single package.
+
+-------------------------------------------------------------------
--- 
/work/SRC/openSUSE:Factory/python3-jupyter_console/python3-jupyter_console.changes
  2016-05-25 21:24:31.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_console.new/python3-jupyter_console.changes
     2016-08-05 18:16:15.000000000 +0200
@@ -1,0 +2,16 @@
+Wed Jul 27 21:39:26 UTC 2016 - toddrme2...@gmail.com
+
+- Update to version 5.0.0
+  + Interactive Shell architecture
+    * disinherit shell class from IPython Interactive Shell `#68 
<https://github.com/jupyter/jupyter_console/pull/68>`_
+      This separates jupyter_console's ZMQTerminalInteractiveShell from 
IPython's TerminalInteractiveShell and InteractiveShell classes.
+    * update SIGINT handler to not use the old interactive API shell `#80 
<https://github.com/jupyter/jupyter_console/pull/80>`_
+  + Image Handling improvement
+    * use PIL as default image handler `#79 
<https://github.com/jupyter/jupyter_console/pull/79>`_
+    * better indication of whether image data was handled `#77 
<https://github.com/jupyter/jupyter_console/pull/77>`_
+  + Prompts improvement
+    * use prompt_toolkit 1.0 `#74 
<https://github.com/jupyter/jupyter_console/pull/74>`_
+    * don't use prompt_manager `#75 
<https://github.com/jupyter/jupyter_console/pull/75>`_
+    * remove ``colors_force`` flag that have no effects: `#88 
<https://github.com/jupyter/jupyter_console/pull/88>`_
+
+-------------------------------------------------------------------

Old:
----
  jupyter_console-4.1.1.tar.gz

New:
----
  jupyter_console-5.0.0.tar.gz

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

Other differences:
------------------
++++++ python3-jupyter_console-doc.spec ++++++
--- /var/tmp/diff_new_pack.olkBIV/_old  2016-08-05 18:16:16.000000000 +0200
+++ /var/tmp/diff_new_pack.olkBIV/_new  2016-08-05 18:16:16.000000000 +0200
@@ -23,41 +23,30 @@
 %endif
 
 Name:           python3-jupyter_console-doc
-Version:        4.1.1
+Version:        5.0.0
 Release:        0
 Summary:        Documentation for python3-jupyter_console
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
+Group:          Documentation/Other
 Url:            http://jupyter.org
-Source:         
https://pypi.python.org/packages/source/j/jupyter_console/jupyter_console-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-%{version}.tar.gz
 BuildRequires:  python3-jupyter_console
 # Documentation requirements
 BuildRequires:  python3-Sphinx
 %if %{build_pdf}
 BuildRequires:  python3-Sphinx-latex
 %endif
+Recommends:     python3-jupyter_console = %{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_console.
  
-%package html
-Summary:        HTML documentation for python3-jupyter_console
-Group:          Development/Languages/Python
-Recommends:     python3-jupyter_console = %{version}
-
-%description html
-Documentation and help files for python3-jupyter_console in HTML format.
-
-%package pdf
-Summary:        PDF documentation for python3-jupyter_console
-Group:          Development/Languages/Python
-Recommends:     python3-jupyter_console = %{version}
-
-%description pdf
-Documentation and help files for python3-jupyter_console in PDF format.
-
 %prep
 %setup -q -n jupyter_console-%{version}
 
@@ -74,15 +63,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_console.spec ++++++
--- /var/tmp/diff_new_pack.olkBIV/_old  2016-08-05 18:16:16.000000000 +0200
+++ /var/tmp/diff_new_pack.olkBIV/_new  2016-08-05 18:16:16.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-jupyter_console
-Version:        4.1.1
+Version:        5.0.0
 Release:        0
 Summary:        Jupyter terminal console
 License:        BSD-3-Clause
@@ -25,15 +25,19 @@
 Url:            http://jupyter.org
 Source:         
https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-%{version}.tar.gz
 BuildRequires:  python3-devel
+BuildRequires:  python3-Pillow
 BuildRequires:  python3-jupyter_client
 BuildRequires:  python3-jupyter_ipykernel
 BuildRequires:  python3-jupyter_ipython
+BuildRequires:  python3-prompt_toolkit
 BuildRequires:  python3-setuptools
 # Test requirements
 BuildRequires:  python3-nose
 Requires:       python3-jupyter_client
 Requires:       python3-jupyter_ipykernel
 Requires:       python3-jupyter_ipython
+Requires:       python3-prompt_toolkit
+Recommends:     python3-Pillow
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ jupyter_console-4.1.1.tar.gz -> jupyter_console-5.0.0.tar.gz ++++++
++++ 1916 lines of diff (skipped)


Reply via email to