diff --git a/ansible-lint-24.2.0.tar.gz b/ansible-lint-24.2.0.tar.gz new file mode 100644 index 0000000..d5e9b26 --- /dev/null +++ b/ansible-lint-24.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9dfb1050673ea7a182c86f1b8fdc7d58f699ef596a16a8bbabf7a7ade973c62 +size 457571 diff --git a/ansible-lint-6.22.1.tar.gz b/ansible-lint-6.22.1.tar.gz deleted file mode 100644 index bd07ffe..0000000 --- a/ansible-lint-6.22.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca02856d9b30900cfa604f1bb019432f73cca7252a674f4346b36b40e1b15ec4 -size 454780 diff --git a/ansible-lint.changes b/ansible-lint.changes index b19000b..d383749 100644 --- a/ansible-lint.changes +++ b/ansible-lint.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Thu Feb 8 06:44:11 UTC 2024 - Johannes Kastl + +- 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 + +- 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 @@ -335,7 +367,7 @@ Mon May 22 05:39:01 UTC 2023 - Johannes Kastl - 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 @@ -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 - 3.4.12-1 diff --git a/ansible-lint.spec b/ansible-lint.spec index 12a6a16..79b59ed 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -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