14
0
forked from pool/python-black

Accepting request 1217236 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1217236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-black?expand=0&rev=30
This commit is contained in:
2024-11-15 14:37:48 +00:00
committed by Git OBS Bridge
4 changed files with 28 additions and 4 deletions

Binary file not shown.

3
black-24.8.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2500945420b6784c38b9ee885af039f5e7471ef284ab03fa35ecdde4688cd83f
size 644810

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Sep 27 01:22:37 UTC 2024 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 24.8.0
Stable style
* Fix crash when # fmt: off is used before a closing parenthesis
or bracket. (#4363)
Parser
* Fix regression where Black failed to parse a multiline f-string
containing another multiline string (#4339)
* Fix regression where Black failed to parse an escaped single
quote inside an f-string (#4401)
* Fix bug with Black incorrectly parsing empty lines with
a backslash (#4343)
* Fix bugs with Black's tokenizer not handling \{
inside f-strings very well (#4422)
* Fix incorrect line numbers in the tokenizer for certain
tokens within f-strings (#4423)
Performance
* Improve performance when a large directory is listed
in .gitignore (#4415)
Blackd
* Fix blackd (and all extras installs) for docker container (#4357)
-------------------------------------------------------------------
Sun Jul 21 16:03:44 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-black
Version: 24.4.2
Version: 24.8.0
Release: 0
Summary: A code formatter written in, and written for Python
License: MIT