forked from pool/python-python-lsp-black
- 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
31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Apr 9 21:17:31 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- 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).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 25 12:39:20 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to 1.1.0
|
|
* Support global config as a fallback by @jdost in #19
|
|
* Fix TypeError when formatting with black 22.1.0+ by @wlcx in
|
|
#30
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 13 12:59:29 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- 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.
|