From owner-svn-ports-head@freebsd.org Tue Jan 26 19:24:51 2021 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 44AF24FD7C7; Tue, 26 Jan 2021 19:24:51 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DQGrx46xSz3rDB; Tue, 26 Jan 2021 19:24:49 +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 18C5B70D4; Tue, 26 Jan 2021 19:24:47 +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 10QJOkMD013087; Tue, 26 Jan 2021 19:24:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10QJOkuB013086; Tue, 26 Jan 2021 19:24:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202101261924.10QJOkuB013086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Jan 2021 19:24:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562992 - head/www/py-notebook X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-notebook X-SVN-Commit-Revision: 562992 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.34 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: Tue, 26 Jan 2021 19:24:51 -0000 Author: sunpoet Date: Tue Jan 26 19:24:46 2021 New Revision: 562992 URL: https://svnweb.freebsd.org/changeset/ports/562992 Log: Update to 6.2.0 Changes: https://github.com/jupyter/notebook/releases https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst Modified: head/www/py-notebook/Makefile head/www/py-notebook/distinfo Modified: head/www/py-notebook/Makefile ============================================================================== --- head/www/py-notebook/Makefile Tue Jan 26 19:24:41 2021 (r562991) +++ head/www/py-notebook/Makefile Tue Jan 26 19:24:46 2021 (r562992) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= notebook -PORTVERSION= 6.1.6 +PORTVERSION= 6.2.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,9 +22,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py ${PYTHON_PKGNAMEPREFIX}nbformat>=0:devel/py-nbformat@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prometheus-client>=0:net-mgmt/py-prometheus-client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyzmq>=17:net/py-pyzmq@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}send2trash>=0:deskutils/py-send2trash@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}send2trash>=1.5.0:deskutils/py-send2trash@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}terminado>=0.8.3:net/py-terminado@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tornado>=5.0:www/py-tornado@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tornado>=6.1:www/py-tornado@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=4.2.1:devel/py-traitlets@${PY_FLAVOR} USES= python:3.7+ Modified: head/www/py-notebook/distinfo ============================================================================== --- head/www/py-notebook/distinfo Tue Jan 26 19:24:41 2021 (r562991) +++ head/www/py-notebook/distinfo Tue Jan 26 19:24:46 2021 (r562992) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609954001 -SHA256 (notebook-6.1.6.tar.gz) = cf40d4f81541401db5a2fda1707ca7877157abd41f04ef7b88f02b67f3c61791 -SIZE (notebook-6.1.6.tar.gz) = 13926673 +TIMESTAMP = 1610936219 +SHA256 (notebook-6.2.0.tar.gz) = 0464b28e18e7a06cec37e6177546c2322739be07962dd13bf712bcb88361f013 +SIZE (notebook-6.2.0.tar.gz) = 13927515