forked from pool/python-yapf
- update to 0.33.0:
* Add a new Python parser to generate logical lines.
* Added support for `# fmt: on` and `# fmt: off` pragmas.
* Moved 'pytree' parsing tools into its own subdirectory.
* Add support for Python 3.10.
* Format generated dicts with respect to same rules as regular
dicts
* Generalized the ending comma heuristic to subscripts.
* Supports "pyproject.toml" by default.
* Split line before all comparison operators.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yapf?expand=0&rev=25
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 19:56:33 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.33.0:
|
||||
* Add a new Python parser to generate logical lines.
|
||||
* Added support for `# fmt: on` and `# fmt: off` pragmas.
|
||||
* Moved 'pytree' parsing tools into its own subdirectory.
|
||||
* Add support for Python 3.10.
|
||||
* Format generated dicts with respect to same rules as regular
|
||||
dicts
|
||||
* Generalized the ending comma heuristic to subscripts.
|
||||
* Supports "pyproject.toml" by default.
|
||||
* Split line before all comparison operators.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:39:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user