development/jupyter_client: Updated for version 5.3.4.

This commit is contained in:
Benjamin Trigona-Harany 2019-11-13 16:13:13 -08:00 committed by Willy Sudiarto Raharjo
parent cf7617573e
commit 88f93f10d6
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=jupyter_client
VERSION=${VERSION:-5.3.3}
VERSION=${VERSION:-5.3.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter_client"
VERSION="5.3.3"
VERSION="5.3.4"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.3.3/jupyter_client-5.3.3.tar.gz"
MD5SUM="a2b8b6366e591ccfefdf0daa0a004e8c"
DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.3.4/jupyter_client-5.3.4.tar.gz"
MD5SUM="973df8f9aa47a15d3cd7f9cc9fa4aa82"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator jupyter_core python-dateutil python3-dateutil pyzmq python3-pyzmq traitlets"