Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-lsp-jsonrpc
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 7 09:33:54 2023 UTC (3 weeks, 4 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +9 -10
lines
Diff to previous 1.3 (colored)
py-lsp-jsonrpc: update to 1.1.2. ## Version 1.1.2 (2023/09/23) ### Pull Requests Merged * Fix tests so they're compatible with both ujson and pure json library ---- ## Version 1.1.1 (2023/09/09) ### Issues Closed * No license included in package metadata ### Pull Requests Merged * Remove redundant wheel dep from pyproject.toml * Add license trove classifier ---- ## Version 1.1.0 (2023/09/07) ## New features * Allow method handlers to return json rpc errors * Drop support for Python 3.7 and 3.6 ### Issues Closed * Drop support for Python 3.6 ### Pull Requests Merged * Drop support for Python 3.7 * Allow method handlers to return json rpc errors * Make necessary changes to drop support for Python 3.6 * Drop Python 3.6 on CIs and start testing with Python 3.10 * Migrate metadata from `setup.cfg` to PEP 621-compliant `pyproject.toml` * Use f-strings wherever possible * Add license info to setup.py so it will show up in wheel installs. * Move the package metadata from setup.py to setup.cfg * Fix typos in readme
Revision 1.3 / (download) - annotate - [select for diffs], Sun May 1 09:45:42 2022 UTC (19 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
*: fix usage of versioned_dependencies Remove unused includes, fix dependencies where it's not included.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Jan 4 20:54:58 2022 UTC (22 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.1 / (download) - annotate - [select for diffs], Fri Nov 5 11:16:38 2021 UTC (2 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
textproc/py-lsp-jsonrpc: import py-lsp-jsonrpc-1.0.0 A Python 3.6+ server implementation of the JSON RPC 2.0 protocol. This library has been pulled out of the Python LSP Server project.