From 9a29246a5140f9b2c8e5162be4174e9a0a72d27a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 31 Mar 2020 12:15:02 +0700 Subject: [PATCH] python3-jupyter_nbformat: update to 5.0.4. --- srcpkgs/python3-jupyter_nbformat/template | 14 ++++++++------ srcpkgs/python3-jupyter_nbformat/update | 1 + 2 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 srcpkgs/python3-jupyter_nbformat/update diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template index 6e9966c379..a46c569721 100644 --- a/srcpkgs/python3-jupyter_nbformat/template +++ b/srcpkgs/python3-jupyter_nbformat/template @@ -1,20 +1,22 @@ # Template file for 'python3-jupyter_nbformat' pkgname=python3-jupyter_nbformat -version=4.4.0 -revision=4 +version=5.0.4 +revision=1 archs=noarch wrksrc="nbformat-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-jsonschema python3-ipython_genutils python3-traitlets - python3-jupyter_core" -checkdepends="$depends python3-pytest python3-testpath" +depends="python3-jsonschema>=2.6.0 python3-traitlets>=4.1 + python3-ipython_genutils python3-jupyter_core" +checkdepends="python3-pytest python3-testpath + python3-jsonschema python3-traitlets + python3-ipython_genutils python3-jupyter_core" short_desc="Jupyter notebook format" maintainer="Alessio Sergi " license="BSD-3-Clause" homepage="https://github.com/jupyter/nbformat" distfiles="${PYPI_SITE}/n/nbformat/nbformat-${version}.tar.gz" -checksum=f7494ef0df60766b7cabe0a3651556345a963b74dbc16bc7c18479041170d402 +checksum=562de41fc7f4f481b79ab5d683279bf3a168858268d4387b489b7b02be0b324a conflicts="python-jupyter_nbformat<=4.4.0_3" do_check() { diff --git a/srcpkgs/python3-jupyter_nbformat/update b/srcpkgs/python3-jupyter_nbformat/update new file mode 100644 index 0000000000..25ef51d109 --- /dev/null +++ b/srcpkgs/python3-jupyter_nbformat/update @@ -0,0 +1 @@ +ignore="*a* *b* *rc*"