Accepting request 931633 from devel:languages:python:jupyter

OBS-URL: https://build.opensuse.org/request/show/931633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bqplot?expand=0&rev=9
This commit is contained in:
2021-11-20 01:38:41 +00:00
committed by Git OBS Bridge
6 changed files with 21 additions and 12 deletions

View File

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7855171d0b26b3aa9bb34575bb7ed068502d13b8aa9257a56bef163b18271d3b
size 1191407

3
bqplot-0.12.31-gh.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82cd6491c77bfcde7e96865fb4d18b626fd293a5bcf6ca83052ec570c453b77d
size 8167802

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

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Nov 14 20:04:07 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 0.12.31, jupyter fronted 0.5.32
* no release notes
- Fix jupyter config paths
-------------------------------------------------------------------
Sat Apr 10 12:00:14 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@@ -19,8 +19,8 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
%define skip_python36 1
%define pyver 0.12.25
%define jupver 0.5.26
%define pyver 0.12.31
%define jupver 0.5.32
Name: python-bqplot
Version: %{pyver}
Release: 0
@@ -35,6 +35,7 @@ BuildRequires: %{python_module jupyter-packaging}
BuildRequires: %{python_module notebook}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: jupyter-jupyterlab-filesystem >= 20211114
BuildRequires: jupyter-notebook-filesystem
BuildRequires: python-rpm-macros
Requires: jupyter-bqplot-notebook = %{jupver}
@@ -100,8 +101,10 @@ rm bqplot/install.py
%install
%python_install
cp -r etc/ %{buildroot}%{_sysconfdir}
mkdir -p %{buildroot}%{_jupyter_confdir}
cp -r etc/jupyter/* %{buildroot}%{_jupyter_confdir}/
cp -r share/ %{buildroot}%{_datadir}
%python_expand rm -r %{buildroot}%{$python_sitelib}/tests
%fdupes %{buildroot}%{_jupyter_prefix}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
@@ -118,12 +121,11 @@ cp -r share/ %{buildroot}%{_datadir}
%files -n jupyter-bqplot-notebook
%license LICENSE
%config %{_jupyter_nb_notebook_confdir}/bqplot.json
%{!?_jupyter_distconfig:%config} %{_jupyter_nb_notebook_confdir}/bqplot.json
%{_jupyter_nbextension_dir}/bqplot/
%files -n jupyter-bqplot-jupyterlab
%license LICENSE
%dir %{_jupyter_prefix}/labextensions
%{_jupyter_prefix}/labextensions/bqplot/
%{_jupyter_labextensions_dir3}/bqplot/
%changelog