diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-01-24 12:32:43 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-27 07:43:45 +0700 |
commit | b831a233c84176326e73482f688cf2be6813e34c (patch) | |
tree | 19481700bc73719e592c0222a4546f8cf3ffcdaf /python/python3-jupyter_client | |
parent | 1a2f9d30dd8ff8431a981de310c1b628335638b8 (diff) | |
download | slackbuilds-b831a233c84176326e73482f688cf2be6813e34c.tar.gz |
python/python3-jupyter_client: Updated for version 5.2.2.
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 13b1f2fe21..4c179d63be 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.1} +VERSION=${VERSION:-5.2.2} 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 a60cb19adf..0a363a0dff 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.1" +VERSION="5.2.2" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.2.1/jupyter_client-5.2.1.tar.gz" -MD5SUM="158fd7dbc6dfdad31d37bdc029640f20" +DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.2.2/jupyter_client-5.2.2.tar.gz" +MD5SUM="a12c044022e5c512df14e02bec095cd6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-dateutil python3-decorator python3-jupyter_core python3-pyzmq python3-traitlets" |