From c8dd68df2893bdf10cda7ad17a4c7b0b3c4f08f4fadd03206351fa8b4445dfac Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 5 Jun 2022 18:31:11 +0000 Subject: [PATCH] Accepting request 980921 from home:bnavigator:branches:devel:languages:python:jupyter - Update to 0.3.7 * Clean up packaging and CI #91 (@blink1073) - Release 0.3.6 * Depend on notebook_shim package for server-side shim layer #88 (@Zsailer) OBS-URL: https://build.opensuse.org/request/show/980921 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclassic?expand=0&rev=10 --- nbclassic-0.3.5-gh.tar.gz | 3 --- nbclassic-0.3.7-gh.tar.gz | 3 +++ python-nbclassic.changes | 9 +++++++++ python-nbclassic.spec | 13 ++++++++----- 4 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 nbclassic-0.3.5-gh.tar.gz create mode 100644 nbclassic-0.3.7-gh.tar.gz diff --git a/nbclassic-0.3.5-gh.tar.gz b/nbclassic-0.3.5-gh.tar.gz deleted file mode 100644 index 26e1c6d..0000000 --- a/nbclassic-0.3.5-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4c53bd2c9bd4965ef45bff8dad5fb657596505be6e0b78bff87cf685f134bba -size 22668 diff --git a/nbclassic-0.3.7-gh.tar.gz b/nbclassic-0.3.7-gh.tar.gz new file mode 100644 index 0000000..9d31ffe --- /dev/null +++ b/nbclassic-0.3.7-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea14cee4bd52bdb981998f412995830738b5a8bf8f2dca923bb8675a5ca9a11 +size 15973 diff --git a/python-nbclassic.changes b/python-nbclassic.changes index 49541aa..4b8737d 100644 --- a/python-nbclassic.changes +++ b/python-nbclassic.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jun 5 17:18:58 UTC 2022 - Ben Greiner + +- Update to 0.3.7 + * Clean up packaging and CI #91 (@blink1073) +- Release 0.3.6 + * Depend on notebook_shim package for server-side shim layer #88 + (@Zsailer) + ------------------------------------------------------------------- Thu Feb 17 16:37:03 UTC 2022 - Arun Persaud diff --git a/python-nbclassic.spec b/python-nbclassic.spec index ac762fe..3bc97c1 100644 --- a/python-nbclassic.spec +++ b/python-nbclassic.spec @@ -24,21 +24,24 @@ %bcond_with libalternatives %endif Name: python-nbclassic -Version: 0.3.5 +Version: 0.3.7 Release: 0 Summary: Jupyter Notebook as a Jupyter Server Extension License: BSD-3-Clause URL: https://github.com/jupyterlab/nbclassic # The github archive has the tests Source: https://github.com/jupyterlab/nbclassic/archive/v%{version}.tar.gz#/nbclassic-%{version}-gh.tar.gz -BuildRequires: %{python_module jupyter_server >= 1.8 with %python-jupyter_server < 2} +BuildRequires: %{python_module jupyter_server >= 1.8} BuildRequires: %{python_module notebook < 7} +BuildRequires: %{python_module notebook_shim >= 0.1.0} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: jupyter-rpm-macros BuildRequires: python-rpm-macros >= 20210929 Requires: jupyter-nbclassic = %{version} +Requires: python-jupyter_server >= 1.8 Requires: python-notebook < 7 -Requires: (python-jupyter_server >= 1.8 with python-jupyter_server < 2) +Requires: python-notebook_shim >= 0.1.0 %if %{with libalternatives} BuildRequires: alts Requires: alts @@ -98,7 +101,7 @@ This package contains the jupyterlab server configuration file %python_uninstall_alternative jupyter-nbclassic %check -%pytest nbclassic +%pytest %files %{python_files} %doc README.md @@ -109,6 +112,6 @@ This package contains the jupyterlab server configuration file %files -n jupyter-nbclassic %license LICENSE -%{!?_jupyter_distconfig:%config} %{_jupyter_server_confdir}/nbclassic.json +%_jupyter_config %{_jupyter_server_confdir}/nbclassic.json %changelog