diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-03-12 20:09:04 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-17 08:51:41 +0700 |
commit | 92398e3ee5985124cc0a28700b5478a8ab332010 (patch) | |
tree | 1010d76bb077bf753d4677c3312e895001250313 /python/python3-jupyter_client | |
parent | 831a1c7a004a6076e901ebb8038916c63aa783b0 (diff) |
python/python3-jupyter_client: Updated for version 5.2.3.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python/python3-jupyter_client')
-rw-r--r-- | python/python3-jupyter_client/python3-jupyter_client.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-jupyter_client/python3-jupyter_client.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-jupyter_client/python3-jupyter_client.SlackBuild b/python/python3-jupyter_client/python3-jupyter_client.SlackBuild index 4c179d63beb7..6b19ba5c5827 100644 --- a/python/python3-jupyter_client/python3-jupyter_client.SlackBuild +++ b/python/python3-jupyter_client/python3-jupyter_client.SlackBuild @@ -24,7 +24,7 @@ SRCNAM=jupyter_client PRGNAM=python3-$SRCNAM -VERSION=${VERSION:-5.2.2} +VERSION=${VERSION:-5.2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-jupyter_client/python3-jupyter_client.info b/python/python3-jupyter_client/python3-jupyter_client.info index 0a363a0dff25..67f3de745d6c 100644 --- a/python/python3-jupyter_client/python3-jupyter_client.info +++ b/python/python3-jupyter_client/python3-jupyter_client.info @@ -1,8 +1,8 @@ PRGNAM="python3-jupyter_client" -VERSION="5.2.2" +VERSION="5.2.3" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.2.2/jupyter_client-5.2.2.tar.gz" -MD5SUM="a12c044022e5c512df14e02bec095cd6" +DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.2.3/jupyter_client-5.2.3.tar.gz" +MD5SUM="411e5aaf0db1e1b6334a1a8c461a62f5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-dateutil python3-decorator python3-jupyter_core python3-pyzmq python3-traitlets" |