SHA256
1
0
forked from pool/ansible-lint

Accepting request 1109446 from systemsmanagement:ansible

OBS-URL: https://build.opensuse.org/request/show/1109446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible-lint?expand=0&rev=32
This commit is contained in:
Ana Guerrero 2023-09-07 19:13:31 +00:00 committed by Git OBS Bridge
commit 0297b66741
5 changed files with 97 additions and 20 deletions

View File

@ -1,4 +1,4 @@
<services>
<service name="download_files" mode="disabled">
<service name="download_files" mode="manual">
</service>
</services>

View File

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

View File

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

View File

@ -1,3 +1,78 @@
-------------------------------------------------------------------
Wed Sep 6 15:49:50 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- check/add/modify BuildRequires and Requires
- update to 6.19.0:
* Minor Changes
- Add auto transform for no-log-password rule (#3708) @ajinkyau
- Add auto-fixing implementation for key-order[task] rule
(#3705) @ajinkyau
- Add auto-fixing implementation for `jinja[spacing]` rule
(#3691) @ajinkyau
- Make schema validation messages more explicit (#3701)
@ssbarnea
- Transform for deprecated-local-action rule (#3689) @ajinkyau
* Bugfixes
- Require ansible-compat>=4.1.10 (#3723) @ssbarnea
- Skip altered path warning for `ansible-lint` installed by
`pipx` (#3720) @chrysle
- Update transform for `key-order` rule (#3719) @ajinkyau
- Allow installation of pre-release collection version as
dependencies (#3716) @ssbarnea
- Avoid deprecated-bare-vars false positive with file paths
(#3709) @ssbarnea
- Limit sequence-of-sequence indents to a single space (#3671)
@Qalthos
- Avoid no-handlers false positives (#3702) @ssbarnea
- Add missing word to risky-shell-pipe docs (#3704) @roock
- Avoid yamllint truthy violations with github workflows
(#3698) @ssbarnea
- Avoid false positive with var-name rule on roles (#3697)
@ssbarnea
- Include links to documentation for schema validation errors
(#3684) @ssbarnea
- Schema update (#3693) @cidrblock
- Use yaml.load_all for multiple yaml document (#3679)
@shatakshiiii
- Ignore user configured value for any_unparsed_is_failed
(#3680) @ssbarnea
- Update rulebook schema (#3681) @ssbarnea
-------------------------------------------------------------------
Wed Sep 6 15:48:25 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 6.18.0:
* Minor Changes
- Limit the maximum block depth (#3602) @Ruchip16
- Transform functionality for command_instead_of_shell (#3675)
@ajinkyau
- Add rule to check the number of tasks (#3156) @Ruchip16
* Bugfixes
- Clarify loop-var-prefix rule and code snippet (#3642)
@schwarmco
- Update `version_added` for complexity rule (#3623) @ajinkyau
- Ensure that single space between tasks is preserved when
using --write (#3641) @shatakshiiii
- Update ansible-compat used for testing (#3664) @ssbarnea
- Document `yaml[line-length]` rule (#3653) @shatakshiiii
- Prevent use of spdx-tools 0.8.0 due to breaking changes
(#3649) @ssbarnea
- fixes dead marketplace link (#3631) @wookietreiber
- Improve profile information on summary line (#3637)
@ziegenberg
- command-instead-of-module: allow `git rev-parse` (#3610)
@JohnVillalovos
- Include filepaths starting from $HOME in lintables (#3621)
@shatakshiiii
- Update _mockings.py to fix bug created in #3390 (#3614)
@karcaw
- Allow to set gather_facts as templated boolean (#3606)
@noonedeadpunk
- Add dependency version check for collection metadata (#3601)
@ajinkyau
- Fix installation of dependencies when run as an action
(#3592) @ssbarnea
-------------------------------------------------------------------
Thu Jun 22 13:29:44 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

View File

@ -40,7 +40,7 @@
%global lib_name ansiblelint
%{?python_enable_dependency_generator}
Name: ansible-lint
Version: 6.17.2
Version: 6.19.0
Release: 0%{?dist}
Summary: Best practices checker for Ansible
License: MIT
@ -67,16 +67,17 @@ 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/.config/requirements-lock.txt
BuildRequires: ansible-core >= 2.15
BuildRequires: %{ansible_python}-ansible-compat >= 4.1.1
BuildRequires: %{ansible_python}-black >= 23.3.0
# https://github.com/ansible/ansible-lint/blob/main/.config/requirements.in
BuildRequires: ansible-core >= 2.15.0
BuildRequires: %{ansible_python}-ansible-compat >= 4.1.10
BuildRequires: %{ansible_python}-black >= 22.8.0
BuildRequires: %{ansible_python}-enrich >= 1.2.7
BuildRequires: %{ansible_python}-filelock >= 3.12.0
BuildRequires: %{ansible_python}-filelock >= 3.3.0
BuildRequires: %{ansible_python}-jsonschema >= 4.17.3
BuildRequires: %{ansible_python}-packaging >= 23.1
BuildRequires: %{ansible_python}-PyYAML >= 6.0
BuildRequires: %{ansible_python}-rich >= 13.4.1
BuildRequires: %{ansible_python}-PyYAML >= 6.0.1
BuildRequires: %{ansible_python}-requests >= 2.31.0
BuildRequires: %{ansible_python}-rich >= 13.5.2
BuildRequires: (%{ansible_python}-ruamel.yaml >= 0.17.31 and %{ansible_python}-ruamel.yaml < 0.18)
BuildRequires: %{ansible_python}-subprocess-tee >= 0.4.1
BuildRequires: %{ansible_python}-tenacity
@ -84,17 +85,18 @@ BuildRequires: %{ansible_python}-wcmatch >= 8.4.1
BuildRequires: %{ansible_python}-yamllint >= 1.32.0
#
# https://github.com/ansible/ansible-lint/blob/main/.config/requirements-lock.txt
Requires: ansible-core >= 2.15
Requires: %{ansible_python}-ansible-compat >= 4.1.1
Requires: %{ansible_python}-black >= 23.3.0
# https://github.com/ansible/ansible-lint/blob/main/.config/requirements.in
Requires: ansible-core >= 2.15.0
Requires: %{ansible_python}-ansible-compat >= 4.1.10
Requires: %{ansible_python}-black >= 22.8.0
Requires: %{ansible_python}-bracex >= 2.2.1
Requires: %{ansible_python}-enrich >= 1.2.6
Requires: %{ansible_python}-filelock >= 3.12.0
Requires: %{ansible_python}-jsonschema >= 4.17.0
Requires: %{ansible_python}-filelock >= 3.3.0
Requires: %{ansible_python}-jsonschema >= 4.17.3
Requires: %{ansible_python}-packaging >= 23.1
Requires: %{ansible_python}-PyYAML >= 6.0
Requires: %{ansible_python}-rich >= 13.3.5
Requires: %{ansible_python}-PyYAML >= 6.0.1
Requires: %{ansible_python}-requests >= 2.31.0
Requires: %{ansible_python}-rich >= 13.5.2
Requires: (%{ansible_python}-ruamel.yaml >= 0.17.31 and %{ansible_python}-ruamel.yaml < 0.18)
Requires: %{ansible_python}-subprocess-tee >= 0.4.1
Requires: %{ansible_python}-tenacity