Accepting request 1223999 from systemsmanagement:ansible

OBS-URL: https://build.opensuse.org/request/show/1223999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible-lint?expand=0&rev=52
This commit is contained in:
Ana Guerrero 2024-11-14 15:09:12 +00:00 committed by Git OBS Bridge
commit 4f85d0bebb
4 changed files with 33 additions and 6 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:63a7be30aa956891e3c4e86b18d26394d8b37787902be4fe51ed592fe8ad3b08
size 480885

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a82eded2323ceee526235f4fdbaef31b5ff9653997484647c8a06a1f8ae63bd1
size 479366

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Nov 13 14:44:07 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 24.10.0:
* Enhancements
- Add support for py313 (#4388) @abhikdps
* Bugfixes
- Require ansible-compat>=24.10.0 (#4402)
- Update TaskHasTag example rule used in custom-rules.md
(#4401) @cavcrosby
- Add Fedora 41 as a platform in the metadata schema (#4392)
@jsf9k
- Fixing the issue "Unfinished sentence in docs/profiles.md
#4358" (#4380) @binojmn
- Fix quotes converting free-form syntax to yaml (#4361)
@cavcrosby
- Handle FQCN when using import_playbook (#4369) @cavcrosby
- Allow jinja in variable names (#4372) @ssbarnea
- Update rulebook schema (#4373) @ssbarnea
- Fix wonky writing to sarif_file (#4368) @Qalthos
- Fix to avoid spamming syslog with invoked messages (#4353)
@tanwigeetika1618
- Pin codecov action to v4.5.0 and update dependabot.yml to
ignore v4.6.0 (#4356) @tanwigeetika1618
- Update schema for missing tags property to builder v3 options
(#4346) @audgirka
-------------------------------------------------------------------
Sat Sep 21 17:46:39 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

View File

@ -40,7 +40,7 @@
%global lib_name ansiblelint
%{?python_enable_dependency_generator}
Name: ansible-lint
Version: 24.9.2
Version: 24.10.0
Release: 0%{?dist}
Summary: Best practices checker for Ansible
License: MIT
@ -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 >= 24.8.0
BuildRequires: %{ansible_python}-ansible-compat >= 24.10.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 >= 24.8.0
Requires: %{ansible_python}-ansible-compat >= 24.10.0
Requires: %{ansible_python}-black >= 23.10.1
Requires: %{ansible_python}-bracex >= 2.2.1
Requires: %{ansible_python}-enrich >= 1.2.7