python3-ansible-lint: update to 6.5.1.

This commit is contained in:
Jan Christian Grünhage 2022-08-24 12:42:46 +02:00 committed by Piraty
parent 0621406df7
commit 6baef6a9ca
1 changed files with 5 additions and 3 deletions

View File

@ -1,11 +1,12 @@
# Template file for 'python3-ansible-lint'
pkgname=python3-ansible-lint
version=6.4.0
version=6.5.1
revision=1
wrksrc="${pkgname/python3-/}-${version}"
build_style=python3-pep517
# These require ansible-lint installed properly, or they are flaky
make_check_args="--deselect src/ansiblelint/rules/no_loop_var_prefix.py::test_no_loop_var_prefix
--deselect src/ansiblelint/rules/only_builtins.py::test_only_builtin_fail
--deselect src/ansiblelint/rules/schema.py::test_schema
--deselect test/test_cli_role_paths.py::test_run_inside_role_dir
--deselect test/test_cli_role_paths.py::test_run_invalid_role_name_from_meta
@ -30,6 +31,7 @@ make_check_args="--deselect src/ansiblelint/rules/no_loop_var_prefix.py::test_no
--deselect test/test_list_rules.py::test_list_tags_includes_opt_in_rules
--deselect test/test_main.py::test_call_from_outside_venv
--deselect test/test_profiles.py::test_profile_listing
--deselect test/test_rules_collection.py::test_rich_rule_listing
--deselect test/test_task_includes.py::test_included_tasks
--deselect test/test_utils.py::test_cli_auto_detect
--deselect test/test_verbosity.py::test_default_verbosity"
@ -40,7 +42,7 @@ depends="ansible-core python3-yamllint python3-six python3-yaml
python3-ansible-compat python3-jsonschema"
checkdepends="${depends} python3-pytest black python3-flake8 python3-flaky
python3-mypy pylint python3-pytest-cov python3-pytest-xdist
python3-pytest-forked"
python3-pytest-forked python3-filelock"
short_desc="Linter for Ansible files"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
# Note about licensing from upstream:
@ -51,7 +53,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="GPL-3.0-only"
homepage="https://github.com/ansible-community/ansible-lint"
distfiles="${PYPI_SITE}/a/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz"
checksum=c5a76306cae906a260cf7286ca87c4d03ba4492b2ed7bfea21ad11fdf3c7e8d1
checksum=b02c5222450c469196c9cc28d3128e50f6bcf9549d5dd15c3cfbf47c70b5b06e
make_check_pre="env PYTHONPATH=src"
post_patch() {