diff --git a/black-24.4.2.tar.gz b/black-24.4.2.tar.gz deleted file mode 100644 index d5b616e6ae1c7275ae454b65e20150fa65a899b4..0000000000000000000000000000000000000000 Binary files a/black-24.4.2.tar.gz and /dev/null differ diff --git a/black-24.8.0.tar.gz b/black-24.8.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7a9c055d97dad24e8ad6c9a3bdbf38aa0fb56ef8 Binary files /dev/null and b/black-24.8.0.tar.gz differ diff --git a/python-black.spec b/python-black.spec index 3c78c4530ed638f2c3a2711a51c520b98f568293..c94e19351c5555502c45db9045105082633a31c7 100644 --- a/python-black.spec +++ b/python-black.spec @@ -2,7 +2,7 @@ %global pypi_name black Name: python-%{pypi_name} -Version: 24.4.2 +Version: 24.8.0 Release: 1 Summary: The uncompromising code formatter License: MIT @@ -65,6 +65,15 @@ done %{python3_sitelib}/blib2to3/* %changelog +* Fri Sep 6 2024 wuzhaomin - 24.8.0-1 +- update version to 24.8.0 +- Fix another f-string regression (#4339) +- Add caution to the playground mention (#4352) +- Fix use of deprecated ast.Str (#4393) +- Fix wheel build by using newer manylinux image (#4394) +- fix: avoid formatting backslash strings inside f-strings (#4401) +- Fix incorrect linenos on fstring tokens with escaped newlines (#4423) + * Sat May 11 2024 wangxiaomeng - 24.4.2-1 - Update package to version 24.4.2 - Fix regression where certain complex f-strings failed to parse (#4332)