forked from pool/python-nbclassic
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
This commit is contained in:
parent
a37551bfd4
commit
3eb8e45557
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7105b628d01828ccedee440f7676b8d706c8ebae80a0e29df8ed6e7fdab5f6de
|
||||
size 8319197
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47791b04dbcb89bf7fde910a3d848fd4793a4248a8936202453631a87da37d51
|
||||
size 9994840
|
BIN
nbclassic-0.5.6-gh.tar.gz
(Stored with Git LFS)
Normal file
BIN
nbclassic-0.5.6-gh.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
nbclassic-0.5.6-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
nbclassic-0.5.6-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 17:46:44 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user