Hello community,

here is the log from the commit of package python-jupyter_ipython for 
openSUSE:Factory checked in at 2018-12-24 11:48:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_ipython (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter_ipython.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter_ipython"

Mon Dec 24 11:48:12 2018 rev:14 rq:660774 version:7.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jupyter_ipython/python-jupyter_ipython-doc.changes
        2018-10-17 08:42:27.585801911 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_ipython.new.28833/python-jupyter_ipython-doc.changes
     2018-12-24 11:48:13.769089710 +0100
@@ -1,0 +2,51 @@
+Sat Dec 22 06:33:27 UTC 2018 - Todd R <[email protected]>
+
+- Update to version 7.2.0
+  * Fix a bug preventing PySide2 GUI integration from working :ghpull:`11464`
+  * Run CI on Mac OS ! :ghpull:`11471`
+  * Fix IPython "Demo" mode. :ghpull:`11498`
+  * Fix ``%run`` magic  with path in name :ghpull:`11499`
+  * Fix: add CWD to sys.path *after* stdlib :ghpull:`11502`
+  * Better rendering of signatures, especially long ones. :ghpull:`11505`
+  * Re-enable jedi by default if it's installed :ghpull:`11506`
+  * Add New ``minimal`` exception reporting mode (useful for educational 
purpose). See :ghpull:`11509`
+- Update to version 7.1.0
+  + Notable Changes
+    * Major update of "latex to unicode" tab completion map (see below)
+  + Notable New Features:
+    * Restore functionality and documentation of the **sphinx directive**, 
which
+      is now stricter (fail on error by daefault), has new configuration 
options,
+      has a brand new documentation page :ref:`ipython_directive` (which needs
+      some cleanup). It is also now *tested* so we hope to have less 
regressions.
+     :ghpull:`11402`
+    * ``IPython.display.Video`` now supports ``width`` and ``height`` 
arguments,
+      allowing a custom width and height to be set instead of using the video's
+      width and height. :ghpull:`11353`
+    * Warn when using ``HTML('<iframe>')`` instead of ``IFrame`` 
:ghpull:`11350`
+    * Allow Dynamic switching of editing mode between vi/emacs and show
+      normal/input mode in prompt when using vi. :ghpull:`11390`. Use ``%config
+      TerminalInteractiveShell.editing_mode = 'vi'`` or ``%config
+      TerminalInteractiveShell.editing_mode = 'emacs'`` to dynamically switch
+      between modes.
+  + Notable Fixes:
+    * Fix entering of **multi-line blocks in terminal** IPython, and various
+      crashes in the new input transformation machinery :ghpull:`11354`,
+      :ghpull:`11356`, :ghpull:`11358`. These also fix a **Compatibility bug
+      with Python 3.7.1**.
+    * Fix moving through generator stack in ipdb :ghpull:`11266`
+    * %Magic command arguments now support quoting. :ghpull:`11330`
+    * Re-add ``rprint`` and ``rprinte`` aliases. :ghpull:`11331`
+    * Remove implicit dependency on ``ipython_genutils`` :ghpull:`11317`
+    * Make ``nonlocal`` raise ``SyntaxError`` instead of silently failing in 
async
+      mode. :ghpull:`11382`
+    * Fix mishandling of magics and ``= !`` assignment just after a dedent in
+      nested code blocks :ghpull:`11418`
+    * Fix instructions for custom shortcuts :ghpull:`11426`
+  + Notable Internals improvements:
+    * Use of ``os.scandir`` (Python 3 only) to speed up some file system 
operations.
+      :ghpull:`11365`
+    * use ``perf_counter`` instead of ``clock`` for more precise
+      timing results with ``%time`` :ghpull:`11376`
+- Remove upstream-included fix_test_history.patch
+
+-------------------------------------------------------------------
python-jupyter_ipython.changes: same change

Old:
----
  fix_test_history.patch
  ipython-7.0.1.tar.gz

New:
----
  ipython-7.2.0.tar.gz

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

Other differences:
------------------
++++++ python-jupyter_ipython-doc.spec ++++++
--- /var/tmp/diff_new_pack.MVsPnm/_old  2018-12-24 11:48:14.617088966 +0100
+++ /var/tmp/diff_new_pack.MVsPnm/_new  2018-12-24 11:48:14.617088966 +0100
@@ -22,7 +22,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         oldpython python
 Name:           python-jupyter_ipython-doc
-Version:        7.0.1
+Version:        7.2.0
 Release:        0
 Summary:        Documentation for python3-jupyter_ipython
 License:        BSD-3-Clause
@@ -32,8 +32,6 @@
 # Please make sure you update the documentation files at every release
 Source1:        https://media.readthedocs.org/pdf/ipython/stable/ipython.pdf
 Source2:        
https://media.readthedocs.org/htmlzip/ipython/stable/ipython.zip
-# PATCH-FIX-UPSTREAM fix_test_history.patch -- fix test failure in 
test_history.py for sqlite >= 3.25 -- see 
https://github.com/ipython/ipython/issues/11372
-Patch0:         fix_test_history.patch
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
@@ -57,7 +55,6 @@
 
 %prep
 %setup -q -n ipython-%{version}
-%patch0 -p1
 unzip %{SOURCE2} -d docs
 mv docs/ipython-* docs/html
 rm docs/html/.buildinfo

++++++ python-jupyter_ipython.spec ++++++
--- /var/tmp/diff_new_pack.MVsPnm/_old  2018-12-24 11:48:14.633088951 +0100
+++ /var/tmp/diff_new_pack.MVsPnm/_new  2018-12-24 11:48:14.633088951 +0100
@@ -20,7 +20,7 @@
 %define         skip_python2 1
 %bcond_without  iptest
 Name:           python-jupyter_ipython
-Version:        7.0.1
+Version:        7.2.0
 Release:        0
 Summary:        Rich architecture for interactive computing with Python
 License:        BSD-3-Clause
@@ -28,8 +28,6 @@
 Url:            https://github.com/ipython/ipython
 Source:         
https://files.pythonhosted.org/packages/source/i/ipython/ipython-%{version}.tar.gz
 Source1:        
https://raw.githubusercontent.com/jupyter/qtconsole/4.0.0/qtconsole/resources/icon/JupyterConsole.svg
-# PATCH-FIX-UPSTREAM fix_test_history.patch -- fix test failure in 
test_history.py for sqlite >= 3.25 -- see 
https://github.com/ipython/ipython/issues/11372
-Patch0:         fix_test_history.patch
 BuildRequires:  %{python_module backcall}
 BuildRequires:  %{python_module base >= 3.5}
 BuildRequires:  %{python_module setuptools >= 18.5}
@@ -117,7 +115,6 @@
 
 %prep
 %setup -q -n ipython-%{version}
-%patch0 -p1
 
 %build
 %python_build


++++++ ipython-7.0.1.tar.gz -> ipython-7.2.0.tar.gz ++++++
++++ 5718 lines of diff (skipped)

++++++ ipython.pdf ++++++
(binary differes)

++++++ ipython.zip ++++++
Binary files /var/tmp/diff_new_pack.MVsPnm/_old and 
/var/tmp/diff_new_pack.MVsPnm/_new differ


Reply via email to