Accepting request 1066035 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible

- update to 6.13.0:
  * Minor Changes
    - Removed experimental flag from multiple rules (#3037) @ssbarnea
    - Allow only use of quoted octals (#3030) @ssbarnea
    - Load rule ignores from external text file (#3004) @ssbarnea
  * Bugfixes
    - Improve jinja error line number identification (#3044) @ssbarnea
    - profiles: include all rules when listing all rules or tags (#3043) @ziegenberg
    - Improve documentation on var-naming (#3042) @ssbarnea
    - Improve loop-var-prefix checking (#3041) @ssbarnea
    - Ignore known problematic modules from args rule (#3040) @ssbarnea
    - Improve jinja2 rule error handling (#3039) @ssbarnea
    - Enable syntax-check on roles (#3035) @ssbarnea
    - Recognize role-name[path] also inside roles block (#3034) @ssbarnea
    - Allow {% in schema full-jinja check (#3029) @ssbarnea
    - Update ansible-compat (#3025) @ssbarnea
    - Recognize systemctl kill as a valid command (#3024) @konstruktoid
    - Mark syntax-check as unskippable (#3020) @ssbarnea
    - Fixes no-tabs issue with fqcn actions (#3021) @ssbarnea
    - Move empty-playbook to syntax-check (#3019) @ssbarnea
    - Ensure that rule import failures are not ignored (#2983) @ssbarnea
    - Increase the test coverage (#3014) @ssbarnea

OBS-URL: https://build.opensuse.org/request/show/1066035
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-lint?expand=0&rev=24
This commit is contained in:
Johannes Kastl 2023-02-15 18:58:12 +00:00 committed by Git OBS Bridge
parent be6bfa3598
commit f9c7483b28
4 changed files with 31 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:574d98100069c94f232c6563c9ce8f6af2d47d88380ba5f1198c9e1dbf1141bf
size 422293

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c667704b45e8c6ae7c874c6e745ad39cdc2213c6abcdc946ec421c27d8cddae
size 426095

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Feb 15 17:26:41 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 6.13.0:
* Minor Changes
- Removed experimental flag from multiple rules (#3037) @ssbarnea
- Allow only use of quoted octals (#3030) @ssbarnea
- Load rule ignores from external text file (#3004) @ssbarnea
* Bugfixes
- Improve jinja error line number identification (#3044) @ssbarnea
- profiles: include all rules when listing all rules or tags (#3043) @ziegenberg
- Improve documentation on var-naming (#3042) @ssbarnea
- Improve loop-var-prefix checking (#3041) @ssbarnea
- Ignore known problematic modules from args rule (#3040) @ssbarnea
- Improve jinja2 rule error handling (#3039) @ssbarnea
- Enable syntax-check on roles (#3035) @ssbarnea
- Recognize role-name[path] also inside roles block (#3034) @ssbarnea
- Allow {% in schema full-jinja check (#3029) @ssbarnea
- Update ansible-compat (#3025) @ssbarnea
- Recognize systemctl kill as a valid command (#3024) @konstruktoid
- Mark syntax-check as unskippable (#3020) @ssbarnea
- Fixes no-tabs issue with fqcn actions (#3021) @ssbarnea
- Move empty-playbook to syntax-check (#3019) @ssbarnea
- Ensure that rule import failures are not ignored (#2983) @ssbarnea
- Increase the test coverage (#3014) @ssbarnea
-------------------------------------------------------------------
Sun Feb 12 07:15:09 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

View File

@ -31,7 +31,7 @@
%global lib_name ansiblelint
%{?python_enable_dependency_generator}
Name: ansible-lint
Version: 6.12.2
Version: 6.13.0
Release: 0%{?dist}
Summary: Best practices checker for Ansible
License: MIT
@ -44,7 +44,6 @@ BuildRequires: %{ansible_python}-pip
BuildRequires: %{ansible_python}-wheel
BuildRequires: fdupes
# https://github.com/ansible/ansible-lint/blob/main/setup.cfg#L98
# SECTION tests
BuildRequires: %{ansible_python}-flaky >= 3.7.0
BuildRequires: %{ansible_python}-pytest
@ -59,7 +58,6 @@ BuildRequires: %{ansible_python}-flake8
# Add runtime requirements (unless required for tests)
# to make sure this only builds if they are present
# https://github.com/ansible/ansible-lint/blob/main/setup.cfg#L64
BuildRequires: ansible-core >= 2.12
BuildRequires: %{ansible_python}-ansible-compat >= 2.2.5
BuildRequires: %{ansible_python}-enrich >= 1.2.6
@ -75,7 +73,7 @@ BuildRequires: %{ansible_python}-tenacity
BuildRequires: %{ansible_python}-wcmatch >= 8.3.2
BuildRequires: %{ansible_python}-yamllint >= 1.26.3
# https://github.com/ansible/ansible-lint/blob/main/setup.cfg#L69
#
Requires: ansible-core >= 2.12
Requires: %{ansible_python}-ansible-compat >= 2.2.5
Requires: %{ansible_python}-black >= 22.8.0