community/jupyterlab to 3.6.0-1

This commit is contained in:
Kevin Mihelich 2023-02-02 19:39:38 +00:00
parent 330dd85622
commit 5c0af6f136
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
pkgname=jupyterlab
_pipname=jupyterlab
pkgver=3.5.3
pkgver=3.6.0
pkgrel=1
pkgdesc='JupyterLab computational environment'
arch=(any)
@ -17,8 +17,8 @@ optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support
checkdepends=(python-pytest-tornasync python-pytest-jupyter npm)
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz
no-nbclassic.patch)
sha256sums=('51e889448ae194eeef8e50f63f5c4f487f728f477befe436e9749672f7511dbe'
'c81b7b957622b7ea68589daa568bba96a8955e768aea0bce60c27fa041e07cc4')
sha256sums=('536bce7d8d6caf094e63d81d2b05097ca133b89f41d057def68b688da26d8138'
'c06dc4b2bc712e7fbffe9850a9c99f98ee4f5210ecd3a9572b7ed21496c8d59e')
prepare() {
patch -d $pkgname-$pkgver -p1 < no-nbclassic.patch # Drop nbclassic dependency

View file

@ -8,6 +8,6 @@ index 1eb56b22fe..5a401a0fdf 100644
)
-from nbclassic.shim import NBClassicConfigShimMixin
+from notebook_shim.shim import NotebookConfigShimMixin as NBClassicConfigShimMixin
from traitlets import Bool, Instance, Unicode, default
from traitlets import Bool, Instance, Type, Unicode, default
from ._version import __version__