forked from pool/ansible-lint
Accepting request 1145157 from systemsmanagement:ansible
OBS-URL: https://build.opensuse.org/request/show/1145157 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible-lint?expand=0&rev=40
This commit is contained in:
commit
1b6facb186
3
ansible-lint-24.2.0.tar.gz
Normal file
3
ansible-lint-24.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b9dfb1050673ea7a182c86f1b8fdc7d58f699ef596a16a8bbabf7a7ade973c62
|
||||||
|
size 457571
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ca02856d9b30900cfa604f1bb019432f73cca7252a674f4346b36b40e1b15ec4
|
|
||||||
size 454780
|
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 8 06:44:11 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
- new naming scheme upstream
|
||||||
|
- update to 24.2.0:
|
||||||
|
* Drop support for Python 3.9 (#4009) @audgirka
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 18 16:34:16 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
- update to 6.22.2:
|
||||||
|
* Bugfixes
|
||||||
|
- Fix key error for name[casing] rule (#3987) @ajinkyau
|
||||||
|
- Allow dashes in legacy role namespaces (#3962) @sur5r
|
||||||
|
- Use new ansible-compat verbosity levels (#3975) @ssbarnea
|
||||||
|
- Remove dependency on newer requests library (#3959) @ssbarnea
|
||||||
|
- Ignore set-property for systemd command (#3949) @alanbbr
|
||||||
|
- Correct requires_ansible error message (#3954) @ssbarnea
|
||||||
|
- Improve transformation for `no-free-form` rule (#3945)
|
||||||
|
@ajinkyau
|
||||||
|
- Documentation improvement (#3946) @ssbarnea
|
||||||
|
- docs: fix grammatical issue in philosophy Q&A section (#3934)
|
||||||
|
@davidhulick
|
||||||
|
- Update supported versions of ansible (#3930) @ajinkyau
|
||||||
|
- Fix backward compatibility (#3929) @McSim85
|
||||||
|
- Fix auto capitalization for name[prefix] rule (#3922)
|
||||||
|
@ajinkyau
|
||||||
|
- Fix role deps check for detecting path names (#3923)
|
||||||
|
@cavcrosby
|
||||||
|
- Avoid warnings about PATH with pipx installations (#3920)
|
||||||
|
@ssbarnea
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 30 09:36:42 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
Thu Nov 30 09:36:42 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.22.1
|
Version: 24.2.0
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
Summary: Best practices checker for Ansible
|
Summary: Best practices checker for Ansible
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -48,7 +48,7 @@ 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
|
Source0: https://github.com/ansible-community/ansible-lint/archive/v%{version}/ansible-lint-%{version}.tar.gz#/ansible-lint-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: %{ansible_python}-base >= 3.9
|
BuildRequires: %{ansible_python}-base >= 3.10
|
||||||
BuildRequires: %{ansible_python}-pip
|
BuildRequires: %{ansible_python}-pip
|
||||||
BuildRequires: %{ansible_python}-wheel
|
BuildRequires: %{ansible_python}-wheel
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
Loading…
Reference in New Issue
Block a user