14
0
forked from pool/python-black

Accepting request 1188913 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1188913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-black?expand=0&rev=29
This commit is contained in:
2024-07-24 13:32:44 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 4 deletions

View File

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

BIN
black-24.4.2.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Jul 21 16:03:44 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
- update to 24.4.2
* Fix regression where certain complex f-strings failed to parse
* Fix bad performance on certain complex string literals
- update to 24.4.1
* Add support for the new Python 3.12 f-string syntax introduced by PEP 701
* Fix crash involving indented dummy functions containing newlines
* Add support for type parameter defaults, a new syntactic feature added
to Python 3.13 by PEP 696
- update to 24.4.0
* Fix unwanted crashes caused by AST equivalency check
* if guards in case blocks are now wrapped in parentheses when the line is too long.
* Stop moving multiline strings to a new line unless inside brackets
-------------------------------------------------------------------
Sun Mar 17 19:11:13 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

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