From 5c88b0568af1a234fc3af63ae6d9d3cdd90c4b225d6e705c230788e084755052 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 14 Nov 2021 19:50:01 +0000 Subject: [PATCH 1/6] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=23 --- python-bqplot.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-bqplot.spec b/python-bqplot.spec index 039d897..c9ea714 100644 --- a/python-bqplot.spec +++ b/python-bqplot.spec @@ -100,7 +100,7 @@ rm bqplot/install.py %install %python_install -cp -r etc/ %{buildroot}%{_sysconfdir} +cp -r etc/ %{buildroot}%{_distconfdir} cp -r share/ %{buildroot}%{_datadir} %fdupes %{buildroot}%{_jupyter_prefix} %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -118,7 +118,7 @@ cp -r share/ %{buildroot}%{_datadir} %files -n jupyter-bqplot-notebook %license LICENSE -%config %{_jupyter_nb_notebook_confdir}/bqplot.json +%{_jupyter_nb_notebook_confdir}/bqplot.json %{_jupyter_nbextension_dir}/bqplot/ %files -n jupyter-bqplot-jupyterlab From 4dabebf43a22eedbeed196a638dbb4107796fca4da7a63bc5b0e44b9897b9c2d Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 14 Nov 2021 19:51:03 +0000 Subject: [PATCH 2/6] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=24 --- python-bqplot.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-bqplot.spec b/python-bqplot.spec index c9ea714..3ef0061 100644 --- a/python-bqplot.spec +++ b/python-bqplot.spec @@ -123,7 +123,6 @@ cp -r share/ %{buildroot}%{_datadir} %files -n jupyter-bqplot-jupyterlab %license LICENSE -%dir %{_jupyter_prefix}/labextensions -%{_jupyter_prefix}/labextensions/bqplot/ +%dir %{_jupyter_labextension_dir3}/bqplot %changelog From a23b5f01c42d98fc10b2b6b8fd184c5c128254f35438488297f7f074a36d3318 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 14 Nov 2021 19:54:10 +0000 Subject: [PATCH 3/6] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=25 --- python-bqplot.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-bqplot.spec b/python-bqplot.spec index 3ef0061..4e42574 100644 --- a/python-bqplot.spec +++ b/python-bqplot.spec @@ -100,7 +100,7 @@ rm bqplot/install.py %install %python_install -cp -r etc/ %{buildroot}%{_distconfdir} +cp -r etc/ %{buildroot}%{_sysconfdir} cp -r share/ %{buildroot}%{_datadir} %fdupes %{buildroot}%{_jupyter_prefix} %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -118,11 +118,12 @@ cp -r share/ %{buildroot}%{_datadir} %files -n jupyter-bqplot-notebook %license LICENSE -%{_jupyter_nb_notebook_confdir}/bqplot.json +%config %{_jupyter_nb_notebook_confdir}/bqplot.json %{_jupyter_nbextension_dir}/bqplot/ %files -n jupyter-bqplot-jupyterlab %license LICENSE -%dir %{_jupyter_labextension_dir3}/bqplot +%dir %{_jupyter_prefix}/labextensions +%config %{_jupyter_prefix}/labextensions/bqplot %changelog From 497b2e9e5c18bff5d6c02d7dd90a49af6a96597340b6b0c324b075976f6c4c6f Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 14 Nov 2021 19:54:47 +0000 Subject: [PATCH 4/6] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=26 --- python-bqplot.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-bqplot.spec b/python-bqplot.spec index 4e42574..7cb2156 100644 --- a/python-bqplot.spec +++ b/python-bqplot.spec @@ -124,6 +124,6 @@ cp -r share/ %{buildroot}%{_datadir} %files -n jupyter-bqplot-jupyterlab %license LICENSE %dir %{_jupyter_prefix}/labextensions -%config %{_jupyter_prefix}/labextensions/bqplot +%{_jupyter_prefix}/labextensions/bqplot %changelog From d52b8ccc2d7163bb0a06c884125c5de049e85d60147db02479ee00fbea5fa47c Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 14 Nov 2021 19:55:06 +0000 Subject: [PATCH 5/6] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=27 --- python-bqplot.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-bqplot.spec b/python-bqplot.spec index 7cb2156..039d897 100644 --- a/python-bqplot.spec +++ b/python-bqplot.spec @@ -124,6 +124,6 @@ cp -r share/ %{buildroot}%{_datadir} %files -n jupyter-bqplot-jupyterlab %license LICENSE %dir %{_jupyter_prefix}/labextensions -%{_jupyter_prefix}/labextensions/bqplot +%{_jupyter_prefix}/labextensions/bqplot/ %changelog From bb6d1fd10c0e7bc95a9e72978cef303402ef84be6a066aa283beb9515542336d Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 15 Nov 2021 22:29:06 +0000 Subject: [PATCH 6/6] Accepting request 931431 from home:bnavigator:branches:devel:languages:python:jupyter - Update to 0.12.31, jupyter fronted 0.5.32 * no release notes - Fix jupyter config paths OBS-URL: https://build.opensuse.org/request/show/931431 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=28 --- bqplot-0.12.25-gh.tar.gz | 3 --- bqplot-0.12.25.tar.gz | 3 --- bqplot-0.12.31-gh.tar.gz | 3 +++ bqplot-0.12.31.tar.gz | 3 +++ python-bqplot.changes | 7 +++++++ python-bqplot.spec | 14 ++++++++------ 6 files changed, 21 insertions(+), 12 deletions(-) delete mode 100644 bqplot-0.12.25-gh.tar.gz delete mode 100644 bqplot-0.12.25.tar.gz create mode 100644 bqplot-0.12.31-gh.tar.gz create mode 100644 bqplot-0.12.31.tar.gz 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