Accepting request 1069971 from systemsmanagement:ansible

OBS-URL: https://build.opensuse.org/request/show/1069971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible-lint?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2023-03-08 13:52:42 +00:00 committed by Git OBS Bridge
commit a56f25b011
4 changed files with 54 additions and 7 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07b3af008dea0a4dc46739743cb4e47c1244d665a99d5a307123defda23e087b
size 408934

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Fri Mar 3 13:08:56 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 6.14.0
* Minor Changes
- Add rulebook schema (#3103) @ssbarnea
- Add sanity rule with check for bad and disallowed ignores
(#3102) @alisonlhart
- Remove support for python 3.8 (#3051) @ssbarnea
* Bugfixes
- Adding 2.9 ignore allow-list for sanity rule (#3118)
@alisonlhart
- Generalize args rule exception handling (#3113) @ajinkyau
- Remove duplicate deprecated-command-syntax rule (#3119)
@ssbarnea
- Allow schema refresh to run without installing app (#3117)
@ssbarnea
- Removed unused code (#3116) @ajinkyau
- Allow custom rules specific configuration with
ansible-lint-config JSON Schema (#3080) @ssato
- Ensure SPDX license list is in sync (#3111) @ssbarnea
- Added support for raw booleans when using complex_conditional
(#3109) @ajinkyau
- Make git errors fatal when strict mode is active (#3064)
@ssbarnea
- Fix for skipped rules key in yaml rule (#3097) @ajinkyau
- Allow manifest field on galaxy file schema (#3100) @ssbarnea
- Simplify logic for meta-runtime rule (#3089) @ajinkyau
- Removed lines not required for code coverage (meta-no-info
rule) (#3094) @ajinkyau
- Remove "mode: preserve" from risky file perms doc, add copy
example (#3078) @jamescooke
- Improved ignore file handling (#3075) @4ch1m
- fix exclude-path test (#3071) @4ch1m
- Avoid jinja rule triggering with mutually exclusive arguments
(#3060) @ssbarnea
- Avoid reformatting of strings with line feeds and no jinja
(#3059) @ssbarnea
- Change CodeClimate severity to expose error or warning levels
(#3057) @ssbarnea
- Avoid 'not defined' with jinja rule (#3056) @ssbarnea
- Avoid 'is undefined' error with jinja rule (#3055) @ssbarnea
- Document output formats (#3054) @ssbarnea
- Allow /dev/null to be passed as config file (#3053) @ssbarnea
- BuildRequire python3.9 or higher
- BuildRequire/Require ansible-core 2.14 or higher
-------------------------------------------------------------------
Fri Feb 17 12:09:56 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.13.1
Version: 6.14.0
Release: 0%{?dist}
Summary: Best practices checker for Ansible
License: MIT
@ -39,7 +39,7 @@ URL: https://github.com/ansible-community/ansible-lint
Source0: https://github.com/ansible-community/ansible-lint/archive/v%{version}/ansible-lint-%{version}.tar.gz#/ansible-lint-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python-rpm-macros
BuildRequires: %{ansible_python}-base >= 3.8
BuildRequires: %{ansible_python}-base >= 3.9
BuildRequires: %{ansible_python}-pip
BuildRequires: %{ansible_python}-wheel
BuildRequires: fdupes
@ -58,7 +58,7 @@ BuildRequires: %{ansible_python}-flake8
# Add runtime requirements (unless required for tests)
# to make sure this only builds if they are present
BuildRequires: ansible-core >= 2.12
BuildRequires: ansible-core >= 2.14
BuildRequires: %{ansible_python}-ansible-compat >= 2.2.5
BuildRequires: %{ansible_python}-enrich >= 1.2.6
BuildRequires: %{ansible_python}-filelock >= 3.8.0
@ -74,7 +74,7 @@ BuildRequires: %{ansible_python}-wcmatch >= 8.3.2
BuildRequires: %{ansible_python}-yamllint >= 1.26.3
#
Requires: ansible-core >= 2.12
Requires: ansible-core >= 2.14
Requires: %{ansible_python}-ansible-compat >= 2.2.5
Requires: %{ansible_python}-black >= 22.8.0
Requires: %{ansible_python}-bracex