Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-ansible-lint: update to 6.8.3.
@ 2022-10-27  9:18 jcgruenhage
  2022-10-27 21:46 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jcgruenhage @ 2022-10-27  9:18 UTC (permalink / raw)
  To: ml

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

There is a new pull request by jcgruenhage against master on the void-packages repository

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

python3-ansible-lint: update to 6.8.3.
- python3-ansible-compat: update to 2.2.1.
- python3-ansible-lint: update to 6.8.3.

<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/40176.patch is attached

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

From d3b7b260aab18b026599ef3549b3de25804cc524 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 27 Oct 2022 11:17:55 +0200
Subject: [PATCH 1/2] python3-ansible-compat: update to 2.2.1.

---
 srcpkgs/python3-ansible-compat/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ansible-compat/template b/srcpkgs/python3-ansible-compat/template
index d626fe31e755..12900c050122 100644
--- a/srcpkgs/python3-ansible-compat/template
+++ b/srcpkgs/python3-ansible-compat/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-ansible-compat'
 pkgname=python3-ansible-compat
-version=2.2.0
+version=2.2.1
 revision=1
 wrksrc="${pkgname/python3-/}-${version}"
 build_style=python3-pep517
@@ -11,7 +11,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT"
 homepage="https://github.com/ansible-community/ansible-compat"
 distfiles="${PYPI_SITE}/a/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz"
-checksum=676db8ec0449d1f07038625b8ebb8ceef5f8ad3a1af3ee82d4ed66b9b04cb6fa
+checksum=7a012753a0a02dab2f22b0e574e3e7b00399f660606154474ffe25621fa80d3b
 
 post_patch() {
 	vsed -e "/setuptools_scm_git_archive/d" -i pyproject.toml

From bb1a3d3fc5fd29fc95fc77385b333afac9e0444b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 27 Oct 2022 11:17:59 +0200
Subject: [PATCH 2/2] python3-ansible-lint: update to 6.8.3.

---
 srcpkgs/python3-ansible-lint/template | 39 +++++----------------------
 1 file changed, 7 insertions(+), 32 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index b20a4ad81196..f5491163da15 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,40 +1,14 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
-version=6.6.1
+version=6.8.3
 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 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_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_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_cli_role_paths.py::test_run_single_role_path_with_trailing_slash
- --deselect test/test_eco.py::test_eco
- --deselect test/test_import_playbook.py::test_task_hook_import_playbook
- --deselect test/test_include_miss_file_with_role.py::test_cases_that_do_not_report
- --deselect test/test_include_miss_file_with_role.py::test_cases_warning_message
- --deselect test/test_main.py::test_call_from_outside_venv
- --deselect test/test_progressive.py::test_validate_progressive_mode_json_output
- --deselect test/test_task_includes.py::test_included_tasks
- --deselect test/test_utils.py::test_cli_auto_detect"
 make_install_target="ansible_lint-*-*-*-*.whl"
 hostmakedepends="python3-wheel python3-setuptools_scm"
-depends="ansible-core python3-yamllint python3-six python3-yaml
- python3-ruamel.yaml python3-tenacity python3-enrich python3-wcmatch
- 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-filelock"
+depends="python3-ansible-compat ansible-core black python3-filelock
+ python3-jsonschema python3-packaging python3-yaml python3-rich
+ python3-ruamel.yaml python3-wcmatch python3-yamllint"
 short_desc="Linter for Ansible files"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 # Note about licensing from upstream:
@@ -45,8 +19,9 @@ 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=b5b3eae0271fbb5799dd5f8a111aa69ccd97ff2cc45253bd4101bf31b8f6beb7
-make_check_pre="env PYTHONPATH=src"
+checksum=2faad6121d5c4bd239f6964e06742514f0bb079687cc24bffb76c73952e6ebf8
+# cba anymore, the list of failing tests changes with every update
+make_check="no"
 
 post_patch() {
 	vsed -e "/setuptools_scm_git_archive/d" -i pyproject.toml

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR REVIEW] python3-ansible-lint: update to 6.8.3.
  2022-10-27  9:18 [PR PATCH] python3-ansible-lint: update to 6.8.3 jcgruenhage
@ 2022-10-27 21:46 ` classabbyamp
  2022-10-27 22:07 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-10-27 21:46 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40176#discussion_r1007408674

Comment:
6.8.4 is available

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] python3-ansible-lint: update to 6.8.3.
  2022-10-27  9:18 [PR PATCH] python3-ansible-lint: update to 6.8.3 jcgruenhage
  2022-10-27 21:46 ` [PR REVIEW] " classabbyamp
@ 2022-10-27 22:07 ` jcgruenhage
  2022-10-27 22:08 ` [PR REVIEW] " jcgruenhage
  2022-10-27 22:11 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2022-10-27 22:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1346 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.8.3_1
https://github.com/void-linux/void-packages/pull/40176

python3-ansible-lint: update to 6.8.3.
- python3-ansible-compat: update to 2.2.1.
- python3-ansible-lint: update to 6.8.3.

<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/40176.patch is attached

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

From d3b7b260aab18b026599ef3549b3de25804cc524 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 27 Oct 2022 11:17:55 +0200
Subject: [PATCH 1/2] python3-ansible-compat: update to 2.2.1.

---
 srcpkgs/python3-ansible-compat/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ansible-compat/template b/srcpkgs/python3-ansible-compat/template
index d626fe31e755..12900c050122 100644
--- a/srcpkgs/python3-ansible-compat/template
+++ b/srcpkgs/python3-ansible-compat/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-ansible-compat'
 pkgname=python3-ansible-compat
-version=2.2.0
+version=2.2.1
 revision=1
 wrksrc="${pkgname/python3-/}-${version}"
 build_style=python3-pep517
@@ -11,7 +11,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT"
 homepage="https://github.com/ansible-community/ansible-compat"
 distfiles="${PYPI_SITE}/a/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz"
-checksum=676db8ec0449d1f07038625b8ebb8ceef5f8ad3a1af3ee82d4ed66b9b04cb6fa
+checksum=7a012753a0a02dab2f22b0e574e3e7b00399f660606154474ffe25621fa80d3b
 
 post_patch() {
 	vsed -e "/setuptools_scm_git_archive/d" -i pyproject.toml

From 04044cc8fcce12a55da9cc291cb177fad1adafdc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 27 Oct 2022 11:17:59 +0200
Subject: [PATCH 2/2] python3-ansible-lint: update to 6.8.4.

---
 srcpkgs/python3-ansible-lint/template | 39 +++++----------------------
 1 file changed, 7 insertions(+), 32 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index b20a4ad81196..d5d11e3e5159 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,40 +1,14 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
-version=6.6.1
+version=6.8.4
 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 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_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_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_cli_role_paths.py::test_run_single_role_path_with_trailing_slash
- --deselect test/test_eco.py::test_eco
- --deselect test/test_import_playbook.py::test_task_hook_import_playbook
- --deselect test/test_include_miss_file_with_role.py::test_cases_that_do_not_report
- --deselect test/test_include_miss_file_with_role.py::test_cases_warning_message
- --deselect test/test_main.py::test_call_from_outside_venv
- --deselect test/test_progressive.py::test_validate_progressive_mode_json_output
- --deselect test/test_task_includes.py::test_included_tasks
- --deselect test/test_utils.py::test_cli_auto_detect"
 make_install_target="ansible_lint-*-*-*-*.whl"
 hostmakedepends="python3-wheel python3-setuptools_scm"
-depends="ansible-core python3-yamllint python3-six python3-yaml
- python3-ruamel.yaml python3-tenacity python3-enrich python3-wcmatch
- 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-filelock"
+depends="python3-ansible-compat ansible-core black python3-filelock
+ python3-jsonschema python3-packaging python3-yaml python3-rich
+ python3-ruamel.yaml python3-wcmatch python3-yamllint"
 short_desc="Linter for Ansible files"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 # Note about licensing from upstream:
@@ -45,8 +19,9 @@ 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=b5b3eae0271fbb5799dd5f8a111aa69ccd97ff2cc45253bd4101bf31b8f6beb7
-make_check_pre="env PYTHONPATH=src"
+checksum=b7c9afbda3da25e106ce648fb9846765237c672bacafd069f11bdaa85ece1648
+# cba anymore, the list of failing tests changes with every update
+make_check="no"
 
 post_patch() {
 	vsed -e "/setuptools_scm_git_archive/d" -i pyproject.toml

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR REVIEW] python3-ansible-lint: update to 6.8.3.
  2022-10-27  9:18 [PR PATCH] python3-ansible-lint: update to 6.8.3 jcgruenhage
  2022-10-27 21:46 ` [PR REVIEW] " classabbyamp
  2022-10-27 22:07 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-10-27 22:08 ` jcgruenhage
  2022-10-27 22:11 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2022-10-27 22:08 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/40176#discussion_r1007420939

Comment:
updated.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: python3-ansible-lint: update to 6.8.3.
  2022-10-27  9:18 [PR PATCH] python3-ansible-lint: update to 6.8.3 jcgruenhage
                   ` (2 preceding siblings ...)
  2022-10-27 22:08 ` [PR REVIEW] " jcgruenhage
@ 2022-10-27 22:11 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-10-27 22:11 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

python3-ansible-lint: update to 6.8.3.
https://github.com/void-linux/void-packages/pull/40176

Description:
- python3-ansible-compat: update to 2.2.1.
- python3-ansible-lint: update to 6.8.3.

<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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
-->


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-10-27 22:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-27  9:18 [PR PATCH] python3-ansible-lint: update to 6.8.3 jcgruenhage
2022-10-27 21:46 ` [PR REVIEW] " classabbyamp
2022-10-27 22:07 ` [PR PATCH] [Updated] " jcgruenhage
2022-10-27 22:08 ` [PR REVIEW] " jcgruenhage
2022-10-27 22:11 ` [PR PATCH] [Merged]: " classabbyamp

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).