development/jupyter_client: Updated for version 5.3.3.

This commit is contained in:
Benjamin Trigona-Harany 2019-09-17 12:56:29 -07:00 committed by Willy Sudiarto Raharjo
parent 80b185258a
commit 0ee6bc6373
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=jupyter_client
VERSION=${VERSION:-5.3.1}
VERSION=${VERSION:-5.3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="jupyter_client"
VERSION="5.3.1"
VERSION="5.3.3"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.3.1/jupyter_client-5.3.1.tar.gz"
MD5SUM="93544fa47d36efb26864e3e211cac0f8"
DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.3.3/jupyter_client-5.3.3.tar.gz"
MD5SUM="a2b8b6366e591ccfefdf0daa0a004e8c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator jupyter_core python-dateutil python3-dateutil pyzmq python3-pyzmq traitlets"