Hello community,
here is the log from the commit of package python3-jupyter_ipython for
openSUSE:Factory checked in at 2017-05-17 17:14:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-jupyter_ipython (Old)
and /work/SRC/openSUSE:Factory/.python3-jupyter_ipython.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-jupyter_ipython"
Wed May 17 17:14:48 2017 rev:11 rq:493767 version:6.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python3-jupyter_ipython/python3-jupyter_ipython-doc.changes
2017-04-20 20:56:43.318991932 +0200
+++
/work/SRC/openSUSE:Factory/.python3-jupyter_ipython.new/python3-jupyter_ipython-doc.changes
2017-05-17 17:14:50.374809018 +0200
@@ -1,0 +2,17 @@
+Tue Apr 25 15:33:51 UTC 2017 - [email protected]
+
+- Update to version 6.0.0
+ * A major improvement in the completion machinery which is now capable of
+ completing non-executed code.
+ * stop compatibility with Python 2, which is still supported on the bugfix
+ only 5.x branch.
+ * Configurable TerminalInteractiveShell, readline interface
+ * The :cellmagic:`capture` magic can now capture the result of a cell (from
+ an expression on the last line), as well as printed and displayed output.
+ * Pressing Ctrl-Z in the terminal debugger now suspends IPython, as it
+ already does in the main terminal prompt.
+ * Autoreload can now reload ``Enum``.
+ * IPython.display has gained a :any:`GeoJSON <IPython.display.GeoJSON>`
+ object.
+
+-------------------------------------------------------------------
python3-jupyter_ipython.changes: same change
Old:
----
ipython-5.3.0.tar.gz
New:
----
ipython-6.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-jupyter_ipython-doc.spec ++++++
--- /var/tmp/diff_new_pack.XfRBw8/_old 2017-05-17 17:14:51.178695682 +0200
+++ /var/tmp/diff_new_pack.XfRBw8/_new 2017-05-17 17:14:51.182695118 +0200
@@ -19,13 +19,11 @@
# PDF documentation currently broken
%bcond_with pdf
-# HTML documentation currently only builds for Python 3
%bcond_without html
-
%bcond_without tests
Name: python3-jupyter_ipython-doc
-Version: 5.3.0
+Version: 6.0.0
Release: 0
Summary: Documentation for python3-jupyter_ipython
License: BSD-3-Clause
@@ -33,21 +31,25 @@
Url: http://ipython.org
Source:
https://files.pythonhosted.org/packages/source/i/ipython/ipython-%{version}.tar.gz
BuildRequires: fdupes
-BuildRequires: python3-jupyter_ipykernel
BuildRequires: python3-jupyter_ipython
%if %{with tests}
# Test Requirements
BuildRequires: python3-jupyter_ipython-iptest = %{version}
+BuildRequires: python3-jupyter_ipykernel
+BuildRequires: python3-jedi
+BuildRequires: python3-matplotlib
BuildRequires: python3-nose
BuildRequires: python3-testpath
%endif
# Documentation requirements
+%if %{with pdf} || %{with html}
BuildRequires: graphviz
BuildRequires: graphviz-gnome
BuildRequires: python3-Sphinx
BuildRequires: python3-matplotlib
BuildRequires: python3-numpydoc
BuildRequires: python3-requests
+%endif
%if %{with pdf}
BuildRequires: python3-Sphinx-latex
%endif
@@ -66,6 +68,7 @@
%build
# Build the documentation
+export LANG="en_US.UTF-8"
pushd docs
%if %{with pdf}
make pdf
++++++ python3-jupyter_ipython.spec ++++++
--- /var/tmp/diff_new_pack.XfRBw8/_old 2017-05-17 17:14:51.222689479 +0200
+++ /var/tmp/diff_new_pack.XfRBw8/_new 2017-05-17 17:14:51.226688915 +0200
@@ -19,7 +19,7 @@
%bcond_without iptest
Name: python3-jupyter_ipython
-Version: 5.3.0
+Version: 6.0.0
Release: 0
Summary: Rich architecture for interactive computing with Python
License: BSD-3-Clause
@@ -55,6 +55,7 @@
Requires: python3-simplegeneric > 0.8
Requires: python3-traitlets
Recommends: python3-docrepr
+Recommends: python3-jedi
Recommends: python3-jupyter_ipykernel
Recommends: python3-jupyter_ipyparallel
Recommends: python3-jupyter_nbconvert
@@ -103,6 +104,7 @@
Summary: Tools for testing packages that rely in %{name}
Group: Development/Languages/Python
Requires: %{name} = %{version}
+Requires: python3-jedi
Requires: python3-matplotlib
Requires: python3-nose
Requires: python3-requests
++++++ ipython-5.3.0.tar.gz -> ipython-6.0.0.tar.gz ++++++
++++ 15841 lines of diff (skipped)