From 3eb8e45557b30c321ae0f3af9e780c0706e2fe6e9e89d2dfecd2275f0ae1e5cb Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 1 May 2023 18:46:01 +0000 Subject: [PATCH] Accepting request 1083885 from home:bnavigator:branches:devel:languages:python:jupyter - Update to 0.5.6 * Add show_banner trait to control the banner display #243 (@echarles) * Use the correct icon to display the application #245 (@befeleme) * State the correct name of the application in the desktop entry #244 (@befeleme) OBS-URL: https://build.opensuse.org/request/show/1083885 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclassic?expand=0&rev=37 --- nbclassic-0.5.5-gh.tar.gz | 3 --- nbclassic-0.5.5-py3-none-any.whl | 3 --- nbclassic-0.5.6-gh.tar.gz | 3 +++ nbclassic-0.5.6-py3-none-any.whl | 3 +++ python-nbclassic.changes | 11 +++++++++++ python-nbclassic.spec | 4 ++-- 6 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 nbclassic-0.5.5-gh.tar.gz delete mode 100644 nbclassic-0.5.5-py3-none-any.whl create mode 100644 nbclassic-0.5.6-gh.tar.gz create mode 100644 nbclassic-0.5.6-py3-none-any.whl diff --git a/nbclassic-0.5.5-gh.tar.gz b/nbclassic-0.5.5-gh.tar.gz deleted file mode 100644 index 0e7847a..0000000 --- a/nbclassic-0.5.5-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7105b628d01828ccedee440f7676b8d706c8ebae80a0e29df8ed6e7fdab5f6de -size 8319197 diff --git a/nbclassic-0.5.5-py3-none-any.whl b/nbclassic-0.5.5-py3-none-any.whl deleted file mode 100644 index 7461c2b..0000000 --- a/nbclassic-0.5.5-py3-none-any.whl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47791b04dbcb89bf7fde910a3d848fd4793a4248a8936202453631a87da37d51 -size 9994840 diff --git a/nbclassic-0.5.6-gh.tar.gz b/nbclassic-0.5.6-gh.tar.gz new file mode 100644 index 0000000..37d5b1b --- /dev/null +++ b/nbclassic-0.5.6-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1906db101e423426973c96446a38d43e312c11cc12f12eb02eb70cc1c7dbe5 +size 8319957 diff --git a/nbclassic-0.5.6-py3-none-any.whl b/nbclassic-0.5.6-py3-none-any.whl new file mode 100644 index 0000000..b37b460 --- /dev/null +++ b/nbclassic-0.5.6-py3-none-any.whl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c8b7de80046c4a36a74662a5e325386d345289906c618366d8154e03dc2322 +size 9995168 diff --git a/python-nbclassic.changes b/python-nbclassic.changes index 7e1b362..bd71263 100644 --- a/python-nbclassic.changes +++ b/python-nbclassic.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon May 1 17:46:44 UTC 2023 - Ben Greiner + +- Update to 0.5.6 + * Add show_banner trait to control the banner display #243 + (@echarles) + * Use the correct icon to display the application #245 + (@befeleme) + * State the correct name of the application in the desktop entry + #244 (@befeleme) + ------------------------------------------------------------------- Sun Apr 23 20:25:35 UTC 2023 - Ben Greiner diff --git a/python-nbclassic.spec b/python-nbclassic.spec index 0402dfe..78b7b91 100644 --- a/python-nbclassic.spec +++ b/python-nbclassic.spec @@ -27,7 +27,7 @@ # this conditional is used in the python-rpm-macros, but `osc build --without libalternatives` won't work %bcond_without libalternatives Name: python-nbclassic%{psuffix} -Version: 0.5.5 +Version: 0.5.6 Release: 0 Summary: Jupyter Notebook as a Jupyter Server Extension License: BSD-3-Clause @@ -54,7 +54,7 @@ Requires: python-jupyter-core >= 4.6.1 Requires: python-nbconvert >= 5 Requires: python-nbformat Requires: python-nest-asyncio >= 1.5 -Requires: python-notebook-shim >= 0.1.0 +Requires: python-notebook-shim >= 0.2.3 Requires: python-prometheus-client Requires: python-pyzmq >= 17 Requires: python-terminado >= 0.8.3