Accepting request 1123967 from systemsmanagement:ansible
OBS-URL: https://build.opensuse.org/request/show/1123967 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible-lint?expand=0&rev=38
This commit is contained in:
commit
b02893b9fc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e5f7d42881d469fa1c8230b5fd292b631d5a54f542f385565f9bc6c315ca3299
|
|
||||||
size 451775
|
|
3
ansible-lint-6.22.0.tar.gz
Normal file
3
ansible-lint-6.22.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8d63482c83c46eb3d869738a9fd12448604cecd225deb3960c77791be44f917d
|
||||||
|
size 452736
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 7 11:31:10 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
-update to 6.22.0:
|
||||||
|
* Minor Changes
|
||||||
|
- Enable YAML 1.2 support for non-ansible files (#3809)
|
||||||
|
@ssbarnea
|
||||||
|
* Bugfixes
|
||||||
|
- Require ruamel.yaml >= 0.18.5 (#3880) @ssbarnea
|
||||||
|
- Improve logging regarding to yaml loading and dumping (#3875)
|
||||||
|
@ssbarnea
|
||||||
|
- Avoid creating new load method in our custom formatter
|
||||||
|
(#3874) @ssbarnea
|
||||||
|
- Support `ruamel-yaml >= 0.18.2` (#3869) @hswong3i
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 20 04:57:49 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
Fri Oct 20 04:57:49 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
%global lib_name ansiblelint
|
%global lib_name ansiblelint
|
||||||
%{?python_enable_dependency_generator}
|
%{?python_enable_dependency_generator}
|
||||||
Name: ansible-lint
|
Name: ansible-lint
|
||||||
Version: 6.21.1
|
Version: 6.22.0
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
Summary: Best practices checker for Ansible
|
Summary: Best practices checker for Ansible
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -68,9 +68,9 @@ BuildRequires: %{ansible_python}-flake8
|
|||||||
# Add runtime requirements (unless required for tests)
|
# Add runtime requirements (unless required for tests)
|
||||||
# to make sure this only builds if they are present
|
# to make sure this only builds if they are present
|
||||||
# https://github.com/ansible/ansible-lint/blob/main/.config/requirements.in
|
# https://github.com/ansible/ansible-lint/blob/main/.config/requirements.in
|
||||||
BuildRequires: ansible-core >= 2.15.0
|
BuildRequires: ansible-core >= 2.15.5
|
||||||
BuildRequires: %{ansible_python}-ansible-compat >= 4.1.10
|
BuildRequires: %{ansible_python}-ansible-compat >= 4.1.10
|
||||||
BuildRequires: %{ansible_python}-black >= 22.8.0
|
BuildRequires: %{ansible_python}-black >= 23.10.1
|
||||||
BuildRequires: %{ansible_python}-enrich >= 1.2.7
|
BuildRequires: %{ansible_python}-enrich >= 1.2.7
|
||||||
BuildRequires: %{ansible_python}-filelock >= 3.3.0
|
BuildRequires: %{ansible_python}-filelock >= 3.3.0
|
||||||
BuildRequires: %{ansible_python}-jsonschema >= 4.17.3
|
BuildRequires: %{ansible_python}-jsonschema >= 4.17.3
|
||||||
@ -78,7 +78,7 @@ BuildRequires: %{ansible_python}-packaging >= 23.1
|
|||||||
BuildRequires: %{ansible_python}-PyYAML >= 6.0.1
|
BuildRequires: %{ansible_python}-PyYAML >= 6.0.1
|
||||||
BuildRequires: %{ansible_python}-requests >= 2.31.0
|
BuildRequires: %{ansible_python}-requests >= 2.31.0
|
||||||
BuildRequires: %{ansible_python}-rich >= 13.5.2
|
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}-ruamel.yaml >= 0.17.31
|
||||||
BuildRequires: %{ansible_python}-subprocess-tee >= 0.4.1
|
BuildRequires: %{ansible_python}-subprocess-tee >= 0.4.1
|
||||||
BuildRequires: %{ansible_python}-tenacity
|
BuildRequires: %{ansible_python}-tenacity
|
||||||
BuildRequires: %{ansible_python}-wcmatch >= 8.4.1
|
BuildRequires: %{ansible_python}-wcmatch >= 8.4.1
|
||||||
@ -86,9 +86,9 @@ BuildRequires: %{ansible_python}-yamllint >= 1.32.0
|
|||||||
|
|
||||||
#
|
#
|
||||||
# https://github.com/ansible/ansible-lint/blob/main/.config/requirements.in
|
# https://github.com/ansible/ansible-lint/blob/main/.config/requirements.in
|
||||||
Requires: ansible-core >= 2.15.0
|
Requires: ansible-core >= 2.15.5
|
||||||
Requires: %{ansible_python}-ansible-compat >= 4.1.10
|
Requires: %{ansible_python}-ansible-compat >= 4.1.10
|
||||||
Requires: %{ansible_python}-black >= 22.8.0
|
Requires: %{ansible_python}-black >= 23.10.1
|
||||||
Requires: %{ansible_python}-bracex >= 2.2.1
|
Requires: %{ansible_python}-bracex >= 2.2.1
|
||||||
Requires: %{ansible_python}-enrich >= 1.2.7
|
Requires: %{ansible_python}-enrich >= 1.2.7
|
||||||
Requires: %{ansible_python}-filelock >= 3.3.0
|
Requires: %{ansible_python}-filelock >= 3.3.0
|
||||||
@ -97,7 +97,7 @@ Requires: %{ansible_python}-packaging >= 23.1
|
|||||||
Requires: %{ansible_python}-PyYAML >= 6.0.1
|
Requires: %{ansible_python}-PyYAML >= 6.0.1
|
||||||
Requires: %{ansible_python}-requests >= 2.31.0
|
Requires: %{ansible_python}-requests >= 2.31.0
|
||||||
Requires: %{ansible_python}-rich >= 13.5.2
|
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}-ruamel.yaml >= 0.17.31
|
||||||
Requires: %{ansible_python}-subprocess-tee >= 0.4.1
|
Requires: %{ansible_python}-subprocess-tee >= 0.4.1
|
||||||
Requires: %{ansible_python}-tenacity
|
Requires: %{ansible_python}-tenacity
|
||||||
Requires: %{ansible_python}-wcmatch >= 8.4.1
|
Requires: %{ansible_python}-wcmatch >= 8.4.1
|
||||||
|
Loading…
Reference in New Issue
Block a user