forked from pool/python-python-lsp-jsonrpc
* Fix tests so they're compatible with both ujson and pure json library * Remove redundant wheel dep from pyproject.toml * Add license trove classifier * Drop support for Python 3.7 and 3.6 * Allow method handlers to return json rpc errors * Migrate metadata from `setup.cfg` to PEP 621-compliant `pyproject.toml` * Use f-strings wherever possible - Switch to pyproject macros. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-jsonrpc?expand=0&rev=3
21 lines
859 B
Plaintext
21 lines
859 B
Plaintext
-------------------------------------------------------------------
|
|
Wed Nov 1 06:10:09 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 1.1.2:
|
|
* Fix tests so they're compatible with both ujson and pure json library
|
|
* Remove redundant wheel dep from pyproject.toml
|
|
* Add license trove classifier
|
|
* Drop support for Python 3.7 and 3.6
|
|
* Allow method handlers to return json rpc errors
|
|
* Migrate metadata from `setup.cfg` to PEP 621-compliant `pyproject.toml`
|
|
* Use f-strings wherever possible
|
|
- Switch to pyproject macros.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 13 12:44:24 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Initial specfile for version 1.0.0
|
|
* Community maintained replacement for
|
|
python-python-jsonrpc-server abandoned by upstream
|
|
* required by python-python-lsp-server
|