Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ansible-lint to 24.7.0 #1277

Open
wants to merge 1 commit into
base: rpm/develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/ansible-lint/ansible-lint-5.4.0.tar.gz

This file was deleted.

30 changes: 21 additions & 9 deletions packages/ansible-lint/ansible-lint.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,24 @@
%{?python_disable_dependency_generator}
# Created by pyp2rpm-3.3.3
%global pypi_name ansible-lint
%global src_name ansible_lint

Name: %{pypi_name}
Version: 5.4.0
Version: 24.7.0
Release: 1%{?dist}
Summary: Checks playbooks for practices and behaviour that could potentially be improved

License: MIT
URL: https://github.com/ansible-community/ansible-lint
Source0: https://files.pythonhosted.org/packages/source/a/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/source/a/%{pypi_name}/%{src_name}-%{version}.tar.gz
BuildArch: noarch

BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: python%{python3_pkgversion}-setuptools-scm >= 7.0.5
BuildRequires: python%{python3_pkgversion}-setuptools_scm_git_archive
BuildRequires: python%{python3_pkgversion}-wheel
BuildRequires: python%{python3_pkgversion}-pip
BuildRequires: pyproject-rpm-macros

%{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}}
Expand All @@ -26,22 +29,28 @@ BuildRequires: pyproject-rpm-macros
# But our tooling currently fails with rich deps
Requires: /usr/bin/ansible
Requires: python%{python3_pkgversion}-enrich >= 1.2.6
Requires: python%{python3_pkgversion}-packaging
Requires: python%{python3_pkgversion}-pyyaml
Requires: python%{python3_pkgversion}-rich >= 9.5.1
Requires: python%{python3_pkgversion}-black >= 24.3.0
Requires: python%{python3_pkgversion}-packaging >= 21.3
Requires: python%{python3_pkgversion}-pyyaml >= 5.4.1
Requires: python%{python3_pkgversion}-importlib-metadata
Requires: python%{python3_pkgversion}-jsonschema >= 4.10.0
Requires: python%{python3_pkgversion}-filelock >= 3.3.0
Requires: python%{python3_pkgversion}-rich >= 12.0.0
Requires: python%{python3_pkgversion}-ruamel-yaml < 1
Requires: python%{python3_pkgversion}-ruamel-yaml >= 0.15.37
Requires: python%{python3_pkgversion}-ruamel-yaml >= 0.18.5
Requires: python%{python3_pkgversion}-pathspec >= 0.10.3
Requires: python%{python3_pkgversion}-subprocess-tee >= 0.4.1
Requires: python%{python3_pkgversion}-setuptools
Requires: python%{python3_pkgversion}-tenacity
Requires: python%{python3_pkgversion}-typing-extensions
Requires: python%{python3_pkgversion}-wcmatch >= 7.0
Requires: python%{python3_pkgversion}-yamllint >= 1.30.0
Requires: python%{python3_pkgversion}-wcmatch >= 8.1.2

%description
%{summary}

%prep
set -ex
%autosetup -n %{pypi_name}-%{version}
%autosetup -n %{src_name}-%{version}


%build
Expand All @@ -59,6 +68,9 @@ set -ex
%{python3_sitelib}/ansible_lint-%{version}.dist-info/

%changelog
* Mon Sep 16 2024 Odilon Sousa <[email protected]> - 24.7.0-1
- Release ansible-lint 24.7.0

* Sat Nov 11 2023 Odilon Sousa <[email protected]> - 5.4.0-1
- Release ansible-lint 5.4.0

Expand Down
1 change: 1 addition & 0 deletions packages/ansible-lint/ansible_lint-24.7.0.tar.gz