Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2020 20:25:08 +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: r558668 - head/devel/py-jupyter_client
Message-ID:  <202012192025.0BJKP8D6028780@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 19 20:25:07 2020
New Revision: 558668
URL: https://svnweb.freebsd.org/changeset/ports/558668

Log:
  Update to 6.1.7
  
  - Sort *_DEPENDS
  
  Changes:	https://github.com/jupyter/jupyter_client/blob/master/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	Sat Dec 19 20:25:02 2020	(r558667)
+++ head/devel/py-jupyter_client/Makefile	Sat Dec 19 20:25:07 2020	(r558668)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	jupyter_client
-PORTVERSION=	6.1.3
+PORTVERSION=	6.1.7
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,15 +12,18 @@ COMMENT=	Jupyter protocol implementation and client li
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING.md
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}jupyter_core>=4.6.0:devel/py-jupyter_core@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jupyter_core>=4.6.0:devel/py-jupyter_core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil@${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}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}async_generator>=0:devel/py-async_generator@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ipykernel5>=0:devel/py-ipykernel5@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-timeout>=0:devel/py-pytest-timeout@${PY_FLAVOR}
 
 USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/devel/py-jupyter_client/distinfo
==============================================================================
--- head/devel/py-jupyter_client/distinfo	Sat Dec 19 20:25:02 2020	(r558667)
+++ head/devel/py-jupyter_client/distinfo	Sat Dec 19 20:25:07 2020	(r558668)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1587227304
-SHA256 (jupyter_client-6.1.3.tar.gz) = 3a32fa4d0b16d1c626b30c3002a62dfd86d6863ed39eaba3f537fade197bb756
-SIZE (jupyter_client-6.1.3.tar.gz) = 290112
+TIMESTAMP = 1608366368
+SHA256 (jupyter_client-6.1.7.tar.gz) = 49e390b36fe4b4226724704ea28d9fb903f1a3601b6882ce3105221cd09377a1
+SIZE (jupyter_client-6.1.7.tar.gz) = 293252



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012192025.0BJKP8D6028780>