Hello community,
here is the log from the commit of package python-jupyter_console for
openSUSE:Factory checked in at 2019-08-13 13:19:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_console (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_console.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_console"
Tue Aug 13 13:19:46 2019 rev:10 rq:722224 version:6.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_console/python-jupyter_console.changes
2019-05-22 11:13:51.414557827 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_console.new.9556/python-jupyter_console.changes
2019-08-13 13:20:45.293426430 +0200
@@ -1,0 +2,5 @@
+Sun Aug 11 02:03:38 UTC 2019 - Todd R <[email protected]>
+
+- Enable tests
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_console.spec ++++++
--- /var/tmp/diff_new_pack.hWuBPZ/_old 2019-08-13 13:20:45.997426244 +0200
+++ /var/tmp/diff_new_pack.hWuBPZ/_new 2019-08-13 13:20:46.001426243 +0200
@@ -31,10 +31,19 @@
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+# SECTION test requirements
+BuildRequires: %{python_module jupyter_client}
+BuildRequires: %{python_module ipykernel}
+BuildRequires: %{python_module ipython}
+BuildRequires: %{python_module nose}
+BuildRequires: %{python_module prompt_toolkit >= 2}
+BuildRequires: %{python_module pyzmq}
+# /SECTION
Requires: python-jupyter_client
Requires: python-ipykernel
Requires: python-ipython
Requires: python-prompt_toolkit >= 2
+Requires: python-pyzmq
Requires: jupyter-jupyter_console = %{version}
BuildArch: noarch
@@ -60,9 +69,9 @@
Summary: Documentation for jupyter-jupyter_console
Group: Documentation/Other
Provides: python-jupyter_console-doc = %{version}
-Obsoletes: python-jupyter_console-doc <= %{version}
+Obsoletes: python-jupyter_console-doc < %{version}
Provides: %{python_module jupyter_console-doc = %{version}}
-Obsoletes: %{python_module jupyter_console-doc <= %{version}}
+Obsoletes: %{python_module jupyter_console-doc < %{version}}
%description -n jupyter-jupyter_console-doc
A terminal-based console frontend for Jupter kernels.
@@ -81,9 +90,8 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-# Tests require an active console
-# %%check
-# %%python_expand nosetests-%%{$python_bin_suffix} jupyter_console
+%check
+%python_expand nosetests-%{$python_bin_suffix} jupyter_console
%files %{python_files}
%doc CONTRIBUTING.md README.md