Hello community,

here is the log from the commit of package python-jupyter_console for 
openSUSE:Factory checked in at 2020-05-26 17:20:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_console (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter_console.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter_console"

Tue May 26 17:20:07 2020 rev:13 rq:808403 version:6.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jupyter_console/python-jupyter_console.changes
    2020-01-29 13:19:46.634212680 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_console.new.2738/python-jupyter_console.changes
  2020-05-26 17:20:17.444099977 +0200
@@ -1,0 +2,13 @@
+Sun May 17 16:40:43 UTC 2020 - Benjamin Greiner <[email protected]>
+
+- Add Pillow to test build, avoids skipping a test
+- Force all tests to be flaky, because they timeout occasionally
+  on OBS
+
+-------------------------------------------------------------------
+Sat May 16 01:13:29 UTC 2020 - Benjamin Greiner <[email protected]>
+
+- do not capture stdout to pass the tests 
+  gh#jupyter/jupyter_console#214
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-jupyter_console.spec ++++++
--- /var/tmp/diff_new_pack.KVtfn7/_old  2020-05-26 17:20:18.584102428 +0200
+++ /var/tmp/diff_new_pack.KVtfn7/_new  2020-05-26 17:20:18.584102428 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jupyter_console
 #
-# Copyright (c) 2020 SUSE LLC.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,26 +23,27 @@
 Release:        0
 Summary:        Jupyter terminal console
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
-Url:            https://github.com/jupyter/jupyter_console
+URL:            https://github.com/jupyter/jupyter_console
 Source0:        
https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
-BuildRequires:  %{python_module jupyter-client}
+BuildRequires:  %{python_module Pillow}
+BuildRequires:  %{python_module flaky}
 BuildRequires:  %{python_module ipykernel}
 BuildRequires:  %{python_module ipython}
+BuildRequires:  %{python_module jupyter-client}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module prompt_toolkit >= 2}
 BuildRequires:  %{python_module pyzmq}
 # /SECTION
-Requires:       python-jupyter-client
+Requires:       jupyter-jupyter_console = %{version}
 Requires:       python-ipykernel
 Requires:       python-ipython
+Requires:       python-jupyter-client
 Requires:       python-prompt_toolkit >= 2
 Requires:       python-pyzmq
-Requires:       jupyter-jupyter_console = %{version}
 BuildArch:      noarch
 
 %python_subpackages
@@ -76,12 +77,13 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand nosetests-%{$python_bin_suffix} jupyter_console
+%python_expand nosetests-%{$python_bin_suffix} --with-flaky --force-flaky -v 
-s jupyter_console
 
 %files %{python_files}
 %doc CONTRIBUTING.md README.md
 %license COPYING.md 
-%{python_sitelib}/*
+%{python_sitelib}/jupyter_console
+%{python_sitelib}/jupyter_console-%{version}-*.egg-info
 
 %files -n jupyter-jupyter_console
 %license COPYING.md


Reply via email to