diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-04-21 19:40:14 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-29 12:51:10 +0700 |
commit | 081088580083c8d657d1d5adc14e6e02982b5262 (patch) | |
tree | fcbd35f6ac3c3302bbf54c6bda70ddd58f31e070 /development/jupyter_client | |
parent | 35a5d7b14507904207e1dbf329af872dd8655b03 (diff) | |
download | slackbuilds-081088580083c8d657d1d5adc14e6e02982b5262.tar.gz |
development/jupyter_client: Updated for version 5.0.1.
Diffstat (limited to 'development/jupyter_client')
-rw-r--r-- | development/jupyter_client/jupyter_client.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter_client/jupyter_client.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter_client/jupyter_client.SlackBuild b/development/jupyter_client/jupyter_client.SlackBuild index b21da03377..243011abb9 100644 --- a/development/jupyter_client/jupyter_client.SlackBuild +++ b/development/jupyter_client/jupyter_client.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=jupyter_client -VERSION=${VERSION:-4.4.0} +VERSION=${VERSION:-5.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter_client/jupyter_client.info b/development/jupyter_client/jupyter_client.info index 64f0f54f12..e1127f60a8 100644 --- a/development/jupyter_client/jupyter_client.info +++ b/development/jupyter_client/jupyter_client.info @@ -1,10 +1,10 @@ PRGNAM="jupyter_client" -VERSION="4.4.0" +VERSION="5.0.1" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/4.4.0/jupyter_client-4.4.0.tar.gz" -MD5SUM="a0bd6fe6ba7c504fbc962a88a2a56a90" +DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.0.1/jupyter_client-5.0.1.tar.gz" +MD5SUM="1dfbe37161afc31cc54aecc39864512d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="decorator jupyter_core pyzmq traitlets" +REQUIRES="decorator jupyter_core python-dateutil pyzmq traitlets" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |