diff --git a/black-24.4.2.tar.gz b/black-24.4.2.tar.gz deleted file mode 100644 index 249bcca..0000000 --- a/black-24.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c872b53057f000085da66a19c55d68f6f8ddcac2642392ad3a355878406fbd4d -size 642299 diff --git a/black-24.8.0.tar.gz b/black-24.8.0.tar.gz new file mode 100644 index 0000000..ac39a57 --- /dev/null +++ b/black-24.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2500945420b6784c38b9ee885af039f5e7471ef284ab03fa35ecdde4688cd83f +size 644810 diff --git a/python-black.changes b/python-black.changes index a7a2cd6..a553782 100644 --- a/python-black.changes +++ b/python-black.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Sep 27 01:22:37 UTC 2024 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-black.spec b/python-black.spec index 73bfdc0..bbb51fc 100644 --- a/python-black.spec +++ b/python-black.spec @@ -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