Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jul 2020 07:49:01 +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: r541951 - head/devel/py-jupyter_console
Message-ID:  <202007110749.06B7n1h0046055@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jul 11 07:49:01 2020
New Revision: 541951
URL: https://svnweb.freebsd.org/changeset/ports/541951

Log:
  Update to 6.1.0
  
  Changes:	https://github.com/jupyter/jupyter_console/commits/master
  PR:		247541
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 15 days)

Modified:
  head/devel/py-jupyter_console/Makefile
  head/devel/py-jupyter_console/distinfo

Modified: head/devel/py-jupyter_console/Makefile
==============================================================================
--- head/devel/py-jupyter_console/Makefile	Sat Jul 11 07:48:56 2020	(r541950)
+++ head/devel/py-jupyter_console/Makefile	Sat Jul 11 07:49:01 2020	(r541951)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	jupyter_console
-PORTVERSION=	6.0.0
-PORTREVISION=	2
+PORTVERSION=	6.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING.md
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jupyter_client>=0:devel/py-jupyter_client@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ipython>=7.0.0:devel/ipython@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ipykernel5>=5.0.0:devel/py-ipykernel5@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=2.0.0:devel/py-prompt_toolkit@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=2.0.0<3.1.0:devel/py-prompt_toolkit@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR}
 
 USES=		python:3.6+

Modified: head/devel/py-jupyter_console/distinfo
==============================================================================
--- head/devel/py-jupyter_console/distinfo	Sat Jul 11 07:48:56 2020	(r541950)
+++ head/devel/py-jupyter_console/distinfo	Sat Jul 11 07:49:01 2020	(r541951)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1543970482
-SHA256 (jupyter_console-6.0.0.tar.gz) = 308ce876354924fb6c540b41d5d6d08acfc946984bf0c97777c1ddcb42e0b2f5
-SIZE (jupyter_console-6.0.0.tar.gz) = 27780
+TIMESTAMP = 1586173855
+SHA256 (jupyter_console-6.1.0.tar.gz) = 6f6ead433b0534909df789ea64f0a14cdf9b6b2360757756f08182be4b9e431b
+SIZE (jupyter_console-6.1.0.tar.gz) = 28468



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