Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-ansible-lint: update to 6.8.5.
@ 2022-11-01 12:26 jcgruenhage
  2022-11-02 10:46 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: jcgruenhage @ 2022-11-01 12:26 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.5_1
https://github.com/void-linux/void-packages/pull/40268

python3-ansible-lint: update to 6.8.5.
- python3-ansible-compat: update to 2.2.3.
- python3-ansible-lint: update to 6.8.5.

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

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

From 5ac64f8813feab5c351038d74710d0a6f3f23399 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 1 Nov 2022 13:25:32 +0100
Subject: [PATCH 1/2] python3-ansible-compat: update to 2.2.3.

---
 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 12900c050122..f31038c4e791 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.1
+version=2.2.3
 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=7a012753a0a02dab2f22b0e574e3e7b00399f660606154474ffe25621fa80d3b
+checksum=1f4e861fa3b0843688add32c5873b20848ebef96ef715d1d808d265835620428
 
 post_patch() {
 	vsed -e "/setuptools_scm_git_archive/d" -i pyproject.toml

From df0abe64132029617ca43bdf6e02fbc78103d5ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 1 Nov 2022 13:19:11 +0100
Subject: [PATCH 2/2] python3-ansible-lint: update to 6.8.5.

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

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index d5d11e3e5159..c87792548e61 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.8.4
+version=6.8.5
 revision=1
 wrksrc="${pkgname/python3-/}-${version}"
 build_style=python3-pep517
@@ -19,7 +19,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=b7c9afbda3da25e106ce648fb9846765237c672bacafd069f11bdaa85ece1648
+checksum=afe9562562e9e6d1b17a1865b540d4f7165bf01cfef2ad0303d1cad6ad397f88
 # cba anymore, the list of failing tests changes with every update
 make_check="no"
 

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

end of thread, other threads:[~2022-11-14  9:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-01 12:26 [PR PATCH] python3-ansible-lint: update to 6.8.5 jcgruenhage
2022-11-02 10:46 ` [PR PATCH] [Updated] " jcgruenhage
2022-11-03 20:02 ` [PR REVIEW] python3-ansible-lint: update to 6.8.6 classabbyamp
2022-11-03 20:02 ` classabbyamp
2022-11-05 10:54 ` [PR PATCH] [Updated] " jcgruenhage
2022-11-08 14:20 ` jcgruenhage
2022-11-14  8:16 ` classabbyamp
2022-11-14  8:25 ` [PR PATCH] [Updated] " jcgruenhage
2022-11-14  8:26 ` jcgruenhage
2022-11-14  9:04 ` [PR PATCH] [Closed]: " 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).