From 06044988f726ecbddcc725438a0ba97f25a9e6dc369fbe178e8c04d5675ed0e4 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Fri, 25 Nov 2022 08:04:34 +0000 Subject: [PATCH] Accepting request 1038039 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible update to 6.9.0 OBS-URL: https://build.opensuse.org/request/show/1038039 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-lint?expand=0&rev=16 --- ansible-lint-6.8.7.tar.gz | 3 --- ansible-lint-6.9.0.tar.gz | 3 +++ ansible-lint.changes | 23 ++++++++++++++++++++++ ansible-lint.spec | 41 +++++++++++++++++++++------------------ 4 files changed, 48 insertions(+), 22 deletions(-) delete mode 100644 ansible-lint-6.8.7.tar.gz create mode 100644 ansible-lint-6.9.0.tar.gz diff --git a/ansible-lint-6.8.7.tar.gz b/ansible-lint-6.8.7.tar.gz deleted file mode 100644 index 8cf315a..0000000 --- a/ansible-lint-6.8.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12937af6e28f37f22e6f4bbc1c768e97bb1ea8f2abaa77d0e894d92cbbb8a6d4 -size 294625 diff --git a/ansible-lint-6.9.0.tar.gz b/ansible-lint-6.9.0.tar.gz new file mode 100644 index 0000000..95fbb17 --- /dev/null +++ b/ansible-lint-6.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6331c6dd37f2644499de81b94765c2ff60f5d79b6470c91c91a33539aff5da +size 297551 diff --git a/ansible-lint.changes b/ansible-lint.changes index b8ad2b7..1239c4a 100644 --- a/ansible-lint.changes +++ b/ansible-lint.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Nov 24 16:00:09 UTC 2022 - Johannes Kastl + +- update to 6.9.0: + * Minor Changes + - Enable dynamic schema refresh (#2703) @ssbarnea + - Allow additional collections in only-builtins (#2710) @evgeni + * Bugfixes + - Avoid Object of type PosixPath is not JSON serializable with jinja2 (#2724) @ssbarnea + - Expand ~ in PATH and warn user (#2723) @ssbarnea + - Fix only builtins fail test (#2719) @evgeni + - Allow profile to be set in config file (#2720) @shatakshiiii + - Decouple profile listing from profile selecting on CLI (#2721) @ssbarnea + - Update url in docs (#2718) @ssbarnea + - Prevent installation on Windows (#2712) @ssbarnea + - Respect warn_list and skip_list (#2706) @rekup + - Avoid version checking when version info is absent (#2714) @ssbarnea + - Improve installation documentation (#2707) @oraNod + - Docs: usage content edits (#2682) @oraNod + - Sort dependencies (#2711) @ssbarnea + - Fix loop_var_prefix message list in the docs (#2709) @evgeni + - Clarify progressive mode documentation (#2708) @MarcinWieczorek + ------------------------------------------------------------------- Mon Nov 21 09:24:01 UTC 2022 - Johannes Kastl diff --git a/ansible-lint.spec b/ansible-lint.spec index 5c8b6ac..8a0c4dc 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -20,7 +20,7 @@ %global lib_name ansiblelint %{?python_enable_dependency_generator} Name: ansible-lint -Version: 6.8.7 +Version: 6.9.0 Release: 0%{?dist} Summary: Best practices checker for Ansible License: MIT @@ -35,10 +35,11 @@ BuildRequires: fdupes # https://github.com/ansible/ansible-lint/blob/main/setup.cfg#L98 # SECTION tests BuildRequires: python3-flaky >= 3.7.0 +BuildRequires: python3-pytest BuildRequires: python3-pytest-cov BuildRequires: python3-pytest-xdist >= 2.1.0 BuildRequires: python3-psutil -BuildRequires: python3-black >= 22.1.0 +BuildRequires: python3-black >= 22.8.0 BuildRequires: python3-mypy BuildRequires: python3-pylint BuildRequires: python3-flake8 @@ -46,33 +47,35 @@ BuildRequires: python3-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: python3-ansible-compat >= 2.2.1 +BuildRequires: python3-ansible-compat >= 2.2.5 BuildRequires: python3-enrich >= 1.2.6 -BuildRequires: python3-jsonschema >= 4.9.0 -BuildRequires: python3-packaging -BuildRequires: python3-PyYAML -BuildRequires: python3-rich >= 9.5.1 -BuildRequires: python3-ruamel.yaml >= 0.15.37 +BuildRequires: python3-filelock >= 3.8.0 +BuildRequires: python3-jsonschema >= 4.17.0 +BuildRequires: python3-packaging >= 21.3 +BuildRequires: python3-PyYAML >= 5.4.1 +BuildRequires: python3-rich >= 12.0.0 +BuildRequires: python3-ruamel.yaml >= 0.17.21 BuildRequires: python3-six BuildRequires: python3-tenacity -BuildRequires: python3-wcmatch >= 7.0 -BuildRequires: python3-yamllint >= 1.25.0 +BuildRequires: python3-wcmatch >= 8.3.2 +BuildRequires: python3-yamllint >= 1.26.3 # https://github.com/ansible/ansible-lint/blob/main/setup.cfg#L69 Requires: ansible-core >= 2.12 -Requires: python3-ansible-compat >= 2.2.1 -Requires: python3-black >= 22.1.0 +Requires: python3-ansible-compat >= 2.2.5 +Requires: python3-black >= 22.8.0 Requires: python3-enrich >= 1.2.6 -Requires: python3-jsonschema >= 4.9.0 -Requires: python3-packaging -Requires: python3-PyYAML -Requires: python3-rich >= 9.5.1 -Requires: python3-ruamel.yaml >= 0.15.37 +Requires: python3-jsonschema >= 4.17.0 +Requires: python3-packaging >= 21.3 +Requires: python3-PyYAML >= 5.4.1 +Requires: python3-rich >= 12.0.0 +Requires: python3-ruamel.yaml >= 0.17.21 Requires: python3-six Requires: python3-tenacity -Requires: python3-wcmatch >= 7.0 -Requires: python3-yamllint >= 1.25.0 +Requires: python3-wcmatch >= 8.3.2 +Requires: python3-yamllint >= 1.26.3 %description Checks playbooks for practices and behavior that could potentially be improved.