svn commit: r516168 - head/devel/py-jupyter_client

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 31 14:51:04 UTC 2019


Author: sunpoet
Date: Thu Oct 31 14:51:02 2019
New Revision: 516168
URL: https://svnweb.freebsd.org/changeset/ports/516168

Log:
  Update to 5.3.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	Thu Oct 31 14:50:57 2019	(r516167)
+++ head/devel/py-jupyter_client/Makefile	Thu Oct 31 14:51:02 2019	(r516168)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	jupyter_client
-PORTVERSION=	5.3.3
+PORTVERSION=	5.3.4
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING.md
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}jupyter_core>=0:devel/py-jupyter_core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}jupyter_core>=4.6.0:devel/py-jupyter_core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyzmq>=13:net/py-pyzmq@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tornado>=4.1:www/py-tornado@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets@${PY_FLAVOR}

Modified: head/devel/py-jupyter_client/distinfo
==============================================================================
--- head/devel/py-jupyter_client/distinfo	Thu Oct 31 14:50:57 2019	(r516167)
+++ head/devel/py-jupyter_client/distinfo	Thu Oct 31 14:51:02 2019	(r516168)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1569809175
-SHA256 (jupyter_client-5.3.3.tar.gz) = f406f214f9daa92be110d5b83d62f3451ffc73d3522db7350f0554683533ab18
-SIZE (jupyter_client-5.3.3.tar.gz) = 276735
+TIMESTAMP = 1572528643
+SHA256 (jupyter_client-5.3.4.tar.gz) = 60e6faec1031d63df57f1cc671ed673dced0ed420f4377ea33db37b1c188b910
+SIZE (jupyter_client-5.3.4.tar.gz) = 275850


More information about the svn-ports-head mailing list