From 8ae4e13863e3ae2fee06ec670ec4f647aa8ddb5adb99caf00abfad105f24c238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 9 Jun 2020 09:28:50 +0000 Subject: [PATCH] - Update to 0.12.12: * Minor fixes around OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=17 --- bqplot-0.12.12.tar.gz | 3 +++ bqplot-0.12.3.tar.gz | 3 --- python-bqplot.changes | 6 ++++++ python-bqplot.spec | 15 ++++++++------- 4 files changed, 17 insertions(+), 10 deletions(-) create mode 100644 bqplot-0.12.12.tar.gz delete mode 100644 bqplot-0.12.3.tar.gz diff --git a/bqplot-0.12.12.tar.gz b/bqplot-0.12.12.tar.gz new file mode 100644 index 0000000..f585869 --- /dev/null +++ b/bqplot-0.12.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac12f63cf0ad65b73b67075bb75fb9c3150a5c4078941b6a89c01ace1191d43 +size 2567266 diff --git a/bqplot-0.12.3.tar.gz b/bqplot-0.12.3.tar.gz deleted file mode 100644 index 04ece88..0000000 --- a/bqplot-0.12.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7292b57694ebe8347e48e16bd47449bbd886f9c2c238b744ed59871960451b59 -size 2572890 diff --git a/python-bqplot.changes b/python-bqplot.changes index b0ba850..e05b916 100644 --- a/python-bqplot.changes +++ b/python-bqplot.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 9 09:26:00 UTC 2020 - Tomáš Chvátal + +- Update to 0.12.12: + * Minor fixes around + ------------------------------------------------------------------- Mon Feb 10 16:15:20 UTC 2020 - Todd R diff --git a/python-bqplot.spec b/python-bqplot.spec index c15189b..df1db33 100644 --- a/python-bqplot.spec +++ b/python-bqplot.spec @@ -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