- 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:
parent
d2c2b2b3aa
commit
04d92759e2
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3f5085d37ef7e3e004c4ba9f9b3e40c54ff1901cd111f05145ae313a7c67d1b
|
||||
size 194820
|
3
yapf-0.33.0.tar.gz
Normal file
3
yapf-0.33.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da62bdfea3df3673553351e6246abed26d9fe6780e548a5af9e70f6d2b4f5b9a
|
||||
size 203773
|
Loading…
x
Reference in New Issue
Block a user