14
0

- Update to 1.2.1

* This release disables autopep8 and yapf plugins to avoid
    conflicts with black.
  * black minimum version has been increased to 22.3.0 because of
    an incompatibility with new versions of click.
- Enable test suite

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-black?expand=0&rev=9
This commit is contained in:
2022-10-27 17:17:44 +00:00
committed by Git OBS Bridge
parent a5cf966635
commit a51152c39b
4 changed files with 20 additions and 9 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Oct 27 17:12:59 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 1.2.1
* This release disables autopep8 and yapf plugins to avoid
conflicts with black.
* black minimum version has been increased to 22.3.0 because of
an incompatibility with new versions of click.
- Enable test suite
-------------------------------------------------------------------
Sat Apr 9 22:46:36 UTC 2022 - Ben Greiner <code@bnavigator.de>