diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-05-28 11:25:43 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-06-01 07:04:24 +0700 |
commit | fbf65eca7f3177ab5f759522d28b9aede5ef4e8e (patch) | |
tree | d721bc1a773e23acc0d976aad212ecc87f9b4eac /python | |
parent | b7ac4424fcc05f2a7e2a85c46efa8c7b01550720 (diff) | |
download | slackbuilds-fbf65eca7f3177ab5f759522d28b9aede5ef4e8e.tar.gz |
python/python3-jupyter-ipykernel: Updated for version 5.1.1.
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.SlackBuild b/python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.SlackBuild index fb0649d19c..ee8650bbe7 100644 --- a/python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.SlackBuild +++ b/python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-jupyter-ipykernel -# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ SRCNAM=ipykernel PRGNAM=python3-jupyter-$SRCNAM -VERSION=${VERSION:-5.1.0} +VERSION=${VERSION:-5.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.info b/python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.info index f4a105e4b6..1dc5df402f 100644 --- a/python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.info +++ b/python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.info @@ -1,8 +1,8 @@ PRGNAM="python3-jupyter-ipykernel" -VERSION="5.1.0" +VERSION="5.1.1" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-5.1.0.tar.gz" -MD5SUM="3202ee70ed3d1a3b7ac9d2cff405fe5b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-5.1.1.tar.gz" +MD5SUM="f9a01a103537f25487d8de3ad27334ef" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-ipython python3-jupyter_client python3-tornado" |