Hello community,

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

Package is "python3-jupyter_ipython"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python3-jupyter_ipython/python3-jupyter_ipython-doc.changes
      2016-06-02 09:36:34.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_ipython.new/python3-jupyter_ipython-doc.changes
 2016-08-05 18:15:39.000000000 +0200
@@ -1,0 +2,45 @@
+Mon Jul 11 18:17:13 UTC 2016 - [email protected]
+
+- Update to 5.0
+  + New terminal interface
+    IPython 5 features a major upgrade to the terminal interface, bringing live
+    syntax highlighting as you type, proper multiline editing and multiline 
paste,
+    and tab completions that don't clutter up your history.
+  + Backwards incompatible changes
+    * The ``%install_ext`` magic function, deprecated since 4.0, has now been 
deleted.
+      You can distribute and install extensions as packages on PyPI.
+    * Callbacks registered while an event is being handled will now only be 
called
+      for subsequent events; previously they could be called for the current 
event.
+      Similarly, callbacks removed while handling an event *will* always get 
that
+      event. See :ghissue:`9447` and :ghpull:`9453`.
+    * Integration with pydb has been removed since pydb development has been 
stopped
+      since 2012, and pydb is not installable from PyPI.
+    * The ``autoedit_syntax`` option has apparently been broken for many years.
+      It has been removed.
+
+  + Provisional Changes
+    * When the docrepr package is installed setting the boolean flag
+      InteractiveShell.sphinxify_docstring to True, will process the various
+      object through sphinx before displaying them (see the docrepr package
+      documentation for more information.
+  + Deprecated Features
+    * ``hooks.fix_error_editor`` seems unused and is pending deprecation.
+    * `IPython/core/excolors.py:ExceptionColors` is  deprecated.
+    * `IPython.core.InteractiveShell:write()` is deprecated; use `sys.stdout` 
instead.
+    * `IPython.core.InteractiveShell:write_err()` is deprecated; use 
`sys.stderr` instead.
+    * The `formatter` keyword argument to `Inspector.info` in 
`IPython.core.oinspec` has no effect.
+    * The `global_ns` keyword argument of IPython Embed was deprecated, and 
has no effect. Use `module` keyword argument instead.
+  + Known Issues:
+    * ``<Esc>`` Key does not dismiss the completer and does not clear the 
current
+      buffer. This is an on purpose modification due to current technical
+      limitation. Cf :ghpull:`9572`. Escape the control character which is used
+      for other shortcut, and there is no practical way to distinguish. Use 
Ctr-G
+      or Ctrl-C as an alternative.
+    * Cannot use ``Shift-Enter`` and ``Ctrl-Enter`` to submit code in 
terminal. cf
+      :ghissue:`9587` and :ghissue:`9401`. In terminal there is no practical 
way to
+      distinguish these key sequences from a normal new line return.
+    * ``PageUp`` and ``pageDown`` do not move through completion menu.
+    * Color styles might not adapt to terminal emulator themes. This will need 
new
+      version of Pygments to be released, and can be mitigated with custom 
themes.
+
+-------------------------------------------------------------------
python3-jupyter_ipython.changes: same change

Old:
----
  ipython-4.2.0.tar.gz

New:
----
  ipython-5.0.0.tar.gz

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

Other differences:
------------------
++++++ python3-jupyter_ipython-doc.spec ++++++
--- /var/tmp/diff_new_pack.dnKXbT/_old  2016-08-05 18:15:40.000000000 +0200
+++ /var/tmp/diff_new_pack.dnKXbT/_new  2016-08-05 18:15:40.000000000 +0200
@@ -25,7 +25,7 @@
 %endif
 
 Name:           python3-jupyter_ipython-doc
-Version:        4.2.0
+Version:        5.0.0
 Release:        0
 Summary:        Documentation for python-jupyter_ipython
 License:        BSD-3-Clause

++++++ python3-jupyter_ipython.spec ++++++
--- /var/tmp/diff_new_pack.dnKXbT/_old  2016-08-05 18:15:40.000000000 +0200
+++ /var/tmp/diff_new_pack.dnKXbT/_new  2016-08-05 18:15:40.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-jupyter_ipython
-Version:        4.2.0
+Version:        5.0.0
 Release:        0
 Summary:        Rich architecture for interactive computing with Python
 License:        BSD-3-Clause
@@ -30,12 +30,13 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-pexpect
 BuildRequires:  python3-pickleshare
-BuildRequires:  python3-setuptools
+BuildRequires:  python3-prompt_toolkit >= 1.0.3
+BuildRequires:  python3-setuptools >= 18.5
 BuildRequires:  python3-simplegeneric > 0.8
-BuildRequires:  python3-traitlets
+BuildRequires:  python3-traitlets >= 4.2
 # Test Requirements
 BuildRequires:  python3-matplotlib
-BuildRequires:  python3-nose
+BuildRequires:  python3-nose >= 0.10.1
 BuildRequires:  python3-path.py
 BuildRequires:  python3-requests
 BuildRequires:  python3-testpath
@@ -44,8 +45,10 @@
 Requires:       python3-path.py
 Requires:       python3-pexpect
 Requires:       python3-pickleshare
+Requires:       python3-prompt_toolkit >= 1.0.3
 Requires:       python3-simplegeneric > 0.8
-Requires:       python3-traitlets
+Requires:       python3-traitlets >= 4.2
+Recommends:     python3-docrepr
 Recommends:     python3-jupyter_ipykernel
 Recommends:     python3-jupyter_ipyparallel
 Recommends:     python3-jupyter_nbconvert
@@ -93,8 +96,10 @@
 Summary:        Tools for testing packages that rely in %{name}
 Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
+Requires:       python3-jupyter_nbformat
 Requires:       python3-matplotlib
-Requires:       python3-nose
+Requires:       python3-nose >= 0.10.1
+Requires:       python3-numpy
 Requires:       python3-requests
 Requires:       python3-testpath
 

++++++ ipython-4.2.0.tar.gz -> ipython-5.0.0.tar.gz ++++++
++++ 15319 lines of diff (skipped)


Reply via email to