1
0

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

- Update to version 1.2.2
  * Improves the way we skip symbols imported from other libraries.
  * Add a constrain on Pylint (< 2.10) until we figure out how to
    support it.
- Reflect the above upper pinning for python-pylint in Suggests
  and Conflicts in order to prevent updates on live systems as soon
  as pylint is updated in Factory

OBS-URL: https://build.opensuse.org/request/show/915756
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=4
This commit is contained in:
2021-09-02 13:41:30 +00:00
committed by Git OBS Bridge
parent 6516f6efe9
commit 5b02773348
4 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Sep 2 12:24:11 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 1.2.2
* Improves the way we skip symbols imported from other libraries.
* Add a constrain on Pylint (< 2.10) until we figure out how to
support it.
- Reflect the above upper pinning for python-pylint in Suggests
and Conflicts in order to prevent updates on live systems as soon
as pylint is updated in Factory
-------------------------------------------------------------------
Thu Aug 5 20:18:13 UTC 2021 - Ben Greiner <code@bnavigator.de>