Accepting request 1158531 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible
update to 24.2.1 OBS-URL: https://build.opensuse.org/request/show/1158531 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-lint?expand=0&rev=48
This commit is contained in:
parent
1bcc4734cc
commit
88e79e898c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9dfb1050673ea7a182c86f1b8fdc7d58f699ef596a16a8bbabf7a7ade973c62
|
||||
size 457571
|
3
ansible-lint-24.2.1.tar.gz
Normal file
3
ansible-lint-24.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8d8bb5e97febe5d1ab955034eda8e61344cb3b79db9241da9264b0833fad978
|
||||
size 458739
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 14:20:20 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 24.2.1:
|
||||
* Bugfixes
|
||||
- Fix error suppression when syntax is incorrect (#4026)
|
||||
@audgirka
|
||||
- Set global cache_dir_lock (#4055) @guppy0130
|
||||
- [role-name] Handle string role dependencies (#4054) @corubba
|
||||
- Support for upcoming Ubuntu 24.04 and Fedora 40 (#4051)
|
||||
@mafalb
|
||||
- Update documentation for syntax-check[unknown-module] (#4049)
|
||||
@ssbarnea
|
||||
- Add OpenWRT 23.05 to valid versions (#4041) @jonkerj
|
||||
- Update task name in notify for a task against name[casing]
|
||||
error (#4038) @audgirka
|
||||
- accept yum history and info as valid commands (#4025)
|
||||
@konstruktoid
|
||||
- Add attributes for role argument specs (#4018) @felixfontein
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 8 06:44:11 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
%global lib_name ansiblelint
|
||||
%{?python_enable_dependency_generator}
|
||||
Name: ansible-lint
|
||||
Version: 24.2.0
|
||||
Version: 24.2.1
|
||||
Release: 0%{?dist}
|
||||
Summary: Best practices checker for Ansible
|
||||
License: MIT
|
||||
@ -59,7 +59,7 @@ BuildRequires: %{ansible_python}-pytest >= 7.2.2
|
||||
BuildRequires: %{ansible_python}-pytest-cov
|
||||
BuildRequires: %{ansible_python}-pytest-xdist >= 2.1.0
|
||||
BuildRequires: %{ansible_python}-psutil
|
||||
BuildRequires: %{ansible_python}-black >= 22.8.0
|
||||
BuildRequires: %{ansible_python}-black >= 23.10.1
|
||||
BuildRequires: %{ansible_python}-mypy
|
||||
BuildRequires: %{ansible_python}-pylint
|
||||
BuildRequires: %{ansible_python}-flake8
|
||||
@ -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.10
|
||||
BuildRequires: %{ansible_python}-ansible-compat >= 4.1.11
|
||||
BuildRequires: %{ansible_python}-black >= 23.10.1
|
||||
BuildRequires: %{ansible_python}-enrich >= 1.2.7
|
||||
BuildRequires: %{ansible_python}-filelock >= 3.3.0
|
||||
|
Loading…
Reference in New Issue
Block a user