From 8c42691bab0b471ad2c73dcade13d6ad0e364cf4cf6f80e62efb1e18aadd86e0 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 29 Jul 2019 16:58:23 +0000 Subject: [PATCH] Accepting request 719673 from home:TheBlackCat:branches:devel:languages:python:jupyter Update to version 0.11.6 OBS-URL: https://build.opensuse.org/request/show/719673 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=8 --- bqplot-0.11.5-py2.py3-none-any.whl | 3 --- bqplot-0.11.6.tar.gz | 3 +++ python-bqplot.changes | 14 ++++++++++++++ python-bqplot.spec | 22 ++++++++++++---------- 4 files changed, 29 insertions(+), 13 deletions(-) delete mode 100644 bqplot-0.11.5-py2.py3-none-any.whl create mode 100644 bqplot-0.11.6.tar.gz diff --git a/bqplot-0.11.5-py2.py3-none-any.whl b/bqplot-0.11.5-py2.py3-none-any.whl deleted file mode 100644 index 9dc688c..0000000 --- a/bqplot-0.11.5-py2.py3-none-any.whl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7e04cd4cc08bc832755db34e5827676395dd09b7ca19fcfa4354577174d07e8 -size 1666077 diff --git a/bqplot-0.11.6.tar.gz b/bqplot-0.11.6.tar.gz new file mode 100644 index 0000000..de5714b --- /dev/null +++ b/bqplot-0.11.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea20fca139a2b9a1aaf8be506fc3431bea8ba4fc23bd46ef73390723ede25140 +size 1059271 diff --git a/python-bqplot.changes b/python-bqplot.changes index 09a041b..a32989d 100644 --- a/python-bqplot.changes +++ b/python-bqplot.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Jul 27 03:09:40 UTC 2019 - Todd R + +- Update to version 0.11.6 + * Update for JupyterLab 1.0 + * added cells for updating display_format and font_style + * adding labels to cells natively + * cleaned up code which makes selections + * cleanup and added an example with 'freeze_tooltip_location' + * added option to freeze/unfreeze tooltip location + * changed selected_stroke to orangered + * fixed paths to data files + * centering the labels + ------------------------------------------------------------------- Tue May 14 16:35:14 UTC 2019 - Todd R diff --git a/python-bqplot.spec b/python-bqplot.spec index 8c410d7..b489051 100644 --- a/python-bqplot.spec +++ b/python-bqplot.spec @@ -18,15 +18,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-bqplot -Version: 0.11.5 +Version: 0.11.6 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/py2.py3/b/bqplot/bqplot-%{version}-py2.py3-none-any.whl +Source: https://files.pythonhosted.org/packages/source/b/bqplot/bqplot-%{version}.tar.gz BuildRequires: %{python_module notebook} -BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: jupyter-bqplot = %{version} @@ -65,13 +65,16 @@ interactive Jupyter widgets. This package provides the jupyter notebook extension. %prep -%setup -q -c -T +%setup -q -n bqplot-%{version} %build -# Not Needed +%python_build %install -%python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0} +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} +%fdupes %{buildroot}%{_jupyter_nb_notebook_confdir} +%fdupes %{buildroot}%{_jupyter_nbextension_dir} %{python_expand sed -i -e "s|^#!%{_bindir}/env python|#!%{__$python}|" %{buildroot}%{$python_sitelib}/bqplot/install.py chmod a+x %{buildroot}%{$python_sitelib}/bqplot/install.py @@ -81,8 +84,6 @@ $python -O -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}/bq } %{jupyter_move_config} -cp %{buildroot}%{python3_sitelib}/bqplot-%{version}.dist-info/LICENSE . -%{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{python3_sitelib}} %check @@ -91,9 +92,10 @@ $python -c "import bqplot" } %files %{python_files} -%license %{python_sitelib}/bqplot-%{version}.dist-info/LICENSE +%doc README.md +%license LICENSE %{python_sitelib}/bqplot/ -%{python_sitelib}/bqplot-%{version}.dist-info/ +%{python_sitelib}/bqplot-%{version}-py*.egg-info %files -n jupyter-bqplot %license LICENSE