python3-nbclient: update to 0.10.0.
This commit is contained in:
parent
61beb2293e
commit
1625c1f5a4
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-nbclient'
|
||||
pkgname=python3-nbclient
|
||||
version=0.9.0
|
||||
version=0.10.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="hatchling"
|
||||
|
@ -8,12 +8,12 @@ depends="python3-jupyter_client python3-jupyter_nbformat"
|
|||
checkdepends="$depends python3-pytest-asyncio python3-testpath
|
||||
python3-flaky python3-jupyter_ipywidgets python3-xmltodict"
|
||||
short_desc="Client library for executing Jupyter notebooks"
|
||||
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
||||
maintainer="dkwo <nicolopiazzalunga@gmail.com>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://nbclient.readthedocs.io/en/latest/"
|
||||
changelog="https://raw.githubusercontent.com/jupyter/nbclient/main/CHANGELOG.md"
|
||||
distfiles="${PYPI_SITE}/n/nbclient/nbclient-${version}.tar.gz"
|
||||
checksum=4b28c207877cf33ef3a9838cdc7a54c5ceff981194a82eac59d558f05487295e
|
||||
checksum=4b3f1b7dba531e498449c4db4f53da339c91d449dc11e9af3a43b4eb5c5abb09
|
||||
make_check=extended # avoid a circular dependency
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" = full ]; then
|
||||
|
|
Loading…
Reference in New Issue