summaryrefslogtreecommitdiffstats
path: root/development/jupyter-ipywidgets
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2018-08-20 13:24:26 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-08-25 09:59:36 +0700
commitdf97e9f4b90bafae157dab0433cd05ed40a34e52 (patch)
treee3178e50b5639eab1bc6be4f23bcfe87635c84dd /development/jupyter-ipywidgets
parent9adffd06bd749f7798a6be1ddc338f7beb5dddae (diff)
downloadslackbuilds-df97e9f4b90bafae157dab0433cd05ed40a34e52.tar.gz
slackbuilds-df97e9f4b90bafae157dab0433cd05ed40a34e52.tar.xz
development/jupyter-ipywidgets: Updated for version 7.4.0.
Diffstat (limited to 'development/jupyter-ipywidgets')
-rw-r--r--development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild4
-rw-r--r--development/jupyter-ipywidgets/jupyter-ipywidgets.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild b/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild
index 2cd0111249..9f54ebca09 100644
--- a/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild
+++ b/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild
@@ -24,7 +24,7 @@
SRCNAM=ipywidgets
PRGNAM=jupyter-$SRCNAM
-VERSION=${VERSION:-7.2.1}
+VERSION=${VERSION:-7.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -77,7 +77,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- COPYING.md README.md \
+ CONTRIBUTING.md LICENSE README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/development/jupyter-ipywidgets/jupyter-ipywidgets.info b/development/jupyter-ipywidgets/jupyter-ipywidgets.info
index 1e67246512..24bd6f3361 100644
--- a/development/jupyter-ipywidgets/jupyter-ipywidgets.info
+++ b/development/jupyter-ipywidgets/jupyter-ipywidgets.info
@@ -1,8 +1,8 @@
PRGNAM="jupyter-ipywidgets"
-VERSION="7.2.1"
+VERSION="7.4.0"
HOMEPAGE="https://ipywidgets.readthedocs.io/en/latest/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-7.2.1.tar.gz"
-MD5SUM="4eefd1b210020f27c8e384f50f98b9f8"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipywidgets/ipywidgets-7.4.0.tar.gz"
+MD5SUM="e49c89ad70d11924ce46ffb7d82ba04a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ipython jupyter-widgetsnbextension"