forked from pool/python-black
- update to 23.11.0:
* Support formatting ranges of lines with the new `--line-
ranges` command-line option
* Fix crash on formatting bytes strings that look like
docstrings (#4003)
* Fix crash when whitespace followed a backslash before newline
in a docstring (#4008)
* Fix standalone comments inside complex blocks crashing Black
* Fix crash on formatting code like `await (a ** b)` (#3994)
* No longer treat leading f-strings as docstrings. This matches
Python's behaviour and fixes a crash (#4019)
* Consistently apply force exclusion logic before resolving
symlinks (#4015)
* Fix a bug in the matching of absolute path names in
`--include` (#3976)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-black?expand=0&rev=52
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-black
|
||||
Version: 23.10.1
|
||||
Version: 23.11.0
|
||||
Release: 0
|
||||
Summary: A code formatter written in, and written for Python
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user