development/jupyter_client: Updated for version 5.1.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2017-06-22 07:40:16 -07:00 committed by Willy Sudiarto Raharjo
parent f49f7cd96d
commit 00d0686665
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.0.1}
VERSION=${VERSION:-5.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter_client"
VERSION="5.0.1"
VERSION="5.1.0"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.0.1/jupyter_client-5.0.1.tar.gz"
MD5SUM="1dfbe37161afc31cc54aecc39864512d"
DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.1.0/jupyter_client-5.1.0.tar.gz"
MD5SUM="ee075f4c02f3b4d6bcd4284a6c81d015"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator jupyter_core python-dateutil pyzmq traitlets"