Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-ansible-lint: update to 6.10.0.
@ 2022-12-15 11:07 jcgruenhage
  2022-12-16 18:51 ` [PR REVIEW] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jcgruenhage @ 2022-12-15 11:07 UTC (permalink / raw)
  To: ml

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

python3-ansible-lint: update to 6.10.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/41104.patch is attached

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

From 293bc4e7ba9fff101e683730dbce326de9699ad1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 15 Dec 2022 12:06:57 +0100
Subject: [PATCH] python3-ansible-lint: update to 6.10.0.

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

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index bee369e45645..1642b57596d2 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.9.1
+version=6.10.0
 revision=1
 build_style=python3-pep517
 make_install_target="dist/ansible_lint-*-*-*-*.whl"
@@ -18,11 +18,10 @@ 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/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz"
-checksum=4c85f0d61700042cab964dd7bdc9227137ba5490249f705acfd9de46eb00a07f
+checksum=f5ecec58ebe7b6bfc4976be7d6e400411a8af05b0e1a19f15f25f59f3401348c
 # cba anymore, the list of failing tests changes with every update
 make_check="no"
 
 post_patch() {
-	vsed -e "/setuptools_scm_git_archive/d" -i pyproject.toml
 	export SETUPTOOLS_SCM_PRETEND_VERSION="${version}"
 }

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

* Re: [PR REVIEW] python3-ansible-lint: update to 6.10.0.
  2022-12-15 11:07 [PR PATCH] python3-ansible-lint: update to 6.10.0 jcgruenhage
@ 2022-12-16 18:51 ` paper42
  2022-12-16 23:05 ` [PR PATCH] [Updated] " jcgruenhage
  2022-12-17  0:33 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-12-16 18:51 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41104#discussion_r1051060071

Comment:
```suggestion
distfiles="${PYPI_SITE}/a/ansible-lint/ansible-lint-${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] python3-ansible-lint: update to 6.10.0.
  2022-12-15 11:07 [PR PATCH] python3-ansible-lint: update to 6.10.0 jcgruenhage
  2022-12-16 18:51 ` [PR REVIEW] " paper42
@ 2022-12-16 23:05 ` jcgruenhage
  2022-12-17  0:33 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: jcgruenhage @ 2022-12-16 23:05 UTC (permalink / raw)
  To: ml

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

python3-ansible-lint: update to 6.10.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/41104.patch is attached

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

From 3df4307b7cea5645821a3b5ca6c7aacfb8935bc3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 15 Dec 2022 12:06:57 +0100
Subject: [PATCH] python3-ansible-lint: update to 6.10.0.

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

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index bee369e45645..5c1da60b32ea 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.9.1
+version=6.10.0
 revision=1
 build_style=python3-pep517
 make_install_target="dist/ansible_lint-*-*-*-*.whl"
@@ -17,12 +17,11 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 # contributions made are accepted as being made under original MIT license.
 license="GPL-3.0-only"
 homepage="https://github.com/ansible/ansible-lint"
-distfiles="${PYPI_SITE}/a/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz"
-checksum=4c85f0d61700042cab964dd7bdc9227137ba5490249f705acfd9de46eb00a07f
+distfiles="${PYPI_SITE}/a/ansible-lint/ansible-lint-${version}.tar.gz"
+checksum=f5ecec58ebe7b6bfc4976be7d6e400411a8af05b0e1a19f15f25f59f3401348c
 # cba anymore, the list of failing tests changes with every update
 make_check="no"
 
 post_patch() {
-	vsed -e "/setuptools_scm_git_archive/d" -i pyproject.toml
 	export SETUPTOOLS_SCM_PRETEND_VERSION="${version}"
 }

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

* Re: [PR PATCH] [Merged]: python3-ansible-lint: update to 6.10.0.
  2022-12-15 11:07 [PR PATCH] python3-ansible-lint: update to 6.10.0 jcgruenhage
  2022-12-16 18:51 ` [PR REVIEW] " paper42
  2022-12-16 23:05 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-12-17  0:33 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-12-17  0:33 UTC (permalink / raw)
  To: ml

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

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

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

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-15 11:07 [PR PATCH] python3-ansible-lint: update to 6.10.0 jcgruenhage
2022-12-16 18:51 ` [PR REVIEW] " paper42
2022-12-16 23:05 ` [PR PATCH] [Updated] " jcgruenhage
2022-12-17  0:33 ` [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).