Hello community,
here is the log from the commit of package python-jupyter-core for
openSUSE:Leap:15.2 checked in at 2020-04-20 12:55:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-jupyter-core (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-jupyter-core.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-core"
Mon Apr 20 12:55:50 2020 rev:3 rq:795593 version:4.6.3
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-jupyter-core/python-jupyter-core.changes
2020-03-29 14:55:33.547151650 +0200
+++
/work/SRC/openSUSE:Leap:15.2/.python-jupyter-core.new.2738/python-jupyter-core.changes
2020-04-20 12:55:58.168773749 +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.eLkjed/_old 2020-04-20 12:55:58.580774396 +0200
+++ /var/tmp/diff_new_pack.eLkjed/_new 2020-04-20 12:55:58.584774402 +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