14
0
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:
2023-05-04 20:04:44 +00:00
committed by Git OBS Bridge
parent d2c2b2b3aa
commit 04d92759e2
4 changed files with 18 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-yapf
Version: 0.32.0
Version: 0.33.0
Release: 0
Summary: A formatter for Python code
License: Apache-2.0