diff --git a/black-24.3.0.tar.gz b/black-24.3.0.tar.gz deleted file mode 100644 index 1aac0eb..0000000 --- a/black-24.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0c9c4a0771afc6919578cec71ce82a3e31e054904e7197deacbc9382671c41f -size 634292 diff --git a/black-24.4.2.tar.gz b/black-24.4.2.tar.gz new file mode 100644 index 0000000..249bcca --- /dev/null +++ b/black-24.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c872b53057f000085da66a19c55d68f6f8ddcac2642392ad3a355878406fbd4d +size 642299 diff --git a/python-black.changes b/python-black.changes index 3ed0f82..a7a2cd6 100644 --- a/python-black.changes +++ b/python-black.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Jul 21 16:03:44 UTC 2024 - Andrea Manzini + +- 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 diff --git a/python-black.spec b/python-black.spec index a28dc48..73bfdc0 100644 --- a/python-black.spec +++ b/python-black.spec @@ -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