Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-black for openSUSE:Factory checked in at 2026-02-04 21:00:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-black (Old) and /work/SRC/openSUSE:Factory/.python-black.new.1670 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-black" Wed Feb 4 21:00:44 2026 rev:37 rq:1330657 version:26.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-black/python-black.changes 2025-11-24 14:05:22.507664503 +0100 +++ /work/SRC/openSUSE:Factory/.python-black.new.1670/python-black.changes 2026-02-04 21:00:46.179212745 +0100 @@ -1,0 +2,29 @@ +Tue Feb 3 03:42:25 UTC 2026 - Steve Kowalik <[email protected]> + +- Update to 26.1.0: + * Highlights + + Introduces the 2026 stable style + + Black no longer supports running with Python 3.9 + + This release alo bumps pathspec to v1 and fixes inconsistencies with + Git's .gitignore logic (bsc#1257517) + * Stable style + + Fix bug where comments preceding # fmt: off/# fmt: on blocks were + incorrectly removed, particularly affecting Jupytext's # %% [markdown] + comments + + Fix crash when multiple # fmt: skip comments are used in a multi-part + if-clause, on string literals, or on dictionary entries with long lines + + Fix possible crash when fmt: directives aren't on the top level + + Preserve parentheses when # type: ignore comments would be merged with + other comments on the same line, preventing AST equivalence failures + * Preview style + + Fix fmt: skip skipping the line after instead of the line it's on + + Remove unnecessary parentheses from the left-hand side of assignments + while preserving magic trailing commas and intentional multiline + formatting + + Fix fix_fmt_skip_in_one_liners crashing on with statements + + Fix fix_fmt_skip_in_one_liners crashing on annotated parameters + + Fix new lines being added after imports with # fmt: skip on them + * Output + + Explicitly shutdown the multiprocessing manager when run in diff mode + +------------------------------------------------------------------- Old: ---- black-25.11.0.tar.gz New: ---- black-26.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-black.spec ++++++ --- /var/tmp/diff_new_pack.AiAWov/_old 2026-02-04 21:00:46.955245244 +0100 +++ /var/tmp/diff_new_pack.AiAWov/_new 2026-02-04 21:00:46.955245244 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-black # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,14 +24,14 @@ %{?sle15_python_module_pythons} Name: python-black -Version: 25.11.0 +Version: 26.1.0 Release: 0 Summary: A code formatter written in, and written for Python License: MIT URL: https://github.com/psf/black Source: https://files.pythonhosted.org/packages/source/b/black/black-%{version}.tar.gz BuildRequires: %{python_module aiohttp >= 3.3.2} -BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module base >= 3.10} BuildRequires: %{python_module click >= 8.0.0} BuildRequires: %{python_module hatch-fancy-pypi-readme} BuildRequires: %{python_module hatch_vcs} ++++++ black-25.11.0.tar.gz -> black-26.1.0.tar.gz ++++++ ++++ 10210 lines of diff (skipped)
