From 636006222991be4913b388f43bbcbada3cf439253cbb853983e987ab51350bf2 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 18 Mar 2024 15:43:44 +0000 Subject: [PATCH] baserev update by copy to link target OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-black?expand=0&rev=62 --- python-black.changes | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/python-black.changes b/python-black.changes index b5abcaf..3ed0f82 100644 --- a/python-black.changes +++ b/python-black.changes @@ -1,24 +1,6 @@ ------------------------------------------------------------------- Sun Mar 17 19:11:13 UTC 2024 - Dirk Müller -- 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 - - update to 24.3.0 (bsc#1221530, CVE-2024-21503): * Don't move comments along with delimiters, which could cause crashes