From 466ff7f2e0daf5c4464802eadade17587daf4d38 Mon Sep 17 00:00:00 2001 From: Damien Goutte-Gattat Date: Sat, 20 Jun 2020 23:21:46 +0100 Subject: [PATCH] l/jupyter-client: Upgraded to jupyter-client-6.1.3. --- l/jupyter-client/jupyter-client.SlackBuild | 6 ++---- l/jupyter-client/jupyter_client-5.3.4.tar.gz.sha256 | 1 - l/jupyter-client/jupyter_client-6.1.3.tar.gz.sha256 | 1 + 3 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 l/jupyter-client/jupyter_client-5.3.4.tar.gz.sha256 create mode 100644 l/jupyter-client/jupyter_client-6.1.3.tar.gz.sha256 diff --git a/l/jupyter-client/jupyter-client.SlackBuild b/l/jupyter-client/jupyter-client.SlackBuild index f77eb2a7..a7a69ed2 100755 --- a/l/jupyter-client/jupyter-client.SlackBuild +++ b/l/jupyter-client/jupyter-client.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2018,2019 Damien Goutte-Gattat +# Copyright (C) 2018,2019,2020 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -29,7 +29,7 @@ # Source package infos NAMESRC=${NAMESRC:-jupyter_client} -VERSION=${VERSION:-5.3.4} +VERSION=${VERSION:-6.1.3} ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} # Build infos @@ -69,8 +69,6 @@ cd $TMP echo "Building $ARCHIVE..." tar xf $CWD/$ARCHIVE cd $NAME -# Jupyter Client works with Python 2, but its n/tornado dependency -# does not, so there's no point in building the Python 2 module. python3 setup.py build python3 setup.py install --root=$PKG diff --git a/l/jupyter-client/jupyter_client-5.3.4.tar.gz.sha256 b/l/jupyter-client/jupyter_client-5.3.4.tar.gz.sha256 deleted file mode 100644 index db83a7e7..00000000 --- a/l/jupyter-client/jupyter_client-5.3.4.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -60e6faec1031d63df57f1cc671ed673dced0ed420f4377ea33db37b1c188b910 jupyter_client-5.3.4.tar.gz diff --git a/l/jupyter-client/jupyter_client-6.1.3.tar.gz.sha256 b/l/jupyter-client/jupyter_client-6.1.3.tar.gz.sha256 new file mode 100644 index 00000000..1c7a4367 --- /dev/null +++ b/l/jupyter-client/jupyter_client-6.1.3.tar.gz.sha256 @@ -0,0 +1 @@ +3a32fa4d0b16d1c626b30c3002a62dfd86d6863ed39eaba3f537fade197bb756 jupyter_client-6.1.3.tar.gz