From owner-svn-ports-head@freebsd.org Sat Jul 11 07:49:07 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6C9D535A4AE; Sat, 11 Jul 2020 07:49:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B3hr03L14z4ZFV; Sat, 11 Jul 2020 07:49:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F35AFF8D1; Sat, 11 Jul 2020 07:49:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06B7n1TT046057; Sat, 11 Jul 2020 07:49:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06B7n1h0046055; Sat, 11 Jul 2020 07:49:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202007110749.06B7n1h0046055@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jul 2020 07:49:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541951 - head/devel/py-jupyter_console X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-jupyter_console X-SVN-Commit-Revision: 541951 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2020 07:49:07 -0000 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