14
0
forked from pool/python-black

baserev update by copy to link target

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-black?expand=0&rev=62
This commit is contained in:
OBS User buildservice-autocommit
2024-03-18 15:43:44 +00:00
committed by Git OBS Bridge
parent 733a93a52c
commit 6360062229

View File

@@ -1,24 +1,6 @@
-------------------------------------------------------------------
Sun Mar 17 19:11:13 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 24.3.0:
* Don't move comments along with delimiters, which could cause
crashes
* Strengthen AST safety check to catch more unsafe changes to
strings. Previous versions of Black would incorrectly format
the contents of certain unusual f-strings containing
nested strings with the same quote type. Now, Black will
crash on such strings until support for the new f-string syntax
is implemented.
* Fix a bug where line-ranges exceeding the last code line
would not work as expected
* Fix catastrophic performance on docstrings that contain large
numbers of leading tab characters. This fixes CVE-2024-21503.
* Note what happens when `--check` is used with `--quiet`
-------------------------------------------------------------------
Sun Mar 17 19:11:13 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 24.3.0 (bsc#1221530, CVE-2024-21503):
* Don't move comments along with delimiters, which could cause
crashes