Changelog for
python311-python-lsp-black-2.0.0-lp154.4.3.noarch.rpm :
* Wed Mar 20 2024 Ben Greiner
- Skip syntax error test, failig with black 24.3
* gh#python-lsp/python-lsp-black#57
* Sun Mar 03 2024 Ben Greiner - Add python-lsp-black-pr56-black24.2.patch gh#python-lsp/python-lsp-black#56
* Fri Jan 05 2024 Dirk Müller - update to 2.0.0:
* 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.
* Wed Nov 01 2023 Ben Greiner - Revert the last change. The error message was genuine and showed a dependency issue.
* Wed Nov 01 2023 Steve Kowalik - Be clear that we require lsp-jsonrpc, because the test suite does.
* Sat Jul 01 2023 Ben Greiner - Update to 1.3.0
* Support for black\'s preview and skip-magic-trailing-comma config options.
* Better TOML support.
* Thu Oct 27 2022 Ben Greiner - 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 09 2022 Ben Greiner - Fix runtime requirement for black
* Sat Apr 09 2022 Ben Greiner - 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 AATTwlcx (PR 31).
* Correctly format files and ranges with line endings other than LF by AATTccordoba12 (PR 28).
* Plugin configuration support and black configuration caching by AATTccordoba12 and AATThaplo (PR 26).
* Fixed PyPI badge in Readme (PR 32).
* Updated pre-commit hooks\' versions (PR 33).
* Fri Mar 25 2022 Ben Greiner - Update to 1.1.0
* Support global config as a fallback by AATTjdost in #19
* Fix TypeError when formatting with black 22.1.0+ by AATTwlcx in [#30]
* Tue Jul 13 2021 Ben Greiner - Initial specfile for version 1.0.0
* The python-lsp-server version for python-pyls-black, which was for the python-python-language-server abandoned by upstream.
* required by spyder.