Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-ansible-lint: Update to version 5.2.1.
@ 2021-10-22 11:23 jhe2
  2021-10-22 12:20 ` paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jhe2 @ 2021-10-22 11:23 UTC (permalink / raw)
  To: ml

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

There is a new pull request by jhe2 against master on the void-packages repository

https://github.com/jhe2/void-packages python3-ansible-lint
https://github.com/void-linux/void-packages/pull/33694

python3-ansible-lint: Update to version 5.2.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33694.patch is attached

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

From 31d945a5ad7015120b7b40e471a843b612d285fa Mon Sep 17 00:00:00 2001
From: Johannes Heimansberg <git@jhe.dedyn.io>
Date: Fri, 22 Oct 2021 13:18:43 +0200
Subject: [PATCH] python3-ansible-lint: Update to version 5.2.1.

---
 srcpkgs/python3-ansible-lint/template | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index 93f631fa6a17..5b8e7ba3b175 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,23 +1,17 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
-version=4.3.5
-revision=3
+version=5.2.1
+revision=1
 wrksrc="ansible-lint-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="ansible python3-six python3-yaml python3-ruamel.yaml"
+hostmakedepends="python3-setuptools python3-setuptools_scm"
+depends="ansible python3-six python3-yaml python3-ruamel.yaml python3-rich python3-wcmatch python3-tenacity python3-enrich"
 short_desc="Linter for Ansible files"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT"
-homepage="https://github.com/willthames/ansible-lint"
-changelog="https://raw.githubusercontent.com/willthames/ansible-lint/master/CHANGELOG.md"
+homepage="https://github.com/ansible-community/ansible-lint"
 distfiles="${PYPI_SITE}/a/ansible-lint/ansible-lint-${version}.tar.gz"
-checksum=bec230cf5fcc4d976246d4170da3ae289715f99185529ca8bba4b3c173035656
-
-post_patch() {
-	# scm versioning is broken in this release
-	vsed -e "/name =/a version = ${version}" -e "/setuptools_scm/d" -i setup.cfg
-}
+checksum=d64aca59c8d896541d379b9205b2126b851088aab0a2c2cab19ff74b184cdf1c
 
 post_install() {
 	vlicense LICENSE

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

* Re: python3-ansible-lint: Update to version 5.2.1.
  2021-10-22 11:23 [PR PATCH] python3-ansible-lint: Update to version 5.2.1 jhe2
@ 2021-10-22 12:20 ` paper42
  2021-10-22 12:20 ` [PR PATCH] [Closed]: " paper42
  2021-10-22 12:27 ` jhe2
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2021-10-22 12:20 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33694#issuecomment-949579161

Comment:
duplicate of #31998

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

* Re: [PR PATCH] [Closed]: python3-ansible-lint: Update to version 5.2.1.
  2021-10-22 11:23 [PR PATCH] python3-ansible-lint: Update to version 5.2.1 jhe2
  2021-10-22 12:20 ` paper42
@ 2021-10-22 12:20 ` paper42
  2021-10-22 12:27 ` jhe2
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2021-10-22 12:20 UTC (permalink / raw)
  To: ml

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

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

python3-ansible-lint: Update to version 5.2.1.
https://github.com/void-linux/void-packages/pull/33694

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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

* Re: python3-ansible-lint: Update to version 5.2.1.
  2021-10-22 11:23 [PR PATCH] python3-ansible-lint: Update to version 5.2.1 jhe2
  2021-10-22 12:20 ` paper42
  2021-10-22 12:20 ` [PR PATCH] [Closed]: " paper42
@ 2021-10-22 12:27 ` jhe2
  2 siblings, 0 replies; 4+ messages in thread
From: jhe2 @ 2021-10-22 12:27 UTC (permalink / raw)
  To: ml

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

New comment by jhe2 on void-packages repository

https://github.com/void-linux/void-packages/pull/33694#issuecomment-949585054

Comment:
Oops, sorry, I somehow missed there was a pull request for this already.

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

end of thread, other threads:[~2021-10-22 12:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-22 11:23 [PR PATCH] python3-ansible-lint: Update to version 5.2.1 jhe2
2021-10-22 12:20 ` paper42
2021-10-22 12:20 ` [PR PATCH] [Closed]: " paper42
2021-10-22 12:27 ` jhe2

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