Accepting request 1033733 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version OBS-URL: https://build.opensuse.org/request/show/1033733 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclassic?expand=0&rev=25
This commit is contained in:
parent
c30d10c6ae
commit
4301ca553d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efa30e03138ee38266491d3417adfe6be3cfda573c671264c1ddcb4620cdcfa3
|
||||
size 8312137
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d71d18aa6605eaf59e9b99b34c96360af45847f2a30ee2fefbe2f7bed4bc3df2
|
||||
size 9787089
|
3
nbclassic-0.4.8-gh.tar.gz
Normal file
3
nbclassic-0.4.8-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cd8a505393dbda9870b8e9f205ecd091f5f8c7a647fe21a7b9cebceb2596d8e
|
||||
size 8316656
|
3
nbclassic-0.4.8-py3-none-any.whl
Normal file
3
nbclassic-0.4.8-py3-none-any.whl
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cbf05df5842b420d5cece0143462380ea9d308ff57c2dc0eb4d6e035b18fbfb3
|
||||
size 9790665
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 5 19:48:55 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 0.4.8:
|
||||
* Enhancements made
|
||||
+ Playwright Testing Conversion #170 (@ericsnekbytes)
|
||||
* Bugs fixed
|
||||
+ Handle async and sync contents managers #172 (@blink1073)
|
||||
* Maintenance and upkeep improvements
|
||||
+ Playwright port #139 (@ericsnekbytes)
|
||||
* Documentation improvements
|
||||
+ Documentation for the extensions configurator #174 (@echarles)
|
||||
+ Updating contributing docs for playwright tests #171 (@RRosio)
|
||||
* Other merged PRs
|
||||
+ Update docs to remove install command #173 (@dleen)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 22 03:38:13 UTC 2022 - 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.4.7
|
||||
Version: 0.4.8
|
||||
Release: 0
|
||||
Summary: Jupyter Notebook as a Jupyter Server Extension
|
||||
License: BSD-3-Clause
|
||||
@ -51,7 +51,7 @@ 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.8
|
||||
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