./www/py-jupyterlab-server, Server components for JupyterLab and JupyterLab like applications

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.25.3, Package name: py311-jupyterlab-server-2.25.3, Maintainer: pkgsrc-users

JupyterLab Server sits between JupyterLab and Jupyter Server, and provides a
set of REST API handlers and utilities that are used by JupyterLab. It is a
separate project in order to accommodate creating JupyterLab-like applications
from a more limited scope.


Master sites:

Filesize: 72.876 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-20 06:23:36 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jupyterlab-server: updated to 2.25.3

2.25.3

Bugs fixed

- URL Incorrect path Issue
   2023-11-20 07:29:56 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jupyterlab-server: updated to 2.25.2

2.25.2

Maintenance and upkeep improvements

- Update typings for Server 2.10.1 and mypy 1.7
- Align JSON schema validator with one used on the frontend
- Update ruff config

Documentation improvements

- Fix link-rot for Swagger view of OpenAPI spec

2.25.1

Bugs fixed

- Add repository info when getting federated extensions

Maintenance and upkeep improvements

- Update typings for server 2.10
- chore: update pre-commit hooks
- Clean up lint and ci
- Adopt ruff format
- Adopt sp-repo-review
- Update openapi-spec-validator requirement from \<0.7.0,>=0.6.0 to \ 
>=0.6.0,\<0.8.0
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-09-27 18:14:12 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jupyterlab-server: updated to 2.25.0

2.25.0

Maintenance and upkeep improvements

- Bump openapi deps and support Python 3.8-3.12
- Bump actions/checkout from 3 to 4
- Bump apache/skywalking-eyes from 0.4.0 to 0.5.0
   2023-08-27 04:26:47 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-jupyterlab-server: not for Python 3.8
   2023-08-26 13:54:46 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-jupyterlab-server: added version 2.24.0

JupyterLab Server sits between JupyterLab and Jupyter Server, and provides a
set of REST API handlers and utilities that are used by JupyterLab. It is a
separate project in order to accommodate creating JupyterLab-like applications
from a more limited scope.