diff --git a/black-24.10.0.tar.gz b/black-24.10.0.tar.gz deleted file mode 100644 index 5c56781a7ece90ae5afa63f6f35b5881315c27da..0000000000000000000000000000000000000000 Binary files a/black-24.10.0.tar.gz and /dev/null differ diff --git a/black-25.1.0.tar.gz b/black-25.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..642b1f20bba75424351b89c4c4b7c2d73788ddd4 Binary files /dev/null and b/black-25.1.0.tar.gz differ diff --git a/python-black.spec b/python-black.spec index b9f7462e186139a2772ab10d514298c3b137fad8..74da0a3e1aa12ec99fcb55ed3a44127f01f737ce 100644 --- a/python-black.spec +++ b/python-black.spec @@ -2,7 +2,7 @@ %global pypi_name black Name: python-%{pypi_name} -Version: 24.10.0 +Version: 25.1.0 Release: 1 Summary: The uncompromising code formatter License: MIT @@ -63,6 +63,18 @@ done %{python3_sitelib}/blib2to3/* %changelog +* Wed May 14 2025 Dongxing Wang - 25.1.0-1 +- Update package to version 25.1.0 + Normalize casing of Unicode escape characters in strings to lowercase + Fix inconsistencies in whether certain strings are detected as docstrings + Consistently add trailing commas to typed function parameters + Remove redundant parentheses in if guards for case blocks + Add parentheses to if clauses in case blocks when the line is too long + Whitespace before # fmt: skip comments is no longer normalized + Fix line length computation for certain expressions that involve the power operator + Check if there is a newline before the terminating quotes of a docstring + Fix type annotation spacing between * and more complex type variable tuple + * Mon Oct 21 2024 jiangxinyu - 24.10.0-1 - Update package to version 24.10.0 - Fix crashes involving comments in parenthesised return types or X | Y style unions