Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ansible-lint for openSUSE:Factory checked in at 2026-01-12 11:49:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ansible-lint (Old) and /work/SRC/openSUSE:Factory/.ansible-lint.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ansible-lint" Mon Jan 12 11:49:46 2026 rev:75 rq:1326701 version:26.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ansible-lint/ansible-lint.changes 2025-12-11 18:42:09.459530936 +0100 +++ /work/SRC/openSUSE:Factory/.ansible-lint.new.1928/ansible-lint.changes 2026-01-12 11:49:51.584969291 +0100 @@ -1,0 +2,59 @@ +Mon Jan 12 06:39:21 UTC 2026 - Johannes Kastl <[email protected]> + +- update to 26.1.0: + * Fixes + - fix: implement precise filtering for bracketed sub-tags + (#4892) @Jkhall81 + - fix: avoid unnecessary creation of .ansible folders (#4894) + @ssbarnea + - fix: refactor RulesCollection to always require app argument + (#4891) @ssbarnea + - fix: anchor kind discovery to project root (#4763) (#4889) + @Jkhall81 + - fix: avoid creating cache directory when listing version + (#4865) @ssbarnea + - fix: ensure exclude_paths are honored for unparseable files + (#4886) @Jkhall81 + - fix: avoid use of pathspec 1.0.0 until yamllint is updated + (#4887) @ssbarnea + - fix: allow valid tabs in lineinfile nested in blocks (#4719) + (#4881) @Jkhall81 + - fix: update documentation to clarify requirement to run from + project … (#4885) @Jkhall81 + - fix: replace hardcoded /tmp path with secure temp directory + (CWE… (#4878) @Jkhall81 + - fix: handle missing keys in '_parse_failed_msg' to prevent + KeyError (#4879) @Jkhall81 + - fix: add argument_specs to meta schema (#4762) (#4880) + @Jkhall81 + - fix: retire -p/--parseable option (#4884) @ssbarnea + - fix: correct partial-become rule documentation comments + (#4876) @emmanuel-ferdman + * Maintenance + - chore: add almalinux platform to meta schemas (#4893) + @thelinuxracoon + - chore: refactor testing code to reduce use of get_app() + (#4890) @ssbarnea + - chore(deps): update all dependencies (#4877) @renovate[bot] + +------------------------------------------------------------------- +Mon Jan 12 06:27:18 UTC 2026 - Johannes Kastl <[email protected]> + +- update to 25.12.2: + * Fixes + - Update configuring.md to reflect correct precommit name + (#4872) @AgustinRamiroDiaz + - fix: prevent trailing space on blank comment lines (#4868) + @emmanuel-ferdman + * Maintenance + - chore(deps): update dependencies [security] - abandoned + (#4874) @renovate[bot] + - chore(deps): update all dependencies (#4867) @renovate[bot] + - chore(deps): update dependencies [security] (#4873) + @renovate[bot] + - chore(deps): bump filelock from 3.20.0 to 3.20.1 in /.config + (#4869) @dependabot[bot] + - chore(deps): update dependencies [security] (#4870) + @renovate[bot] + +------------------------------------------------------------------- Old: ---- ansible-lint-25.12.1.tar.gz New: ---- ansible-lint-26.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ansible-lint.spec ++++++ --- /var/tmp/diff_new_pack.iDknvt/_old 2026-01-12 11:49:52.577011172 +0100 +++ /var/tmp/diff_new_pack.iDknvt/_new 2026-01-12 11:49:52.577011172 +0100 @@ -1,7 +1,7 @@ # # spec file for package ansible-lint # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # Copyright 2018 by Lars Vogdt # # All modifications and additions to the file contributed by third parties @@ -39,7 +39,7 @@ %global lib_name ansiblelint Name: ansible-lint -Version: 25.12.1 +Version: 26.1.0 Release: 0%{?dist} Summary: Best practices checker for Ansible License: MIT @@ -77,7 +77,9 @@ BuildRequires: %{ansible_python}-importlib_metadata >= 8.7.0 BuildRequires: %{ansible_python}-jsonschema >= 4.10.0 BuildRequires: %{ansible_python}-packaging >= 22.0 -BuildRequires: %{ansible_python}-pathspec >= 0.10.3 +# https://github.com/ansible/ansible-lint/blob/v26.1.0/pyproject.toml#L45 +# "current yamllint not compatible with newer version" +BuildRequires: (%{ansible_python}-pathspec >= 0.10.3 with %{ansible_python}-pathspec < 1.0.0) BuildRequires: %{ansible_python}-PyYAML >= 6.0.1 BuildRequires: %{ansible_python}-referencing >= 0.36.2 BuildRequires: %{ansible_python}-ruamel.yaml >= 0.18.11 @@ -97,7 +99,9 @@ Requires: %{ansible_python}-importlib_metadata >= 8.7.0 Requires: %{ansible_python}-jsonschema >= 4.10.0 Requires: %{ansible_python}-packaging >= 22.0 -Requires: %{ansible_python}-pathspec >= 0.10.3 +# https://github.com/ansible/ansible-lint/blob/v26.1.0/pyproject.toml#L45 +# "current yamllint not compatible with newer version" +Requires: (%{ansible_python}-pathspec >= 0.10.3 with %{ansible_python}-pathspec < 1.0.0) Requires: %{ansible_python}-PyYAML >= 6.0.1 Requires: %{ansible_python}-referencing >= 0.36.2 Requires: %{ansible_python}-ruamel.yaml >= 0.18.11 ++++++ ansible-lint-25.12.1.tar.gz -> ansible-lint-26.1.0.tar.gz ++++++ ++++ 4254 lines of diff (skipped)
