From 217b61961f241a3610642c5dacccf480c3c6a86d0a0ca91f530ecfb2954e7a10 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Tue, 7 Mar 2023 15:13:07 +0000 Subject: [PATCH] Accepting request 1069970 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible update to 6.14.0 OBS-URL: https://build.opensuse.org/request/show/1069970 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-lint?expand=0&rev=26 --- ansible-lint-6.13.1.tar.gz | 3 --- ansible-lint-6.14.0.tar.gz | 3 +++ ansible-lint.changes | 47 ++++++++++++++++++++++++++++++++++++++ ansible-lint.spec | 8 +++---- 4 files changed, 54 insertions(+), 7 deletions(-) delete mode 100644 ansible-lint-6.13.1.tar.gz create mode 100644 ansible-lint-6.14.0.tar.gz diff --git a/ansible-lint-6.13.1.tar.gz b/ansible-lint-6.13.1.tar.gz deleted file mode 100644 index 3784650..0000000 --- a/ansible-lint-6.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b36bc9bd503d87b32bde35085d7377454d9445086d0fb798f42d82c8d3f0be19 -size 426049 diff --git a/ansible-lint-6.14.0.tar.gz b/ansible-lint-6.14.0.tar.gz new file mode 100644 index 0000000..49f9603 --- /dev/null +++ b/ansible-lint-6.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b3af008dea0a4dc46739743cb4e47c1244d665a99d5a307123defda23e087b +size 408934 diff --git a/ansible-lint.changes b/ansible-lint.changes index 2038f83..01e74c7 100644 --- a/ansible-lint.changes +++ b/ansible-lint.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Fri Mar 3 13:08:56 UTC 2023 - Johannes Kastl + +- 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 diff --git a/ansible-lint.spec b/ansible-lint.spec index 621db3e..d6bc13b 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -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