Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-ansible-lint: update to 6.5.2.
@ 2022-09-02  8:08 jcgruenhage
  2022-09-02  9:03 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: jcgruenhage @ 2022-09-02  8:08 UTC (permalink / raw)
  To: ml

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

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

Another release, another deselected test case. This is not going good, I'll need to look deeper into what's going wrong here at some point. It's working great on my machine, and *most* of the test cases also work perfectly fine, but a few just don't.

I've tried the same approach as in `python3-jsonschema` for the issues failing due to not finding the ansiblelint module or ansible-lint binary, but it didn't help at all, just caused more tests that had to be ignored for other reasons.

#### 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/39055.patch is attached

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

From dada1eb3428304cdc19ad2214a2ff296c555fcb5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Fri, 2 Sep 2022 10:05:35 +0200
Subject: [PATCH] python3-ansible-lint: update to 6.5.2.

---
 srcpkgs/python3-ansible-lint/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index 512fc58d653f..2f2582a30243 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.5.1
+version=6.5.2
 revision=1
 wrksrc="${pkgname/python3-/}-${version}"
 build_style=python3-pep517
@@ -26,6 +26,7 @@ make_check_args="--deselect src/ansiblelint/rules/no_loop_var_prefix.py::test_no
  --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_include_miss_file_with_role.py::test_cases_warning_message
  --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
@@ -53,7 +54,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=b02c5222450c469196c9cc28d3128e50f6bcf9549d5dd15c3cfbf47c70b5b06e
+checksum=f4432c74c0f28b2870a188b4999592f6338042f30d0c6f4ee11b32440ca9ffe4
 make_check_pre="env PYTHONPATH=src"
 
 post_patch() {

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

* Re: [PR PATCH] [Merged]: python3-ansible-lint: update to 6.5.2.
  2022-09-02  8:08 [PR PATCH] python3-ansible-lint: update to 6.5.2 jcgruenhage
@ 2022-09-02  9:03 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-09-02  9:03 UTC (permalink / raw)
  To: ml

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

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

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

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

Another release, another deselected test case. This is not going good, I'll need to look deeper into what's going wrong here at some point. It's working great on my machine, and *most* of the test cases also work perfectly fine, but a few just don't.

I've tried the same approach as in `python3-jsonschema` for the issues failing due to not finding the ansiblelint module or ansible-lint binary, but it didn't help at all, just caused more tests that had to be ignored for other reasons.

#### 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] 2+ messages in thread

end of thread, other threads:[~2022-09-02  9:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-02  8:08 [PR PATCH] python3-ansible-lint: update to 6.5.2 jcgruenhage
2022-09-02  9:03 ` [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).