Accepting request 812841 from devel:languages:python:jupyter

- Update to 0.12.12:
  * Minor fixes around

OBS-URL: https://build.opensuse.org/request/show/812841
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bqplot?expand=0&rev=6
This commit is contained in:
2020-06-09 22:50:26 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 10 deletions

3
bqplot-0.12.12.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ac12f63cf0ad65b73b67075bb75fb9c3150a5c4078941b6a89c01ace1191d43
size 2567266

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7292b57694ebe8347e48e16bd47449bbd886f9c2c238b744ed59871960451b59
size 2572890

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 9 09:26:00 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.12.12:
* Minor fixes around
-------------------------------------------------------------------
Mon Feb 10 16:15:20 UTC 2020 - Todd R <toddrme2178@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-bqplot
#
# Copyright (c) 2020 SUSE LLC.
# 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
@@ -19,11 +19,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-bqplot
Version: 0.12.3
Version: 0.12.12
Release: 0
Summary: Interactive plotting package for the Jupyter notebook
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/bloomberg/bqplot
Source: https://files.pythonhosted.org/packages/source/b/bqplot/bqplot-%{version}.tar.gz
BuildRequires: %{python_module notebook}
@@ -31,7 +30,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: jupyter-bqplot = %{version}
Requires: python-ipywidgets >= 7.0.0a8
Requires: python-ipywidgets >= 7.5.0
Requires: python-numpy >= 1.10.4
Requires: python-pandas
Requires: python-traitlets >= 4.3.0
@@ -40,9 +39,11 @@ Provides: python-jupyter_bqplot = %{version}
Obsoletes: python-jupyter_bqplot < %{version}
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module ipywidgets >= 7.0.0a8}
BuildRequires: %{python_module ipywidgets >= 7.5.0}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module numpy >= 1.10.4}
BuildRequires: %{python_module pandas}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module traitlets >= 4.3.0}
BuildRequires: %{python_module traittypes >= 0.0.6}
# /SECTION
@@ -85,13 +86,13 @@ $python -O -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}/bq
%python_expand %fdupes %{buildroot}%{$python_sitelib}
}
%{jupyter_move_config}
%jupyter_move_config
%check
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
$python -c "import bqplot"
}
%pytest tests/
%files %{python_files}
%doc README.md