Accepting request 1201712 from systemsmanagement:ansible
update to 24.9.0 OBS-URL: https://build.opensuse.org/request/show/1201712 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible-lint?expand=0&rev=50
This commit is contained in:
commit
166e056013
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84568111e0ff9c93504b61a75b061a5ea6c91314f4b0b7febebc479284b1c826
|
||||
size 474889
|
3
ansible-lint-24.9.0.tar.gz
Normal file
3
ansible-lint-24.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e34dc916ca84ccf383dea88babb4e27991319dbe294e4f02b340c8285bc4c93
|
||||
size 478100
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 05:55:23 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 24.9.0:
|
||||
* Enhancements
|
||||
- Community comms (#4309) @oraNod
|
||||
- feat: add requirements_file input to GitHub action (#4253)
|
||||
@dbrennand
|
||||
* Bugfixes
|
||||
- fix: Adding missing EE option skip_pip_install (#4299)
|
||||
@sscheib
|
||||
- Fix upload-artifact action to work with v4.4 and newer
|
||||
(#4314) @alisonlhart
|
||||
- fix: Add reset-failed state in executable_options (#4301)
|
||||
@tanwigeetika1618
|
||||
- Enable --offline to affect checking version online (#4283)
|
||||
@cavcrosby
|
||||
- Fix long lines being wrapped with a trailing space (#4288)
|
||||
@cavcrosby
|
||||
- Make galaxy[version-incorrect] rule opt-in (#4247) @cavcrosby
|
||||
- Fix error for imported playbooks w/invalid syntax (#4289)
|
||||
@cavcrosby
|
||||
- Fix indentation change to comments when using --fix (#4273)
|
||||
@cavcrosby
|
||||
- Fix list of non-strings in args rule (#4279) @johnbyrneio
|
||||
- Improve --version behavior to handle remote disconnect
|
||||
(#4276) @cavcrosby
|
||||
- Ignore var-naming[pattern] to foreign role vars (#4230)
|
||||
@cavcrosby
|
||||
- Remove leftover Sphinx command directives (#4243) @cavcrosby
|
||||
- Fix custom-rules documentation examples (#4264) @Tompage1994
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 18:51:22 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
@ -40,12 +40,12 @@
|
||||
%global lib_name ansiblelint
|
||||
%{?python_enable_dependency_generator}
|
||||
Name: ansible-lint
|
||||
Version: 24.7.0
|
||||
Version: 24.9.0
|
||||
Release: 0%{?dist}
|
||||
Summary: Best practices checker for Ansible
|
||||
License: MIT
|
||||
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
|
||||
URL: https://github.com/ansible/ansible-lint
|
||||
Source0: https://github.com/ansible/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.10
|
||||
@ -69,7 +69,7 @@ BuildRequires: %{ansible_python}-flake8
|
||||
# to make sure this only builds if they are present
|
||||
# https://github.com/ansible/ansible-lint/blob/main/.config/requirements.in
|
||||
BuildRequires: ansible-core >= 2.15.5
|
||||
BuildRequires: %{ansible_python}-ansible-compat >= 4.1.11
|
||||
BuildRequires: %{ansible_python}-ansible-compat >= 24.8.0
|
||||
BuildRequires: %{ansible_python}-black >= 23.10.1
|
||||
BuildRequires: %{ansible_python}-enrich >= 1.2.7
|
||||
BuildRequires: %{ansible_python}-filelock >= 3.3.0
|
||||
@ -87,7 +87,7 @@ BuildRequires: %{ansible_python}-yamllint >= 1.32.0
|
||||
#
|
||||
# https://github.com/ansible/ansible-lint/blob/main/.config/requirements.in
|
||||
Requires: ansible-core >= 2.15.5
|
||||
Requires: %{ansible_python}-ansible-compat >= 4.1.10
|
||||
Requires: %{ansible_python}-ansible-compat >= 24.8.0
|
||||
Requires: %{ansible_python}-black >= 23.10.1
|
||||
Requires: %{ansible_python}-bracex >= 2.2.1
|
||||
Requires: %{ansible_python}-enrich >= 1.2.7
|
||||
|
Loading…
Reference in New Issue
Block a user