Accepting request 789223 from devel:languages:python:jupyter
- Drop left over python-mock dep that is not present on python2 less enviroment - Disable python2 build temporarily to get everything working. OBS-URL: https://build.opensuse.org/request/show/789223 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipywidgets?expand=0&rev=4
This commit is contained in:
commit
f2aec1cac6
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 28 07:37:07 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Drop left over python-mock dep that is not present on
|
||||||
|
python2 less enviroment
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 11 15:01:17 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- Disable python2 build temporarily to get everything working.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 11 01:36:21 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
Sun Aug 11 01:36:21 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-ipywidgets
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%define skip_python2 1
|
||||||
Name: python-ipywidgets
|
Name: python-ipywidgets
|
||||||
Version: 7.5.1
|
Version: 7.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -50,7 +51,6 @@ BuildRequires: %{python_module pytest >= 3.6.0}
|
|||||||
BuildRequires: %{python_module pytest-cov}
|
BuildRequires: %{python_module pytest-cov}
|
||||||
BuildRequires: %{python_module recommonmark}
|
BuildRequires: %{python_module recommonmark}
|
||||||
BuildRequires: %{python_module traitlets >= 4.3.1}
|
BuildRequires: %{python_module traitlets >= 4.3.1}
|
||||||
BuildRequires: python-mock
|
|
||||||
# /SECTION
|
# /SECTION
|
||||||
Recommends: jupyter-widgetsnbextension >= 3.5.0
|
Recommends: jupyter-widgetsnbextension >= 3.5.0
|
||||||
%ifpython3
|
%ifpython3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user