Hello community,
here is the log from the commit of package python-jupyter_ipython for
openSUSE:Factory checked in at 2017-08-13 15:00:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_ipython (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_ipython.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_ipython"
Sun Aug 13 15:00:01 2017 rev:6 rq:516167 version:5.4.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_ipython/python-jupyter_ipython-doc.changes
2017-07-17 09:09:52.274813242 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_ipython.new/python-jupyter_ipython-doc.changes
2017-08-13 15:00:05.665174906 +0200
@@ -1,0 +2,21 @@
+Fri Aug 11 13:34:20 UTC 2017 - [email protected]
+
+- Update to version 5.4.1
+ * Released a few hours after 5.4, fix a crash when
+ ``backports.shutil-get-terminal-size`` is not installed. :ghissue:`10629`
+- Update to version 5.4
+ * Configurable TerminalInteractiveShell
+ * Define ``_repr_mimebundle_``
+ * Execution Heuristics
+ * Implement Display IDs
+ * Display function
+ * ``_mp_main_`` is not reloaded which fixes issues with multiprocessing.
+ :ghpull:`10523`
+ * Use user colorscheme in Pdb as well :ghpull:`10479`
+ * Faster shutdown. :ghpull:`10408`
+ * Fix a crash in reverse search. :ghpull:`10371`
+ * added ``Completer.backslash_combining_completions`` boolean option to
+ deactivate backslash-tab completion that may conflict with windows path.
+- Fix building on platforms without icoutils
+
+-------------------------------------------------------------------
python-jupyter_ipython.changes: same change
Old:
----
ipython-5.3.0.tar.gz
New:
----
JupyterConsole.svg
ipython-5.4.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_ipython-doc.spec ++++++
--- /var/tmp/diff_new_pack.QHEBni/_old 2017-08-13 15:00:07.760880782 +0200
+++ /var/tmp/diff_new_pack.QHEBni/_new 2017-08-13 15:00:07.772879099 +0200
@@ -19,7 +19,7 @@
%bcond_without tests
Name: python-jupyter_ipython-doc
-Version: 5.3.0
+Version: 5.4.1
Release: 0
Summary: Documentation for python-jupyter_ipython
License: BSD-3-Clause
++++++ python-jupyter_ipython.spec ++++++
--- /var/tmp/diff_new_pack.QHEBni/_old 2017-08-13 15:00:07.888862820 +0200
+++ /var/tmp/diff_new_pack.QHEBni/_new 2017-08-13 15:00:07.916858891 +0200
@@ -18,16 +18,34 @@
%bcond_without iptest
+%if 0%{?is_opensuse}
+%ifarch %{ix86}
+%if 0%{?leap_version} == 420200
+%bcond_with backends
+%else
+%bcond_without backends
+%endif
+%else
+%bcond_without backends
+%endif
+%else
+%if 0%{?sle_version} && 0%{sle_version} < 150000
+%bcond_with backends
+%else
+%bcond_without backends
+%endif
+%endif
+
Name: python-jupyter_ipython
-Version: 5.3.0
+Version: 5.4.1
Release: 0
Summary: Rich architecture for interactive computing with Python
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://ipython.org
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
BuildRequires: desktop-file-utils
-BuildRequires: icoutils
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildRequires: update-desktop-files
@@ -51,6 +69,9 @@
# Python 2 Test Requirements
BuildRequires: python-mock
%endif
+%if %{with ico}
+BuildRequires: icoutils
+%endif
Requires: python-backports.shutil_get_terminal_size
Requires: python-decorator
Requires: python-jupyter_nbformat
@@ -142,10 +163,12 @@
%build
python setup.py build
+%if %{with ico}
pushd scripts
icotool -x ipython.ico
icotool -x ipython_nb.ico
popd
+%endif
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
@@ -175,6 +198,9 @@
chmod a+x %{buildroot}%{python_sitelib}/IPython/testing/plugin/setup.py
chmod a+x %{buildroot}%{python_sitelib}/IPython/terminal/ipapp.py
+mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
+cp %{SOURCE1}
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/IPython-%{py_ver}.svg
+%if %{with ico}
# Install the icons
for x in 16 24 32 48 256 ; do
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${x}x${x}/apps/
@@ -183,6 +209,7 @@
cp ${ipyf[0]}
%{buildroot}%{_datadir}/icons/hicolor/${x}x${x}/apps/IPython-%{py_ver}.png
cp ${ipynbf[0]}
%{buildroot}%{_datadir}/icons/hicolor/${x}x${x}/apps/IPythonNotebook-%{py_ver}.png
done
+%endif
# Modify and install .desktop file
mv examples/IPython\ Kernel/ipython.desktop ipython-%{py_ver}.desktop
@@ -236,8 +263,11 @@
%{python_sitelib}/IPython/
%{python_sitelib}/ipython-%{version}-py*.egg-info
%{_datadir}/applications/ipython-%{py_ver}.desktop
-%{_datadir}/icons/hicolor/*/apps/IPython-%{py_ver}.png
-%{_datadir}/icons/hicolor/*/apps/IPythonNotebook-%{py_ver}.png
+%{_datadir}/icons/hicolor/scalable/apps/IPython-%{py_ver}.svg
+%if %{with ico}
+%{_datadir}/icons/hicolor/*x*/apps/IPython-%{py_ver}.png
+%{_datadir}/icons/hicolor/*x*/apps/IPythonNotebook-%{py_ver}.png
+%endif
%if %{with iptest}
%files iptest
++++++ ipython-5.3.0.tar.gz -> ipython-5.4.1.tar.gz ++++++
++++ 3216 lines of diff (skipped)