diff --git a/bqplot-0.12.25-gh.tar.gz b/bqplot-0.12.25-gh.tar.gz deleted file mode 100644 index 3078729..0000000 --- a/bqplot-0.12.25-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8877383bab7ada139db3887b992fc09159d15982e5bc2d742760017786a8a8c -size 3766659 diff --git a/bqplot-0.12.25.tar.gz b/bqplot-0.12.25.tar.gz deleted file mode 100644 index 2655a72..0000000 --- a/bqplot-0.12.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7855171d0b26b3aa9bb34575bb7ed068502d13b8aa9257a56bef163b18271d3b -size 1191407 diff --git a/bqplot-0.12.31-gh.tar.gz b/bqplot-0.12.31-gh.tar.gz new file mode 100644 index 0000000..0dca4ff --- /dev/null +++ b/bqplot-0.12.31-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82cd6491c77bfcde7e96865fb4d18b626fd293a5bcf6ca83052ec570c453b77d +size 8167802 diff --git a/bqplot-0.12.31.tar.gz b/bqplot-0.12.31.tar.gz new file mode 100644 index 0000000..9af7070 --- /dev/null +++ b/bqplot-0.12.31.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd880a84bd495ee5bf0687b496ddbc8049d2a9feff056f9343213e83e71737f7 +size 1196660 diff --git a/python-bqplot.changes b/python-bqplot.changes index be1d7c5..bbd2675 100644 --- a/python-bqplot.changes +++ b/python-bqplot.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Nov 14 20:04:07 UTC 2021 - Ben Greiner + +- 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 diff --git a/python-bqplot.spec b/python-bqplot.spec index 039d897..7c30a58 100644 --- a/python-bqplot.spec +++ b/python-bqplot.spec @@ -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