* [PR PATCH] python3-ansible-lint: update to 6.5.0.
@ 2022-08-24 10:44 jcgruenhage
2022-08-25 17:20 ` [PR REVIEW] " classabbyamp
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: jcgruenhage @ 2022-08-24 10:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1256 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.5.0_1
https://github.com/void-linux/void-packages/pull/38882
python3-ansible-lint: update to 6.5.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 [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/38882.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-ansible-lint-6.5.0_1-38882.patch --]
[-- Type: text/x-diff, Size: 1714 bytes --]
From 05998a7516ca1600e257f239625ac425e72f9814 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
<jan.christian@gruenhage.xyz>
Date: Wed, 24 Aug 2022 12:42:46 +0200
Subject: [PATCH] python3-ansible-lint: update to 6.5.0.
---
srcpkgs/python3-ansible-lint/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index a34c858ba776..6a383841f6cc 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,6 +1,6 @@
# Template file for 'python3-ansible-lint'
pkgname=python3-ansible-lint
-version=6.4.0
+version=6.5.0
revision=1
wrksrc="${pkgname/python3-/}-${version}"
build_style=python3-pep517
@@ -40,7 +40,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 +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=c5a76306cae906a260cf7286ca87c4d03ba4492b2ed7bfea21ad11fdf3c7e8d1
+checksum=5efc0d8dc67501f4ac550f84a4eaca1b25c94732ec3f8c8e63971a256c961282
make_check_pre="env PYTHONPATH=src"
post_patch() {
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR REVIEW] python3-ansible-lint: update to 6.5.0.
2022-08-24 10:44 [PR PATCH] python3-ansible-lint: update to 6.5.0 jcgruenhage
@ 2022-08-25 17:20 ` classabbyamp
2022-08-28 9:42 ` [PR PATCH] [Updated] " jcgruenhage
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-08-25 17:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 170 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/38882#discussion_r955234671
Comment:
6.5.1 is available
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] python3-ansible-lint: update to 6.5.0.
2022-08-24 10:44 [PR PATCH] python3-ansible-lint: update to 6.5.0 jcgruenhage
2022-08-25 17:20 ` [PR REVIEW] " classabbyamp
@ 2022-08-28 9:42 ` jcgruenhage
2022-08-28 9:46 ` [PR REVIEW] " jcgruenhage
2022-08-30 15:41 ` [PR PATCH] [Merged]: python3-ansible-lint: update to 6.5.1 Piraty
3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2022-08-28 9:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1261 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.5.0_1
https://github.com/void-linux/void-packages/pull/38882
python3-ansible-lint: update to 6.5.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 [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/38882.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-ansible-lint-6.5.0_1-38882.patch --]
[-- Type: text/x-diff, Size: 2698 bytes --]
From 4b04d26332c85a594912bf2598e05975b20dad05 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
<jan.christian@gruenhage.xyz>
Date: Wed, 24 Aug 2022 12:42:46 +0200
Subject: [PATCH] python3-ansible-lint: update to 6.5.1.
---
srcpkgs/python3-ansible-lint/template | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index a34c858ba776..512fc58d653f 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -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() {
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR REVIEW] python3-ansible-lint: update to 6.5.0.
2022-08-24 10:44 [PR PATCH] python3-ansible-lint: update to 6.5.0 jcgruenhage
2022-08-25 17:20 ` [PR REVIEW] " classabbyamp
2022-08-28 9:42 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-08-28 9:46 ` jcgruenhage
2022-08-30 15:41 ` [PR PATCH] [Merged]: python3-ansible-lint: update to 6.5.1 Piraty
3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2022-08-28 9:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 158 bytes --]
New review comment by jcgruenhage on void-packages repository
https://github.com/void-linux/void-packages/pull/38882#discussion_r956699628
Comment:
Updated
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Merged]: python3-ansible-lint: update to 6.5.1.
2022-08-24 10:44 [PR PATCH] python3-ansible-lint: update to 6.5.0 jcgruenhage
` (2 preceding siblings ...)
2022-08-28 9:46 ` [PR REVIEW] " jcgruenhage
@ 2022-08-30 15:41 ` Piraty
3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2022-08-30 15:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1076 bytes --]
There's a merged pull request on the void-packages repository
python3-ansible-lint: update to 6.5.1.
https://github.com/void-linux/void-packages/pull/38882
Description:
<!-- 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-08-30 15:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-24 10:44 [PR PATCH] python3-ansible-lint: update to 6.5.0 jcgruenhage
2022-08-25 17:20 ` [PR REVIEW] " classabbyamp
2022-08-28 9:42 ` [PR PATCH] [Updated] " jcgruenhage
2022-08-28 9:46 ` [PR REVIEW] " jcgruenhage
2022-08-30 15:41 ` [PR PATCH] [Merged]: python3-ansible-lint: update to 6.5.1 Piraty
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).