Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2019 00:08:00 +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: r509671 - head/devel/py-jupyterlab
Message-ID:  <201908240008.x7O080R7076854@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Aug 24 00:08:00 2019
New Revision: 509671
URL: https://svnweb.freebsd.org/changeset/ports/509671

Log:
  Update to 1.0.7
  
  - Update version requirement of RUN_DEPENDS
  
  Changes:	https://github.com/jupyterlab/jupyterlab/commits/master

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

Modified: head/devel/py-jupyterlab/Makefile
==============================================================================
--- head/devel/py-jupyterlab/Makefile	Sat Aug 24 00:07:55 2019	(r509670)
+++ head/devel/py-jupyterlab/Makefile	Sat Aug 24 00:08:00 2019	(r509671)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jupyterlab
-PORTVERSION=	1.0.6
+PORTVERSION=	1.0.7
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,8 @@ COMMENT=	JupyterLab notebook server extension
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jupyterlab_server>=1.0.0:devel/py-jupyterlab_server@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}jupyterlab_server>=1.0.0<1.1:devel/py-jupyterlab_server@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}notebook>=4.3.1:www/py-notebook@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${PY_FLAVOR}
 

Modified: head/devel/py-jupyterlab/distinfo
==============================================================================
--- head/devel/py-jupyterlab/distinfo	Sat Aug 24 00:07:55 2019	(r509670)
+++ head/devel/py-jupyterlab/distinfo	Sat Aug 24 00:08:00 2019	(r509671)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566229420
-SHA256 (jupyterlab-1.0.6.tar.gz) = 905286f2608ff8a5595f9a941d46e7a8ff9c98a3dac6b88794f14a4563d65ced
-SIZE (jupyterlab-1.0.6.tar.gz) = 11889689
+TIMESTAMP = 1566486971
+SHA256 (jupyterlab-1.0.7.tar.gz) = 29a21836241f84c9a702cff484d5ed58e034d519c3a0e045741535879fbfd269
+SIZE (jupyterlab-1.0.7.tar.gz) = 11889438



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