Update to 2.1.0
Changes: https://github.com/jupyterlab/jupyterlab/blob/master/docs/source/getting_started/changelog.rst
This commit is contained in:
parent
b5ee5d746f
commit
71f9180f8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531057
3 changed files with 4 additions and 16 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jupyterlab
|
||||
PORTVERSION= 2.0.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.1.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1585063993
|
||||
SHA256 (jupyterlab-2.0.1.tar.gz) = 5d1a833a9e49e6d90d68191917cb16a97ff4ec668c26c85d33ebce629df14141
|
||||
SIZE (jupyterlab-2.0.1.tar.gz) = 8387645
|
||||
TIMESTAMP = 1586269354
|
||||
SHA256 (jupyterlab-2.1.0.tar.gz) = 8c239aababf5baa0b3d36e375fddeb9fd96f3a9a24a8cda098d6a414f5bbdc81
|
||||
SIZE (jupyterlab-2.1.0.tar.gz) = 8526592
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- setup.py.orig 2020-03-06 07:31:51 UTC
|
||||
+++ setup.py
|
||||
@@ -139,7 +139,7 @@ setup_args = dict(
|
||||
setup_args['install_requires'] = [
|
||||
'notebook>=4.3.1',
|
||||
'tornado!=6.0.0, !=6.0.1, !=6.0.2',
|
||||
- 'jupyterlab_server~=1.0.0',
|
||||
+ 'jupyterlab_server>=1.1.0',
|
||||
'jinja2>=2.10'
|
||||
]
|
||||
|
Loading…
Reference in a new issue