Hello community, here is the log from the commit of package python-ipywidgets for openSUSE:Leap:15.2 checked in at 2020-04-20 12:55:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-ipywidgets (Old) and /work/SRC/openSUSE:Leap:15.2/.python-ipywidgets.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipywidgets" Mon Apr 20 12:55:48 2020 rev:2 rq:795592 version:7.5.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-ipywidgets/python-ipywidgets.changes 2020-03-19 11:03:34.595886504 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-ipywidgets.new.2738/python-ipywidgets.changes 2020-04-20 12:55:57.516772726 +0200 @@ -1,0 +2,11 @@ +Sat Mar 28 07:37:07 UTC 2020 - Tomáš Chvátal <[email protected]> + +- Drop left over python-mock dep that is not present on + python2 less enviroment + +------------------------------------------------------------------- +Wed Mar 11 15:01:17 UTC 2020 - Todd R <[email protected]> + +- Disable python2 build temporarily to get everything working. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ipywidgets.spec ++++++ --- /var/tmp/diff_new_pack.eDHqnC/_old 2020-04-20 12:55:58.008773498 +0200 +++ /var/tmp/diff_new_pack.eDHqnC/_new 2020-04-20 12:55:58.012773504 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-ipywidgets # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-ipywidgets Version: 7.5.1 Release: 0 @@ -50,7 +51,6 @@ BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module recommonmark} BuildRequires: %{python_module traitlets >= 4.3.1} -BuildRequires: python-mock # /SECTION Recommends: jupyter-widgetsnbextension >= 3.5.0 %ifpython3
