Accepting request 1145155 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible
update to 24.2.0 (new naming scheme) OBS-URL: https://build.opensuse.org/request/show/1145155 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-lint?expand=0&rev=47
This commit is contained in:
parent
0ad3a4451b
commit
1bcc4734cc
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>
|
||||
|
||||
@ -335,7 +367,7 @@ Mon May 22 05:39:01 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
- Ensure that we also lint files from git submodules (#3431)
|
||||
@ssbarnea
|
||||
- Adding 2.16 to the list of allowed ansible-core versions in
|
||||
meta-runtime rule (#3455) @alisonlhart
|
||||
meta-runtime rule (#3455) @alisonlhart
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 17 09:06:08 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
@ -1330,7 +1362,7 @@ Tue Sep 11 09:44:47 UTC 2018 - lars@linux-schulserver.de
|
||||
+ Support arbitrary number of exclude flags (KellerFuchs)
|
||||
+ Fix task has name check for empty name fields (ekeih)
|
||||
+ Allow vault encrypted variables in YAML files (mozz)
|
||||
+ Octal permission check improvements - readability, test
|
||||
+ Octal permission check improvements - readability, test
|
||||
coverage and bug fixes (willthames)
|
||||
+ Fix very weird bug with line numbers in some test environments (kouk)
|
||||
+ Python 3 fixes for octal literals in tests (willthames)
|
||||
@ -1339,7 +1371,7 @@ Tue Sep 11 09:44:47 UTC 2018 - lars@linux-schulserver.de
|
||||
Mon May 7 11:05:23 UTC 2018 - lars@linux-schulserver.de
|
||||
|
||||
- update to 3.4.21:
|
||||
+ Update test that allows directories to have execute but not
|
||||
+ Update test that allows directories to have execute but not
|
||||
read bit set
|
||||
+ new playbook_import statement is now also recognized
|
||||
+ Allow directories to have execute but not read bit set
|
||||
@ -1383,7 +1415,7 @@ Mon Jan 22 14:47:45 UTC 2018 - boris@steki.net
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 6 08:18:15 UTC 2017 - boris@steki.net
|
||||
|
||||
- update to 3.4.15
|
||||
- update to 3.4.15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 20 00:00:00 UTC 2017 - Parag Nemade <pnemade AT redhat DOT com> - 3.4.12-1
|
||||
|
@ -40,7 +40,7 @@
|
||||
%global lib_name ansiblelint
|
||||
%{?python_enable_dependency_generator}
|
||||
Name: ansible-lint
|
||||
Version: 6.22.1
|
||||
Version: 24.2.0
|
||||
Release: 0%{?dist}
|
||||
Summary: Best practices checker for Ansible
|
||||
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
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{ansible_python}-base >= 3.9
|
||||
BuildRequires: %{ansible_python}-base >= 3.10
|
||||
BuildRequires: %{ansible_python}-pip
|
||||
BuildRequires: %{ansible_python}-wheel
|
||||
BuildRequires: fdupes
|
||||
|
Loading…
Reference in New Issue
Block a user