forked from pool/python-nbclassic
- Update to 0.5.3
* Fix generating of .mo and .json files for nl translation #221 (@frenzymadness) * Fix banner icons #220 (@echarles) - Release 0.5.2 * Add news banner and log #215 (@echarles) * Update get_rendered_contents further marked javascript upgrade #210 (@echarles) * Update security concerns link #218 (@RRosio) * Don't require two different minimal versions of jupyter_server #208 (@hroncok) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclassic?expand=0&rev=33
This commit is contained in:
parent
f99030f550
commit
742ef0d340
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e9f1c9c081e6cdb951be4faae4c6e75d6fb265f316211e8b3dedc978f599d04
|
||||
size 8316401
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32c235e1f22f4048f3b877d354c198202898797cf9c2085856827598cead001b
|
||||
size 9966281
|
3
nbclassic-0.5.3-gh.tar.gz
Normal file
3
nbclassic-0.5.3-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c012e77a895f5e57b28d0d73612070a443485ea8cdb4e666532baee2bea63d56
|
||||
size 8318014
|
3
nbclassic-0.5.3-py3-none-any.whl
Normal file
3
nbclassic-0.5.3-py3-none-any.whl
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e849277872d9ffd8fe4b39a8038d01ba82d6a1def9ce11b1b3c26c9546ed5131
|
||||
size 9993784
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 19 16:11:24 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 0.5.3
|
||||
* Fix generating of .mo and .json files for nl translation #221
|
||||
(@frenzymadness)
|
||||
* Fix banner icons #220 (@echarles)
|
||||
- Release 0.5.2
|
||||
* Add news banner and log #215 (@echarles)
|
||||
* Update get_rendered_contents further marked javascript upgrade
|
||||
#210 (@echarles)
|
||||
* Update security concerns link #218 (@RRosio)
|
||||
* Don't require two different minimal versions of jupyter_server
|
||||
#208 (@hroncok)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 16:16:06 UTC 2023 - Arun Persaud <arun@gmx.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.1
|
||||
Version: 0.5.3
|
||||
Release: 0
|
||||
Summary: Jupyter Notebook as a Jupyter Server Extension
|
||||
License: BSD-3-Clause
|
||||
@ -51,7 +51,6 @@ Requires: python-ipykernel
|
||||
Requires: python-ipython_genutils
|
||||
Requires: python-jupyter-client >= 6.1.1
|
||||
Requires: python-jupyter-core >= 4.6.1
|
||||
Requires: python-jupyter-server >= 1.17.0
|
||||
Requires: python-nbconvert >= 5
|
||||
Requires: python-nbformat
|
||||
Requires: python-nest-asyncio >= 1.5
|
||||
|
Loading…
Reference in New Issue
Block a user