14
0

- 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:
2023-11-01 06:14:44 +00:00
committed by Git OBS Bridge
parent 04e5ac9d50
commit f04d54462c
4 changed files with 25 additions and 12 deletions

View File

@@ -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>