Hello community,
here is the log from the commit of package python3-jupyter_console for
openSUSE:Factory checked in at 2016-09-25 14:44:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-jupyter_console (Old)
and /work/SRC/openSUSE:Factory/.python3-jupyter_console.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-jupyter_console"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python3-jupyter_console/python3-jupyter_console.changes
2016-08-05 18:16:15.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-jupyter_console.new/python3-jupyter_console.changes
2016-09-25 14:44:30.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Sep 22 19:20:46 UTC 2016 - [email protected]
+
+- Add missing dependencies
+- Disable tests since they don't work without an interactive
+ console
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-jupyter_console.spec ++++++
--- /var/tmp/diff_new_pack.b1ceFP/_old 2016-09-25 14:44:31.000000000 +0200
+++ /var/tmp/diff_new_pack.b1ceFP/_new 2016-09-25 14:44:31.000000000 +0200
@@ -26,17 +26,27 @@
Source:
https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-%{version}.tar.gz
BuildRequires: python3-devel
BuildRequires: python3-Pillow
+BuildRequires: python3-Pygments
+BuildRequires: python3-jupyter_core
BuildRequires: python3-jupyter_client
BuildRequires: python3-jupyter_ipykernel
BuildRequires: python3-jupyter_ipython
BuildRequires: python3-prompt_toolkit
+BuildRequires: python3-pyzmq
BuildRequires: python3-setuptools
+BuildRequires: python3-traitlets
# Test requirements
+BuildRequires: python3-ipython_genutils
BuildRequires: python3-nose
+BuildRequires: python3-pexpect
+Requires: python3-Pygments
+Requires: python3-jupyter_core
Requires: python3-jupyter_client
Requires: python3-jupyter_ipykernel
Requires: python3-jupyter_ipython
Requires: python3-prompt_toolkit
+Requires: python3-pyzmq
+Requires: python3-traitlets
Recommends: python3-Pillow
Requires(post): update-alternatives
Requires(postun): update-alternatives
@@ -74,8 +84,9 @@
%_sbindir/update-alternatives --remove jupyter-console
%{_bindir}/jupyter-console-%{py3_ver}
fi
-%check
-nosetests jupyter_console
+# Tests require an interactive console
+# %check
+# nosetests -s -e ZMQTerminalInteractiveShellTestCase jupyter_console
%files
%defattr(-,root,root,-)