Files
python-bqplot/python-bqplot.spec

130 lines
4.4 KiB
RPMSpec
Raw Normal View History

Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
#
# spec file for package python-bqplot
#
# Copyright (c) 2024 SUSE LLC
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
# https://github.com/bqplot/bqplot/issues/1639
%define skip_python312 1
%define skip_python39 1
%define pyver 0.12.42
%define jupver 0.5.43
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
Name: python-bqplot
Version: %{pyver}
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
Release: 0
Summary: Interactive plotting package for the Jupyter notebook
License: Apache-2.0
URL: https://github.com/bqplot/bqplot
# bundled js stuff from PyPI sdist
Source0: https://files.pythonhosted.org/packages/source/b/bqplot/bqplot-%{pyver}.tar.gz
# tests from GitHub source
Source1: https://github.com/bqplot/bqplot/archive/refs/tags/%{pyver}.tar.gz#/bqplot-%{pyver}-gh.tar.gz
BuildRequires: %{python_module jupyter-packaging}
BuildRequires: %{python_module jupyterlab}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
BuildRequires: fdupes
BuildRequires: jupyter-jupyterlab-filesystem >= 20211114
BuildRequires: jupyter-notebook-filesystem
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
BuildRequires: python-rpm-macros
Requires: jupyter-bqplot-notebook = %{jupver}
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
Requires: python-numpy >= 1.10.4
Requires: python-traitlets >= 4.3.0
Requires: python-traittypes >= 0.0.6
Requires: (python-ipywidgets >= 7.5.0 with python-ipywidgets < 9)
Requires: (python-pandas >= 1 with python-pandas < 3)
Provides: python-jupyter_bqplot = %{pyver}
Obsoletes: python-jupyter_bqplot < %{pyver}
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module ipywidgets >= 7.5.0 with %python-ipywidgets < 9}
BuildRequires: %{python_module nbval}
BuildRequires: %{python_module numpy >= 1.10.4}
BuildRequires: %{python_module pandas >= 1 with %python-pandas < 3}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module traitlets >= 4.3.0}
BuildRequires: %{python_module traittypes >= 0.0.6}
# /SECTION
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
%python_subpackages
%description
Plotting system for the Jupyter notebook based on the
interactive Jupyter widgets.
This package provides the python interface.
%package -n jupyter-bqplot-notebook
Version: %{jupver}
Summary: Interactive plotting package for Jupyter Notebooke
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
Requires: jupyter-notebook
Requires: python3dist(bqplot) = %{pyver}
Provides: jupyter-bqplot = %{pyver}-%{release}
# the jupyter-bqplot rpm package had the python package version until 0.12.13
Obsoletes: jupyter-bqplot < %{pyver}-%{release}
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
%description -n jupyter-bqplot-notebook
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
Plotting system for the Jupyter notebook based on the
interactive Jupyter widgets.
This package provides the jupyter notebook extension.
%package -n jupyter-bqplot-jupyterlab
Version: %{jupver}
Summary: Interactive plotting package for Jupyterlab
Requires: jupyter-jupyterlab
Requires: python3dist(bqplot) = %{pyver}
%description -n jupyter-bqplot-jupyterlab
Plotting system for the Jupyter notebook based on the
interactive Jupyter widgets.
This package provides the jupyterlab extension.
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
%prep
%setup -q -n bqplot-%{pyver}
tar -x --strip-components=1 -f %{SOURCE1} bqplot-%{pyver}/{tests,ui-tests}
rm bqplot/install.py
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
%build
%pyproject_wheel
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
%install
%pyproject_install
%fdupes %{buildroot}%{_jupyter_prefix}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -c "import bqplot"
%pytest tests/
%pytest --nbval ui-tests/tests/notebooks
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
%files %{python_files}
%doc README.md
%license LICENSE
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
%{python_sitelib}/bqplot/
%{python_sitelib}/bqplot-%{pyver}.dist-info
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
%files -n jupyter-bqplot-notebook
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
%license LICENSE
%_jupyter_config %{_jupyter_nb_notebook_confdir}/bqplot.json
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
%{_jupyter_nbextension_dir}/bqplot/
%files -n jupyter-bqplot-jupyterlab
%license LICENSE
%{_jupyter_labextensions_dir3}/bqplot/
Accepting request 698288 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to version 0.11.5 * silence brush events on selected_changed - Update to version 0.11.4 * Scatter label color now follow theme * Fixup color axis domain * Fixup election example notebook - Update to version 0.11.3 * Fixup interaction layer wrt typed fields * Set # of axis ticks for DateScale by width * fixed an issue where 'selected' wasn't getting updated on empty brush * Revise outlier selection method * Fix d3 selections * not setting default labels in lieu of empty labels * increased pie label font size to 12px * Make fill_opcities work with fill=inside - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 0.11.2 * Merge pull request #742 from ChakriCherukuri/pyplot_fix * fixed an issue with marker strings (default_colors renamed to colors) * use trait instead of setter * fix: empty brush updates brush.selected * Don't squeeze array because of single stacked bar * apply selected styles on redraw * Listen to colorscale changes in GridHeatMap * Adding extrapolation option for ColorScale * Do light/dark styling with JupyterLab theming system. * add auto_detect_outliers property to front-end model - Update to version 0.11.1 * Fixup notebook links * Fixup marker update in Scatter plot * package-lock update - Don't need to manually enable extension. - Double-check target directory. - Initial version OBS-URL: https://build.opensuse.org/request/show/698288 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=1
2019-04-26 16:07:50 +00:00
%changelog