Date: Thursday, September 29, 2022 @ 20:42:24 Author: arojas Revision: 1317079
upgpkg: jupyter-nbclassic 0.4.4-1: Update to 0.4.4 Modified: jupyter-nbclassic/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-29 20:29:42 UTC (rev 1317078) +++ PKGBUILD 2022-09-29 20:42:24 UTC (rev 1317079) @@ -2,7 +2,7 @@ _pipname=nbclassic pkgname=jupyter-$_pipname -pkgver=0.4.3 +pkgver=0.4.4 pkgrel=1 pkgdesc='Jupyter Notebook as a Jupyter Server Extension' arch=(any) @@ -9,12 +9,12 @@ url='https://jupyter.org/' license=(custom) depends=(jupyter-server jupyter-notebook-shim) -makedepends=(python-build python-installer) +makedepends=(python-build python-installer python-setuptools) checkdepends=(python-pytest-tornasync) conflicts=(jupyter-notebook) provides=(jupyter-notebook) source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz) -sha256sums=('f03111b2cebaa69b88370a7b23b19b2b37c9bb71767f1828cdfd7a047eae8edd') +sha256sums=('f6c4fbac2c5efc6f5e7c02a69f5359a6040b90ac648719990d059bdec380afec') build() { cd $_pipname-$pkgver
