Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-black
From: Adam Ciarcinski
Date: 2024-08-04 09:12:14
Message id: 20240804071214.771DBFC74@cvs.NetBSD.org
Log Message:
py-black: updated to 24.8.0
24.8.0
Stable style
- Fix crash when `# fmt: off` is used before a closing parenthesis or bracket.
Packaging
- Packaging metadata updated: docs are explictly linked, the issue tracker is \
now also
linked. This improves the PyPI listing for Black.
Parser
- Fix regression where Black failed to parse a multiline f-string containing another
multiline string
- Fix regression where Black failed to parse an escaped single quote inside an \
f-string
- Fix bug with Black incorrectly parsing empty lines with a backslash
- Fix bugs with Black's tokenizer not handling `\{` inside f-strings very well
- Fix incorrect line numbers in the tokenizer for certain tokens within f-strings
Performance
- Improve performance when a large directory is listed in `.gitignore`
_Blackd_
- Fix blackd (and all extras installs) for docker container
Files: