python/python3-jupyter_client: Updated for version 5.2.4.

This commit is contained in:
Benjamin Trigona-Harany 2018-12-10 12:54:09 -08:00 committed by Willy Sudiarto Raharjo
parent 8b2ce21ea0
commit 89ef6f9125
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
SRCNAM=jupyter_client
PRGNAM=python3-$SRCNAM
VERSION=${VERSION:-5.2.3}
VERSION=${VERSION:-5.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-jupyter_client"
VERSION="5.2.3"
VERSION="5.2.4"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.2.3/jupyter_client-5.2.3.tar.gz"
MD5SUM="411e5aaf0db1e1b6334a1a8c461a62f5"
DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.2.4/jupyter_client-5.2.4.tar.gz"
MD5SUM="75bee0a29c81d157fa2cc2de0870eed2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-dateutil python3-decorator python3-jupyter_core python3-pyzmq python3-traitlets"