* Add support to format indented selections of code. This
requires Black 23.11.0+
* Change entrypoint name to be `black`. This changes the
options namespace for this plugin from `pylsp.pylsp_black`
to `pylsp.black`.
* Drop support for Python 3.7.
- Be clear that we require lsp-jsonrpc, because the test suite does.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-black?expand=0&rev=16
- Update to 1.2.0
* This release fixes formatting of Python files with non-UNIX
line endings, adds plugin configuration support and black
configuration caching to improve performance.
* Official support for Python 3.10 by @wlcx (PR 31).
* Correctly format files and ranges with line endings other than
LF by @ccordoba12 (PR 28).
* Plugin configuration support and black configuration caching by
@ccordoba12 and @haplo (PR 26).
* Fixed PyPI badge in Readme (PR 32).
* Updated pre-commit hooks' versions (PR 33).
OBS-URL: https://build.opensuse.org/request/show/968060
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-black?expand=0&rev=5