Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2020 05:12:51 +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: r534123 - head/devel/py-jupyterlab
Message-ID:  <202005060512.0465CpRB096942@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed May  6 05:12:50 2020
New Revision: 534123
URL: https://svnweb.freebsd.org/changeset/ports/534123

Log:
  Update to 2.1.2
  
  Changes:	https://github.com/jupyterlab/jupyterlab/blob/master/docs/source/getting_started/changelog.rst

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

Modified: head/devel/py-jupyterlab/Makefile
==============================================================================
--- head/devel/py-jupyterlab/Makefile	Wed May  6 05:12:45 2020	(r534122)
+++ head/devel/py-jupyterlab/Makefile	Wed May  6 05:12:50 2020	(r534123)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jupyterlab
-PORTVERSION=	2.1.1
-PORTREVISION=	1
+PORTVERSION=	2.1.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +14,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}jupyterlab_server>=1.1.0:devel/py-jupyterlab_server@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}jupyterlab_server>=1.1.0<2.0: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	Wed May  6 05:12:45 2020	(r534122)
+++ head/devel/py-jupyterlab/distinfo	Wed May  6 05:12:50 2020	(r534123)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1587756758
-SHA256 (jupyterlab-2.1.1.tar.gz) = 2dec7e509ffa3892c67d9ac7c89d7c6a860c151d969d89420d9e20e753b2fb29
-SIZE (jupyterlab-2.1.1.tar.gz) = 8531648
+TIMESTAMP = 1588695585
+SHA256 (jupyterlab-2.1.2.tar.gz) = 380c29d674f6dcf8e380615334c7813bb4feb7bbb6222baf1d4c9f8318f4b104
+SIZE (jupyterlab-2.1.2.tar.gz) = 8552659



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