Hello community,
here is the log from the commit of package python-jupyter-core for
openSUSE:Factory checked in at 2020-04-19 21:47:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-core (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter-core.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-core"
Sun Apr 19 21:47:18 2020 rev:4 rq:789234 version:4.6.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jupyter-core/python-jupyter-core.changes
2020-03-27 00:26:29.680293192 +0100
+++
/work/SRC/openSUSE:Factory/.python-jupyter-core.new.2738/python-jupyter-core.changes
2020-04-19 21:47:27.871839369 +0200
@@ -1,0 +2,5 @@
+Sat Mar 28 07:39:17 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter-core.spec ++++++
--- /var/tmp/diff_new_pack.aCwPBD/_old 2020-04-19 21:47:29.931843502 +0200
+++ /var/tmp/diff_new_pack.aCwPBD/_new 2020-04-19 21:47:29.935843510 +0200
@@ -24,6 +24,7 @@
%define psuffix %{nil}
%bcond_with test
%endif
+%bcond_without python2
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-jupyter-core%{psuffix}
@@ -56,8 +57,10 @@
BuildRequires: %{python_module jupyter-core}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module pytest}
+%if %{with python2}
BuildRequires: python-mock
%endif
+%endif
%python_subpackages
%description