Github messages for voidlinux
 help / color / mirror / Atom feed
From: jcgruenhage <jcgruenhage@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python3-ansible-lint: update to 6.4.0.
Date: Mon, 01 Aug 2022 01:05:45 +0200	[thread overview]
Message-ID: <20220731230545.AcC46HMghO87CmTdBkL8-iovp9WQ5UeFfJrP3raAayM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38400@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1255 bytes --]

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages python3-ansible-lint-6.4.0_1
https://github.com/void-linux/void-packages/pull/38400

python3-ansible-lint: update to 6.4.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/38400.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-ansible-lint-6.4.0_1-38400.patch --]
[-- Type: text/x-diff, Size: 4746 bytes --]

From 0686c796cb75ce6432046f1782afb28b9ef8dc90 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 1 Aug 2022 00:51:20 +0200
Subject: [PATCH] python3-ansible-lint: update to 6.4.0.

---
 srcpkgs/python3-ansible-lint/template | 42 +++++++++++++++------------
 1 file changed, 23 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index a2887ed6ad5c..a34c858ba776 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,34 +1,38 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
-version=6.3.0
+version=6.4.0
 revision=1
 wrksrc="${pkgname/python3-/}-${version}"
 build_style=python3-pep517
 # These require ansible-lint installed properly, or they are flaky
-make_check_args="--deselect test/test_eco.py::test_eco
- --deselect test/test_main.py::test_call_from_outside_venv
- --deselect test/test_cli_role_paths.py::test_run_single_role_path_no_trailing_slash_script
- --deselect test/test_cli_role_paths.py::test_run_multiple_role_path_with_trailing_slash
- --deselect test/test_cli_role_paths.py::test_run_role_name_with_prefix
- --deselect test/test_cli_role_paths.py::test_run_role_name_from_meta
+make_check_args="--deselect src/ansiblelint/rules/no_loop_var_prefix.py::test_no_loop_var_prefix
+ --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
- --deselect test/test_cli_role_paths.py::test_run_role_three_dir_deep
+ --deselect test/test_cli_role_paths.py::test_run_multiple_role_path_no_trailing_slash
+ --deselect test/test_cli_role_paths.py::test_run_multiple_role_path_with_trailing_slash
  --deselect test/test_cli_role_paths.py::test_run_playbook
+ --deselect test/test_cli_role_paths.py::test_run_role_name_from_meta
  --deselect test/test_cli_role_paths.py::test_run_role_name_invalid
+ --deselect test/test_cli_role_paths.py::test_run_role_name_with_prefix
+ --deselect test/test_cli_role_paths.py::test_run_role_three_dir_deep
  --deselect test/test_cli_role_paths.py::test_run_single_role_path_no_trailing_slash_module
- --deselect test/test_cli_role_paths.py::test_run_inside_role_dir
- --deselect test/test_cli_role_paths.py::test_run_single_role_path_with_trailing_slash
- --deselect test/test_cli_role_paths.py::test_run_multiple_role_path_no_trailing_slash
+ --deselect test/test_cli_role_paths.py::test_run_single_role_path_no_trailing_slash_script
  --deselect test/test_cli_role_paths.py::test_run_single_role_path_with_roles_path_env
- --deselect test/test_verbosity.py::test_default_verbosity
- --deselect test/test_task_includes.py::test_included_tasks
- --deselect test/test_utils.py::test_cli_auto_detect
- --deselect test/test_list_rules.py::test_list_rules_includes_opt_in_rules
- --deselect test/test_formatter_json.py::test_code_climate_parsable_ignored
+ --deselect test/test_cli_role_paths.py::test_run_single_role_path_with_trailing_slash
+ --deselect test/test_eco.py::test_eco
  --deselect test/test_examples.py::test_custom_kinds
- --deselect src/ansiblelint/rules/only_builtins.py::test_only_builtin_fail
+ --deselect test/test_formatter_json.py::test_code_climate_parsable_ignored
+ --deselect test/test_formatter_sarif.py::test_sarif_parsable_ignored
  --deselect test/test_import_playbook.py::test_task_hook_import_playbook
- --deselect test/test_rules_collection.py::test_rich_rule_listing"
+ --deselect test/test_list_rules.py::test_list_rules_includes_opt_in_rules
+ --deselect test/test_list_rules.py::test_list_rules_with_format_option
+ --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_task_includes.py::test_included_tasks
+ --deselect test/test_utils.py::test_cli_auto_detect
+ --deselect test/test_verbosity.py::test_default_verbosity"
 make_install_target="ansible_lint-*-*-*-*.whl"
 hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="ansible-core python3-yamllint python3-six python3-yaml
@@ -47,7 +51,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=f57f520ae5d810ce062157dc7d633990ad2fbec81bbbb34ccc4ce3a0c21fcd38
+checksum=c5a76306cae906a260cf7286ca87c4d03ba4492b2ed7bfea21ad11fdf3c7e8d1
 make_check_pre="env PYTHONPATH=src"
 
 post_patch() {

  reply	other threads:[~2022-07-31 23:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-31 23:05 [PR PATCH] " jcgruenhage
2022-07-31 23:05 ` jcgruenhage [this message]
2022-07-31 23:06 ` [PR REVIEW] " jcgruenhage
2022-08-01 16:49 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220731230545.AcC46HMghO87CmTdBkL8-iovp9WQ5UeFfJrP3raAayM@z \
    --to=jcgruenhage@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).