Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ipython715 for 
openSUSE:Factory checked in at 2021-08-06 22:44:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipython715 (Old)
 and      /work/SRC/openSUSE:Factory/.python-ipython715.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ipython715"

Fri Aug  6 22:44:28 2021 rev:4 rq:910301 version:7.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipython715/python-ipython715.changes      
2021-02-16 22:34:34.617504292 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ipython715.new.1899/python-ipython715.changes
    2021-08-06 22:44:49.202066427 +0200
@@ -1,0 +2,6 @@
+Thu Aug  5 11:18:16 UTC 2021 - Mark??ta Machov?? <mmach...@suse.com>
+
+- Get rid of ipykernel dependency (requires new ipython)
+- Add patch skiptests.patch to skip tests failing without ipykernel
+
+-------------------------------------------------------------------

New:
----
  skiptests.patch

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

Other differences:
------------------
++++++ python-ipython715.spec ++++++
--- /var/tmp/diff_new_pack.cEC8Wo/_old  2021-08-06 22:44:50.594063958 +0200
+++ /var/tmp/diff_new_pack.cEC8Wo/_new  2021-08-06 22:44:50.598063950 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-ipython715
+# spec file
 #
 # Copyright (c) 2021 SUSE LLC
 #
@@ -40,6 +40,7 @@
 Source1:        
https://raw.githubusercontent.com/jupyter/qtconsole/4.0.0/qtconsole/resources/icon/JupyterConsole.svg
 # PATCH-FEATURE-UPSTREAM ipython-jedi018.patch -- gh#ipython/ipython#12793 
Support Jedi 0.18 for this legacy release
 Patch1:         ipython-jedi018.patch
+Patch2:         skiptests.patch
 BuildRequires:  %{python_module backcall}
 BuildRequires:  %{python_module base >= 3.5}
 BuildRequires:  %{python_module setuptools >= 18.5}
@@ -88,7 +89,7 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  update-desktop-files
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 %if %{with ico}
 BuildRequires:  icoutils
 %endif
@@ -132,7 +133,6 @@
 Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
 Requires:       python-Pygments
-Requires:       python-ipykernel
 Requires:       python-nbformat
 Requires:       python-nose >= 0.10.1
 %if "%{python_flavor}" != "python36"


++++++ skiptests.patch ++++++
Index: ipython-7.15.0/IPython/core/tests/test_display.py
===================================================================
--- ipython-7.15.0.orig/IPython/core/tests/test_display.py
+++ ipython-7.15.0/IPython/core/tests/test_display.py
@@ -139,6 +139,7 @@ def _get_inline_config():
     return InlineBackend.instance()
 
 @dec.skip_without('matplotlib')
+@dec.skip()
 def test_set_matplotlib_close():
     cfg = _get_inline_config()
     cfg.close_figures = False
@@ -156,6 +157,7 @@ _fmt_mime_map = {
 }
 
 @dec.skip_without('matplotlib')
+@dec.skip()
 def test_set_matplotlib_formats():
     from matplotlib.figure import Figure
     formatters = get_ipython().display_formatter.formatters
@@ -174,6 +176,7 @@ def test_set_matplotlib_formats():
                 nt.assert_not_in(Figure, f)
 
 @dec.skip_without('matplotlib')
+@dec.skip()
 def test_set_matplotlib_formats_kwargs():
     from matplotlib.figure import Figure
     ip = get_ipython()

Reply via email to