Date: Sun, 10 Feb 2019 19:44:52 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492633 - head/devel/py-jupyter_client Message-ID: <201902101944.x1AJiqSC003310@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Feb 10 19:44:52 2019 New Revision: 492633 URL: https://svnweb.freebsd.org/changeset/ports/492633 Log: Update to 5.2.4 Changes: https://github.com/jupyter/jupyter_client/blob/5.x/docs/changelog.rst Modified: head/devel/py-jupyter_client/Makefile head/devel/py-jupyter_client/distinfo Modified: head/devel/py-jupyter_client/Makefile ============================================================================== --- head/devel/py-jupyter_client/Makefile Sun Feb 10 19:44:46 2019 (r492632) +++ head/devel/py-jupyter_client/Makefile Sun Feb 10 19:44:52 2019 (r492633) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jupyter_client -PORTVERSION= 5.2.3 +PORTVERSION= 5.2.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,8 +18,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:deve ${PYTHON_PKGNAMEPREFIX}tornado>=4.1:www/py-tornado@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets@${PY_FLAVOR} -NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/devel/py-jupyter_client/distinfo ============================================================================== --- head/devel/py-jupyter_client/distinfo Sun Feb 10 19:44:46 2019 (r492632) +++ head/devel/py-jupyter_client/distinfo Sun Feb 10 19:44:52 2019 (r492633) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520953352 -SHA256 (jupyter_client-5.2.3.tar.gz) = 27befcf0446b01e29853014d6a902dd101ad7d7f94e2252b1adca17c3466b761 -SIZE (jupyter_client-5.2.3.tar.gz) = 271787 +TIMESTAMP = 1549821302 +SHA256 (jupyter_client-5.2.4.tar.gz) = b5f9cb06105c1d2d30719db5ffb3ea67da60919fb68deaefa583deccd8813551 +SIZE (jupyter_client-5.2.4.tar.gz) = 273397
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902101944.x1AJiqSC003310>