Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 2020 12:24:47 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532948 - head/devel/py-jupyter_client
Message-ID:  <202004251224.03PCOlgM049810@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sat Apr 25 12:24:47 2020
New Revision: 532948
URL: https://svnweb.freebsd.org/changeset/ports/532948

Log:
  devel/py-jupyter_client: Update to 6.1.3
  
  Changelog:	https://github.com/jupyter/jupyter_client/blob/6.1.3/docs/changelog.rst
  
  PR:		245726
  Approved by:	sunpoet (python, maintainer)

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 Apr 25 12:20:42 2020	(r532947)
+++ head/devel/py-jupyter_client/Makefile	Sat Apr 25 12:24:47 2020	(r532948)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	jupyter_client
-PORTVERSION=	6.1.2
+PORTVERSION=	6.1.3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:deve
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ipykernel5>=0:devel/py-ipykernel5@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython@${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 Apr 25 12:20:42 2020	(r532947)
+++ head/devel/py-jupyter_client/distinfo	Sat Apr 25 12:24:47 2020	(r532948)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586133839
-SHA256 (jupyter_client-6.1.2.tar.gz) = 5724827aedb1948ed6ed15131372bc304a8d3ad9ac67ac19da7c95120d6b17e0
-SIZE (jupyter_client-6.1.2.tar.gz) = 290186
+TIMESTAMP = 1587227304
+SHA256 (jupyter_client-6.1.3.tar.gz) = 3a32fa4d0b16d1c626b30c3002a62dfd86d6863ed39eaba3f537fade197bb756
+SIZE (jupyter_client-6.1.3.tar.gz) = 290112



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