diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-17 18:42:11 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-17 18:42:11 +0000 |
commit | 8aef669cb4b53f320e9a58cc63e684e3d3885ab1 (patch) | |
tree | d2bbd1dd9666280e8a1cbfc3fe3bf0d735943560 | |
parent | e0b1504240d96f84759bf455cf17a7cc40a2c039 (diff) | |
download | ports-8aef669cb4b53f320e9a58cc63e684e3d3885ab1.tar.gz ports-8aef669cb4b53f320e9a58cc63e684e3d3885ab1.zip |
MFH: r492577 r494977 r495995
Update to 5.7.4
Changes: https://github.com/jupyter/notebook/releases
https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst
Update to 5.7.5
Changes: https://github.com/jupyter/notebook/releases
https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst
Update to 5.7.6
Changes: https://github.com/jupyter/notebook/releases
https://github.com/jupyter/notebook/blob/master/docs/source/changelog.rst
Security: 72a6e3be-483a-11e9-92d7-f1590402501e
Approved by: ports-secteam (joneum)
Notes
Notes:
svn path=/branches/2019Q1/; revision=496087
-rw-r--r-- | www/py-notebook/Makefile | 5 | ||||
-rw-r--r-- | www/py-notebook/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/www/py-notebook/Makefile b/www/py-notebook/Makefile index 3ea78374286e..7fcf7675e278 100644 --- a/www/py-notebook/Makefile +++ b/www/py-notebook/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= notebook -PORTVERSION= 5.7.2 -PORTREVISION= 1 +PORTVERSION= 5.7.6 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyzmq>=17:net/py-pyzmq@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}send2trash>=0:deskutils/py-send2trash@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}terminado>=0.8.1:net/py-terminado@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tornado>=4:www/py-tornado@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tornado>=4.1:www/py-tornado@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=4.2.1:devel/py-traitlets@${PY_FLAVOR} USES= python diff --git a/www/py-notebook/distinfo b/www/py-notebook/distinfo index 68025fbf0c1a..59868967ddc5 100644 --- a/www/py-notebook/distinfo +++ b/www/py-notebook/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1542641937 -SHA256 (notebook-5.7.2.tar.gz) = 91705b109fc785198faed892489cddb233265564d5e2dad5e4f7974af05ee8dd -SIZE (notebook-5.7.2.tar.gz) = 13394141 +TIMESTAMP = 1552320941 +SHA256 (notebook-5.7.6.tar.gz) = 18a98858c0331fb65a60f2ebb6439f8c0c4defd14ca363731b6cabc7f61624b4 +SIZE (notebook-5.7.6.tar.gz) = 13369646 |