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

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

python3-ansible-lint: update to 6.6.0.
- python3-wcmatch: update to 8.4.1.
- python3-ansible-lint: update to 6.6.0, and update which test cases are failing

<!-- 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/39382.patch is attached

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

From d836f623186c30f360ee167dcccc03cd324b3731 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 20 Sep 2022 11:04:41 +0200
Subject: [PATCH 1/2] python3-wcmatch: update to 8.4.1.

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

diff --git a/srcpkgs/python3-wcmatch/template b/srcpkgs/python3-wcmatch/template
index 60ad0128e422..6f912f8bff41 100644
--- a/srcpkgs/python3-wcmatch/template
+++ b/srcpkgs/python3-wcmatch/template
@@ -1,11 +1,9 @@
 # Template file for 'python3-wcmatch'
 pkgname=python3-wcmatch
-version=8.4
+version=8.4.1
 revision=1
 wrksrc="${pkgname/python3-/}-${version}"
 build_style=python3-pep517
-#make_check_args="--deselect tests/test_globmatch.py::TestTilde::test_tilde_globmatch_no_realpath
-#--deselect tests/test_globmatch.py::TestTilde::test_tilde_globmatch_no_tilde"
 hostmakedepends="hatchling"
 depends="python3-bracex"
 checkdepends="python3-pytest ${depends}"
@@ -15,7 +13,7 @@ license="MIT"
 homepage="https://github.com/facelessuser/wcmatch"
 changelog="https://raw.githubusercontent.com/facelessuser/wcmatch/main/docs/src/markdown/about/changelog.md"
 distfiles="${PYPI_SITE}/w/wcmatch/wcmatch-${version}.tar.gz"
-checksum=ba4fc5558f8946bf1ffc7034b05b814d825d694112499c86035e0e4d398b6a67
+checksum=b1f042a899ea4c458b7321da1b5e3331e3e0ec781583434de1301946ceadb943
 
 post_install() {
 	vlicense LICENSE.md

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

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

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index 2f2582a30243..ed4757b400c1 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,13 +1,11 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
-version=6.5.2
+version=6.6.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 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
  --deselect test/test_cli_role_paths.py::test_run_multiple_role_path_no_trailing_slash
@@ -22,20 +20,13 @@ make_check_args="--deselect src/ansiblelint/rules/no_loop_var_prefix.py::test_no
  --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_examples.py::test_custom_kinds
- --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_that_do_not_report
  --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
  --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_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
- --deselect test/test_verbosity.py::test_default_verbosity"
+ --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
@@ -54,7 +45,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=f4432c74c0f28b2870a188b4999592f6338042f30d0c6f4ee11b32440ca9ffe4
+checksum=eb467d725d0839693ef5fe11abe18085f472c2da4837a8e2df724e04ede96af6
 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.6.0.
  2022-09-20  9:08 [PR PATCH] python3-ansible-lint: update to 6.6.0 jcgruenhage
@ 2022-09-20 17:12 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-09-20 17:12 UTC (permalink / raw)
  To: ml

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

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

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

Description:
- python3-wcmatch: update to 8.4.1.
- python3-ansible-lint: update to 6.6.0, and update which test cases are failing

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

end of thread, other threads:[~2022-09-20 17:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-20  9:08 [PR PATCH] python3-ansible-lint: update to 6.6.0 jcgruenhage
2022-09-20 17:12 ` [PR PATCH] [Merged]: " paper42

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