forked from pool/python-python-lsp-jsonrpc
- 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-jsonrpc?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
Reference in New Issue
Block a user