diff --git a/black-24.1.0.tar.gz b/black-24.1.0.tar.gz deleted file mode 100644 index 953d471..0000000 --- a/black-24.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30fbf768cd4f4576598b1db0202413fafea9a227ef808d1a12230c643cefe9fc -size 622911 diff --git a/black-24.2.0.tar.gz b/black-24.2.0.tar.gz new file mode 100644 index 0000000..85d9e23 --- /dev/null +++ b/black-24.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce4f25c27c3435e4dace4815bcb2008b87e167e3bf4ee47ccdc5ce906eb4894 +size 631598 diff --git a/python-black.changes b/python-black.changes index d92be30..bbbf52a 100644 --- a/python-black.changes +++ b/python-black.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Feb 22 13:28:34 UTC 2024 - Markéta Machová + +- Update to 24.2.0 + * Consistently add trailing comma on typed parameters (#4164) + * Fixed a bug where comments where mistakenly removed along with + redundant parentheses (#4218) + * Move the hug_parens_with_braces_and_square_brackets feature to + the unstable style due to an outstanding crash and proposed + formatting tweaks (#4198) + * Black now ignores pyproject.toml that is missing a [tool.black] + section when discovering project root and configuration. + * More changes, see upstream CHANGES.md + ------------------------------------------------------------------- Mon Jan 29 08:51:18 UTC 2024 - Dirk Müller diff --git a/python-black.spec b/python-black.spec index b91689b..7b4ea3a 100644 --- a/python-black.spec +++ b/python-black.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-black -Version: 24.1.0 +Version: 24.2.0 Release: 0 Summary: A code formatter written in, and written for Python License: MIT @@ -55,7 +55,7 @@ Requires: python-pathspec >= 0.9.0 Requires: python-platformdirs >= 2 Requires: python-tomli >= 1.1.0 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %if 0%{?python_version_nodots} < 311 Requires: python-typing_extensions >= 3.10.0.0