Accepting request 964860 from home:bnavigator:branches:devel:languages:python

- Update to 1.4.0 
  * Support pycodestyle indent-size option
  * Add DiagnosticTag constants from LSP 3.15
  * Drop support for Python 3.6

OBS-URL: https://build.opensuse.org/request/show/964860
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=16
This commit is contained in:
2022-03-25 13:28:25 +00:00
committed by Git OBS Bridge
parent 176a343284
commit 33cbd21ff5
4 changed files with 20 additions and 13 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Mar 25 12:44:22 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 1.4.0
* Support pycodestyle indent-size option
* Add DiagnosticTag constants from LSP 3.15
* Drop support for Python 3.6
-------------------------------------------------------------------
Sat Jan 8 21:37:57 UTC 2022 - Benjamin Greiner <code@bnavigator.de>