forked from pool/python-black
Accepting request 1152440 from home:mcalabkova:branches:devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/1152440 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-black?expand=0&rev=58
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30fbf768cd4f4576598b1db0202413fafea9a227ef808d1a12230c643cefe9fc
|
||||
size 622911
|
||||
3
black-24.2.0.tar.gz
Normal file
3
black-24.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bce4f25c27c3435e4dace4815bcb2008b87e167e3bf4ee47ccdc5ce906eb4894
|
||||
size 631598
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 13:28:34 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user