Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-ansible-lint: update to 6.19.0.
@ 2023-09-16 14:08 jcgruenhage
  2023-12-15 12:04 ` [PR PATCH] [Closed]: " jcgruenhage
  2023-12-15 12:04 ` jcgruenhage
  0 siblings, 2 replies; 3+ messages in thread
From: jcgruenhage @ 2023-09-16 14:08 UTC (permalink / raw)
  To: ml

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

python3-ansible-lint: update to 6.19.0.
- python3-ansible-compat: update to 4.1.10.
- python3-ansible-lint: update to 6.19.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/46085.patch is attached

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

From 158669295b37d0e93afbf6462eff5281a5f879f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sat, 16 Sep 2023 16:06:21 +0200
Subject: [PATCH 1/2] python3-ansible-compat: update to 4.1.10.

---
 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 7f3de3717f458..8b54d048f220e 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=4.1.0
+version=4.1.10
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel python3-setuptools_scm"
@@ -10,7 +10,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT"
 homepage="https://github.com/ansible/ansible-compat"
 distfiles="${PYPI_SITE}/a/ansible-compat/ansible-compat-${version}.tar.gz"
-checksum=bcc6b3cf4bb102e1b1b36a8639fee7ad18ddb1d99fb055d208c8a0f650a51621
+checksum=2be8c7b510d2e15eed1e9ef443209d67d9aec8f427026b88936d4535ff59863d
 
 post_patch() {
 	export SETUPTOOLS_SCM_PRETEND_VERSION="${version}"

From e9f4dbdf21c029d814e86ad88616ba3002bf18ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sat, 16 Sep 2023 16:06:45 +0200
Subject: [PATCH 2/2] python3-ansible-lint: update to 6.19.0.

---
 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 ac598237f248c..b984d12e2b8ac 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.17.1
+version=6.19.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel python3-setuptools_scm"
@@ -17,7 +17,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-only"
 homepage="https://github.com/ansible/ansible-lint"
 distfiles="${PYPI_SITE}/a/ansible-lint/ansible-lint-${version}.tar.gz"
-checksum=f34e333f3555c99ff34c778f61d470d1e3a1eb6dc76090d0dd7b95b2c94745c2
+checksum=26c3aa1249636ad908449ef204be0a043a5af11ea3bd45949c8e4a680f217e7e
 # cba anymore, the list of failing tests changes with every update
 make_check="no"
 

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

* Re: [PR PATCH] [Closed]: python3-ansible-lint: update to 6.19.0.
  2023-09-16 14:08 [PR PATCH] python3-ansible-lint: update to 6.19.0 jcgruenhage
@ 2023-12-15 12:04 ` jcgruenhage
  2023-12-15 12:04 ` jcgruenhage
  1 sibling, 0 replies; 3+ messages in thread
From: jcgruenhage @ 2023-12-15 12:04 UTC (permalink / raw)
  To: ml

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

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

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

Description:
- python3-ansible-compat: update to 4.1.10.
- python3-ansible-lint: update to 6.19.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
-->


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

* Re: python3-ansible-lint: update to 6.19.0.
  2023-09-16 14:08 [PR PATCH] python3-ansible-lint: update to 6.19.0 jcgruenhage
  2023-12-15 12:04 ` [PR PATCH] [Closed]: " jcgruenhage
@ 2023-12-15 12:04 ` jcgruenhage
  1 sibling, 0 replies; 3+ messages in thread
From: jcgruenhage @ 2023-12-15 12:04 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/46085#issuecomment-1857778456

Comment:
updates have been merged by others in the mean time

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

end of thread, other threads:[~2023-12-15 12:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-16 14:08 [PR PATCH] python3-ansible-lint: update to 6.19.0 jcgruenhage
2023-12-15 12:04 ` [PR PATCH] [Closed]: " jcgruenhage
2023-12-15 12:04 ` jcgruenhage

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