python3-jupyter_nbformat: update to 5.10.3.
This commit is contained in:
parent
fc3e92e368
commit
61beb2293e
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-jupyter_nbformat'
|
# Template file for 'python3-jupyter_nbformat'
|
||||||
pkgname=python3-jupyter_nbformat
|
pkgname=python3-jupyter_nbformat
|
||||||
version=5.9.2
|
version=5.10.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling hatch-nodejs-version"
|
hostmakedepends="hatchling hatch-nodejs-version"
|
||||||
|
@ -13,7 +13,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://github.com/jupyter/nbformat"
|
homepage="https://github.com/jupyter/nbformat"
|
||||||
changelog="https://raw.githubusercontent.com/jupyter/nbformat/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/jupyter/nbformat/main/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/n/nbformat/nbformat-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/nbformat/nbformat-${version}.tar.gz"
|
||||||
checksum=5f98b5ba1997dff175e77e0c17d5c10a96eaed2cbd1de3533d1fc35d5e111192
|
checksum=60ed5e910ef7c6264b87d644f276b1b49e24011930deef54605188ddeb211685
|
||||||
conflicts="python-jupyter_nbformat<=4.4.0_3"
|
conflicts="python-jupyter_nbformat<=4.4.0_3"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue