Changelog for
python312-jupyter-lsp-2.2.4-1.2.noarch.rpm :
* Thu Mar 07 2024 Ben Greiner
- Update to 2.2.4
* fix websocket handler incorrectly inheriting from APIHandler rather than JupyterHandler (#1069)
* remove unused notebook config entry point (#1069)
* support latest version of typescript-language-server (#1064)
* Fri Jan 19 2024 Ben Greiner - Update to 2.2.2
* address warning about renamed extension_points (#1035)
* fix compatibility with jupyter server 1.x
* fix an authentication-related security vulnerability GHSA-4qhp-652w-c22x CVE-2024-22415 boo#1218976
* add authorization support (lsp resource, jupyter-server v2+ only) - this allows server operators for fine grained access control, e.g. in case if specific users (such as guest or read-only users) should not be allowed to access LSP; this is in addition to authentication fixes
* Sat Dec 16 2023 Dirk Müller - udpate to 2.2.1:
* use `APIHandler` over `JupyterHandler` to get CORS OPTIONS
* use `shutil.which` to discover `npm` executable on Windows
* resolve traitlets type warnings, lint, remove six #1015
* use `sys.executable` in stdio tests #998
* Thu Aug 17 2023 Ben Greiner - Suggest primary python package -- boo#1214354
* Sun Jun 11 2023 Ben Greiner - Initial specfile for v2.2.0- Required by jupyterlab 4