* update jupyter-nbformat to 5.9.1-1

This commit is contained in:
Alexander Baldeck 2023-07-28 16:06:55 +02:00
parent a7cd94bfae
commit 99da0fedfd

View File

@ -3,8 +3,8 @@
# Contributor: Kyle Keen <keenerd@gmail.com>
pkgname=jupyter-nbformat
pkgver=5.8.0
pkgrel=3
pkgver=5.9.1
pkgrel=1
pkgdesc='The base implementation of the Jupyter Notebook format and Python APIs for working with notebooks'
arch=(any)
url='https://pypi.python.org/pypi/nbformat'
@ -13,7 +13,7 @@ depends=(python-traitlets python-jupyter-core python-jsonschema python-fastjsons
makedepends=(python-build python-installer python-hatch-nodejs-version)
checkdepends=(python-pytest python-testpath python-pep440)
source=(https://github.com/jupyter/nbformat/archive/v$pkgver/nbformat-$pkgver.tar.gz)
sha256sums=('f153c23be35a01e5cdef01f51bc2b310fc2fe53da376e19fa12c10bcbcc64bbc')
sha256sums=('82b167a28749808e1d220b4d406a35919355933b14b61e42f4ef288d802aaca4')
build() {
cd nbformat-$pkgver