python3-jupyter_nbformat: update to 5.0.4.

This commit is contained in:
Đoàn Trần Công Danh 2020-03-31 12:15:02 +07:00 committed by Piotr
parent 76501055f1
commit 9a29246a51
2 changed files with 9 additions and 6 deletions

View file

@ -1,20 +1,22 @@
# Template file for 'python3-jupyter_nbformat' # Template file for 'python3-jupyter_nbformat'
pkgname=python3-jupyter_nbformat pkgname=python3-jupyter_nbformat
version=4.4.0 version=5.0.4
revision=4 revision=1
archs=noarch archs=noarch
wrksrc="nbformat-${version}" wrksrc="nbformat-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-jsonschema python3-ipython_genutils python3-traitlets depends="python3-jsonschema>=2.6.0 python3-traitlets>=4.1
python3-jupyter_core" python3-ipython_genutils python3-jupyter_core"
checkdepends="$depends python3-pytest python3-testpath" checkdepends="python3-pytest python3-testpath
python3-jsonschema python3-traitlets
python3-ipython_genutils python3-jupyter_core"
short_desc="Jupyter notebook format" short_desc="Jupyter notebook format"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/jupyter/nbformat" homepage="https://github.com/jupyter/nbformat"
distfiles="${PYPI_SITE}/n/nbformat/nbformat-${version}.tar.gz" distfiles="${PYPI_SITE}/n/nbformat/nbformat-${version}.tar.gz"
checksum=f7494ef0df60766b7cabe0a3651556345a963b74dbc16bc7c18479041170d402 checksum=562de41fc7f4f481b79ab5d683279bf3a168858268d4387b489b7b02be0b324a
conflicts="python-jupyter_nbformat<=4.4.0_3" conflicts="python-jupyter_nbformat<=4.4.0_3"
do_check() { do_check() {

View file

@ -0,0 +1 @@
ignore="*a* *b* *rc*"