Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ansible: update to 2.10.4.
@ 2020-12-20 14:52 jcgruenhage
  2020-12-20 15:34 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: jcgruenhage @ 2020-12-20 14:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages ansible-2.10.4_1
https://github.com/void-linux/void-packages/pull/27304

ansible: update to 2.10.4.
None

A patch file from https://github.com/void-linux/void-packages/pull/27304.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ansible-2.10.4_1-27304.patch --]
[-- Type: text/x-diff, Size: 1025 bytes --]

From 314ac9352417e89c976d93657764a152209608c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 20 Dec 2020 15:51:14 +0100
Subject: [PATCH] ansible: update to 2.10.4.

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

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index e51df9e3870..52195220058 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,6 +1,6 @@
 # Template file for 'ansible'
 pkgname=ansible
-version=2.10.1
+version=2.10.4
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,4 +11,4 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-or-later"
 homepage="https://www.ansible.com/"
 distfiles="${PYPI_SITE}/a/ansible/ansible-${version}.tar.gz"
-checksum=75708c67e2ac926cea42856af72cbc9494bf8008197652f9609089f7b4c2515a
+checksum=98e718aea82199be62db7731373d660627aa1e938d34446588f2f49c228638ee

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

* Re: [PR PATCH] [Updated] ansible: update to 2.10.4.
  2020-12-20 14:52 [PR PATCH] ansible: update to 2.10.4 jcgruenhage
@ 2020-12-20 15:34 ` jcgruenhage
  2020-12-21 15:07 ` ericonr
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jcgruenhage @ 2020-12-20 15:34 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages ansible-2.10.4_1
https://github.com/void-linux/void-packages/pull/27304

ansible: update to 2.10.4.
None

A patch file from https://github.com/void-linux/void-packages/pull/27304.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ansible-2.10.4_1-27304.patch --]
[-- Type: text/x-diff, Size: 2159 bytes --]

From 62e2369b3ce3c79fdf4f5b12dc31112f9c63237a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 20 Dec 2020 15:50:13 +0100
Subject: [PATCH 1/2] ansible-base: update to 2.10.4.

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

diff --git a/srcpkgs/ansible-base/template b/srcpkgs/ansible-base/template
index 718daa0881e..d9810007e6f 100644
--- a/srcpkgs/ansible-base/template
+++ b/srcpkgs/ansible-base/template
@@ -1,6 +1,6 @@
 # Template file for 'ansible-base'
 pkgname=ansible-base
-version=2.10.2
+version=2.10.4
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-or-later"
 homepage="https://www.ansible.com/"
 distfiles="${PYPI_SITE}/a/ansible-base/ansible-base-${version}.tar.gz"
-checksum=c79fe108e13b286bad21734208624aaef9dabb49bb4211b13bc96d88829e22ab
+checksum=d4dad569864c08d8efb6ad99acf48ec46d7d118f8ced64f1185f8eac2c280ec3
 conflicts="ansible<2.10.1_1"
 
 post_install() {

From a52eab2ad780032636c5bd7544273321d77458b0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 20 Dec 2020 15:51:14 +0100
Subject: [PATCH 2/2] ansible: update to 2.10.4.

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

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index e51df9e3870..52195220058 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,6 +1,6 @@
 # Template file for 'ansible'
 pkgname=ansible
-version=2.10.1
+version=2.10.4
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,4 +11,4 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-or-later"
 homepage="https://www.ansible.com/"
 distfiles="${PYPI_SITE}/a/ansible/ansible-${version}.tar.gz"
-checksum=75708c67e2ac926cea42856af72cbc9494bf8008197652f9609089f7b4c2515a
+checksum=98e718aea82199be62db7731373d660627aa1e938d34446588f2f49c228638ee

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

* Re: ansible: update to 2.10.4.
  2020-12-20 14:52 [PR PATCH] ansible: update to 2.10.4 jcgruenhage
  2020-12-20 15:34 ` [PR PATCH] [Updated] " jcgruenhage
@ 2020-12-21 15:07 ` ericonr
  2020-12-22 11:21 ` jcgruenhage
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2020-12-21 15:07 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27304#issuecomment-749020587

Comment:
Could you take a look at the build failures?

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

* Re: ansible: update to 2.10.4.
  2020-12-20 14:52 [PR PATCH] ansible: update to 2.10.4 jcgruenhage
  2020-12-20 15:34 ` [PR PATCH] [Updated] " jcgruenhage
  2020-12-21 15:07 ` ericonr
@ 2020-12-22 11:21 ` jcgruenhage
  2020-12-22 19:15 ` ericonr
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jcgruenhage @ 2020-12-22 11:21 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/27304#issuecomment-749491570

Comment:
@ericonr I have looked, but I'm not sure what's happening there, especially considering I built it locally on x86_64, which built, installed and worked just fine..

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

* Re: ansible: update to 2.10.4.
  2020-12-20 14:52 [PR PATCH] ansible: update to 2.10.4 jcgruenhage
                   ` (2 preceding siblings ...)
  2020-12-22 11:21 ` jcgruenhage
@ 2020-12-22 19:15 ` ericonr
  2020-12-23 11:57 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2020-12-22 19:15 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27304#issuecomment-749726428

Comment:
It seems `ansible-base` requires `ansible` for testing, which isn't doable. So remove `checkdepends` from it and add something like

```
do_check() {
: # tests require ansible, which would be a cyclic dependency
}
```

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

* Re: [PR PATCH] [Updated] ansible: update to 2.10.4.
  2020-12-20 14:52 [PR PATCH] ansible: update to 2.10.4 jcgruenhage
                   ` (3 preceding siblings ...)
  2020-12-22 19:15 ` ericonr
@ 2020-12-23 11:57 ` jcgruenhage
  2020-12-23 12:03 ` jcgruenhage
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jcgruenhage @ 2020-12-23 11:57 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages ansible-2.10.4_1
https://github.com/void-linux/void-packages/pull/27304

ansible: update to 2.10.4.
None

A patch file from https://github.com/void-linux/void-packages/pull/27304.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ansible-2.10.4_1-27304.patch --]
[-- Type: text/x-diff, Size: 2499 bytes --]

From 3f49e58310d304215c1a93d7c128703a2263996d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 20 Dec 2020 15:50:13 +0100
Subject: [PATCH 1/2] ansible-base: update to 2.10.4.

---
 srcpkgs/ansible-base/template | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ansible-base/template b/srcpkgs/ansible-base/template
index 718daa0881e..6fed196e07f 100644
--- a/srcpkgs/ansible-base/template
+++ b/srcpkgs/ansible-base/template
@@ -1,18 +1,17 @@
 # Template file for 'ansible-base'
 pkgname=ansible-base
-version=2.10.2
+version=2.10.4
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
  python3-yaml"
-checkdepends="python3-pytest"
 short_desc="Simple deployment, configuration management and execution framework"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-or-later"
 homepage="https://www.ansible.com/"
 distfiles="${PYPI_SITE}/a/ansible-base/ansible-base-${version}.tar.gz"
-checksum=c79fe108e13b286bad21734208624aaef9dabb49bb4211b13bc96d88829e22ab
+checksum=d4dad569864c08d8efb6ad99acf48ec46d7d118f8ced64f1185f8eac2c280ec3
 conflicts="ansible<2.10.1_1"
 
 post_install() {
@@ -22,3 +21,7 @@ post_install() {
 		vman ${m}
 	done
 }
+
+do_check() {
+	# tests require ansible, which would be a cyclic dependency
+}

From 0ef0426ff9aa1b7c8b4137965ecf093d4cf4734d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 20 Dec 2020 15:51:14 +0100
Subject: [PATCH 2/2] ansible: update to 2.10.4.

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

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index e51df9e3870..52195220058 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,6 +1,6 @@
 # Template file for 'ansible'
 pkgname=ansible
-version=2.10.1
+version=2.10.4
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,4 +11,4 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-or-later"
 homepage="https://www.ansible.com/"
 distfiles="${PYPI_SITE}/a/ansible/ansible-${version}.tar.gz"
-checksum=75708c67e2ac926cea42856af72cbc9494bf8008197652f9609089f7b4c2515a
+checksum=98e718aea82199be62db7731373d660627aa1e938d34446588f2f49c228638ee

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

* Re: [PR PATCH] [Updated] ansible: update to 2.10.4.
  2020-12-20 14:52 [PR PATCH] ansible: update to 2.10.4 jcgruenhage
                   ` (4 preceding siblings ...)
  2020-12-23 11:57 ` [PR PATCH] [Updated] " jcgruenhage
@ 2020-12-23 12:03 ` jcgruenhage
  2020-12-23 12:19 ` jcgruenhage
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jcgruenhage @ 2020-12-23 12:03 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages ansible-2.10.4_1
https://github.com/void-linux/void-packages/pull/27304

ansible: update to 2.10.4.
None

A patch file from https://github.com/void-linux/void-packages/pull/27304.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ansible-2.10.4_1-27304.patch --]
[-- Type: text/x-diff, Size: 2500 bytes --]

From 818ee5228242a39fa8eb67fcf0d31bbe6c5ccf52 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 20 Dec 2020 15:50:13 +0100
Subject: [PATCH 1/2] ansible-base: update to 2.10.4.

---
 srcpkgs/ansible-base/template | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ansible-base/template b/srcpkgs/ansible-base/template
index 718daa0881e..f13f6032984 100644
--- a/srcpkgs/ansible-base/template
+++ b/srcpkgs/ansible-base/template
@@ -1,18 +1,17 @@
 # Template file for 'ansible-base'
 pkgname=ansible-base
-version=2.10.2
+version=2.10.4
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
  python3-yaml"
-checkdepends="python3-pytest"
 short_desc="Simple deployment, configuration management and execution framework"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-or-later"
 homepage="https://www.ansible.com/"
 distfiles="${PYPI_SITE}/a/ansible-base/ansible-base-${version}.tar.gz"
-checksum=c79fe108e13b286bad21734208624aaef9dabb49bb4211b13bc96d88829e22ab
+checksum=d4dad569864c08d8efb6ad99acf48ec46d7d118f8ced64f1185f8eac2c280ec3
 conflicts="ansible<2.10.1_1"
 
 post_install() {
@@ -22,3 +21,7 @@ post_install() {
 		vman ${m}
 	done
 }
+
+do_check() {
+: # tests require ansible, which would be a cyclic dependency
+}

From 2414a08ef0733a1e08a44aa778c4ad0826b0d6b2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 20 Dec 2020 15:51:14 +0100
Subject: [PATCH 2/2] ansible: update to 2.10.4.

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

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index e51df9e3870..52195220058 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,6 +1,6 @@
 # Template file for 'ansible'
 pkgname=ansible
-version=2.10.1
+version=2.10.4
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,4 +11,4 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-or-later"
 homepage="https://www.ansible.com/"
 distfiles="${PYPI_SITE}/a/ansible/ansible-${version}.tar.gz"
-checksum=75708c67e2ac926cea42856af72cbc9494bf8008197652f9609089f7b4c2515a
+checksum=98e718aea82199be62db7731373d660627aa1e938d34446588f2f49c228638ee

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

* Re: ansible: update to 2.10.4.
  2020-12-20 14:52 [PR PATCH] ansible: update to 2.10.4 jcgruenhage
                   ` (5 preceding siblings ...)
  2020-12-23 12:03 ` jcgruenhage
@ 2020-12-23 12:19 ` jcgruenhage
  2020-12-23 13:22 ` ericonr
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jcgruenhage @ 2020-12-23 12:19 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/27304#issuecomment-750249098

Comment:
that's not it, it seems...

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

* Re: ansible: update to 2.10.4.
  2020-12-20 14:52 [PR PATCH] ansible: update to 2.10.4 jcgruenhage
                   ` (6 preceding siblings ...)
  2020-12-23 12:19 ` jcgruenhage
@ 2020-12-23 13:22 ` ericonr
  2020-12-23 13:23 ` [PR REVIEW] " ericonr
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2020-12-23 13:22 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27304#issuecomment-750298673

Comment:
Please do look at the CI failures... It was failing on ansible-base, it's now failing in ansible. You can run tests locally by building with `./xbps-src -Q pkg ...`

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

* Re: [PR REVIEW] ansible: update to 2.10.4.
  2020-12-20 14:52 [PR PATCH] ansible: update to 2.10.4 jcgruenhage
                   ` (7 preceding siblings ...)
  2020-12-23 13:22 ` ericonr
@ 2020-12-23 13:23 ` ericonr
  2020-12-23 14:08 ` jcgruenhage
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2020-12-23 13:23 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27304#discussion_r547956356

Comment:
Indent this with a tab, please.

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

* Re: ansible: update to 2.10.4.
  2020-12-20 14:52 [PR PATCH] ansible: update to 2.10.4 jcgruenhage
                   ` (8 preceding siblings ...)
  2020-12-23 13:23 ` [PR REVIEW] " ericonr
@ 2020-12-23 14:08 ` jcgruenhage
  2020-12-23 14:10 ` ericonr
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jcgruenhage @ 2020-12-23 14:08 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/27304#issuecomment-750315732

Comment:
> Please do look at the CI failures... It was failing on ansible-base, it's now failing in ansible. You can run tests locally by building with `./xbps-src -Q pkg ...`

I assumed this tests would be running locally either way, sorry.

I looked at the CI failures, they looked the same to me as last time, so I assumed this didn't help at all. Sorry.

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

* Re: ansible: update to 2.10.4.
  2020-12-20 14:52 [PR PATCH] ansible: update to 2.10.4 jcgruenhage
                   ` (9 preceding siblings ...)
  2020-12-23 14:08 ` jcgruenhage
@ 2020-12-23 14:10 ` ericonr
  2021-04-18  5:26 ` [PR REVIEW] " ericonr
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2020-12-23 14:10 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27304#issuecomment-750316839

Comment:
No problem, the errors do look similar.

It's been suggested that you export `PYTHONPATH=lib` before running tests. We are trying to come up with a more general solution, possibly.

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

* Re: [PR REVIEW] ansible: update to 2.10.4.
  2020-12-20 14:52 [PR PATCH] ansible: update to 2.10.4 jcgruenhage
                   ` (10 preceding siblings ...)
  2020-12-23 14:10 ` ericonr
@ 2021-04-18  5:26 ` ericonr
  2021-04-25  9:29 ` [PR PATCH] [Updated] ansible: update to 3.2.0 jcgruenhage
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2021-04-18  5:26 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27304#discussion_r615344306

Comment:
Actually, replace with `make_check=no` and a comment on top.

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

* Re: [PR PATCH] [Updated] ansible: update to 3.2.0.
  2020-12-20 14:52 [PR PATCH] ansible: update to 2.10.4 jcgruenhage
                   ` (11 preceding siblings ...)
  2021-04-18  5:26 ` [PR REVIEW] " ericonr
@ 2021-04-25  9:29 ` jcgruenhage
  2021-04-26 17:06 ` [PR REVIEW] " ericonr
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jcgruenhage @ 2021-04-25  9:29 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages ansible-2.10.4_1
https://github.com/void-linux/void-packages/pull/27304

ansible: update to 3.2.0.
None

A patch file from https://github.com/void-linux/void-packages/pull/27304.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ansible-2.10.4_1-27304.patch --]
[-- Type: text/x-diff, Size: 2551 bytes --]

From 51272aad9ddd56347fe9ddf5a08c495eafca06b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 20 Dec 2020 15:50:13 +0100
Subject: [PATCH 1/2] ansible-base: update to 2.10.8.

---
 srcpkgs/ansible-base/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ansible-base/template b/srcpkgs/ansible-base/template
index 718daa0881ec..195856106a84 100644
--- a/srcpkgs/ansible-base/template
+++ b/srcpkgs/ansible-base/template
@@ -1,19 +1,19 @@
 # Template file for 'ansible-base'
 pkgname=ansible-base
-version=2.10.2
+version=2.10.8
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
  python3-yaml"
-checkdepends="python3-pytest"
 short_desc="Simple deployment, configuration management and execution framework"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-or-later"
 homepage="https://www.ansible.com/"
 distfiles="${PYPI_SITE}/a/ansible-base/ansible-base-${version}.tar.gz"
-checksum=c79fe108e13b286bad21734208624aaef9dabb49bb4211b13bc96d88829e22ab
+checksum=f45df824051339d8bec32d7ab4e9e676498c05e2d9cfce6d54c9698a577e15e2
 conflicts="ansible<2.10.1_1"
+make_check=no
 
 post_install() {
 	vsconf examples/ansible.cfg

From 343ce112e68eab912c14127c295d9b279b2b0f9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 20 Dec 2020 15:51:14 +0100
Subject: [PATCH 2/2] ansible: update to 3.3.0.

---
 srcpkgs/ansible/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index e51df9e38709..143f1e3f6ea4 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,14 +1,14 @@
 # Template file for 'ansible'
 pkgname=ansible
-version=2.10.1
+version=3.3.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 ansible-base"
-checkdepends="python3-pytest"
 short_desc="Simple deployment, configuration management and execution framework"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-or-later"
 homepage="https://www.ansible.com/"
 distfiles="${PYPI_SITE}/a/ansible/ansible-${version}.tar.gz"
-checksum=75708c67e2ac926cea42856af72cbc9494bf8008197652f9609089f7b4c2515a
+checksum=2de5385c48a2a24a19f6cbaccc7d7684c64b6194f9a9b175aba7949d53b07bc9
+make_check=no

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

* Re: [PR REVIEW] ansible: update to 3.2.0.
  2020-12-20 14:52 [PR PATCH] ansible: update to 2.10.4 jcgruenhage
                   ` (12 preceding siblings ...)
  2021-04-25  9:29 ` [PR PATCH] [Updated] ansible: update to 3.2.0 jcgruenhage
@ 2021-04-26 17:06 ` ericonr
  2021-04-26 17:31 ` jcgruenhage
  2021-04-26 19:06 ` [PR PATCH] [Merged]: " ericonr
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2021-04-26 17:06 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27304#discussion_r620487036

Comment:
Is this official? I can't find it anywhere but pypi.

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

* Re: [PR REVIEW] ansible: update to 3.2.0.
  2020-12-20 14:52 [PR PATCH] ansible: update to 2.10.4 jcgruenhage
                   ` (13 preceding siblings ...)
  2021-04-26 17:06 ` [PR REVIEW] " ericonr
@ 2021-04-26 17:31 ` jcgruenhage
  2021-04-26 19:06 ` [PR PATCH] [Merged]: " ericonr
  15 siblings, 0 replies; 17+ messages in thread
From: jcgruenhage @ 2021-04-26 17:31 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/27304#discussion_r620505801

Comment:
yep, this is official. See https://docs.ansible.com/ansible/latest/roadmap/COLLECTIONS_3_0.html and https://www.ansible.com/blog/ansible-3.0.0-qa. They split out all the modules, plugins etc into "collections", and renamed the rest to ansible-base. The new ansible package is a package where they bundle those collections,  whose content was included in the old ansible. While those two packages both started at 2.10, the version numbers are now diverging. Ansible 3.0 is based on ansible-base 2.10, Ansible 4.0 will be based on ansible-base 2.11, and so on.

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

* Re: [PR PATCH] [Merged]: ansible: update to 3.2.0.
  2020-12-20 14:52 [PR PATCH] ansible: update to 2.10.4 jcgruenhage
                   ` (14 preceding siblings ...)
  2021-04-26 17:31 ` jcgruenhage
@ 2021-04-26 19:06 ` ericonr
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2021-04-26 19:06 UTC (permalink / raw)
  To: ml

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

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

ansible: update to 3.2.0.
https://github.com/void-linux/void-packages/pull/27304

Description:
None

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

end of thread, other threads:[~2021-04-26 19:06 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-20 14:52 [PR PATCH] ansible: update to 2.10.4 jcgruenhage
2020-12-20 15:34 ` [PR PATCH] [Updated] " jcgruenhage
2020-12-21 15:07 ` ericonr
2020-12-22 11:21 ` jcgruenhage
2020-12-22 19:15 ` ericonr
2020-12-23 11:57 ` [PR PATCH] [Updated] " jcgruenhage
2020-12-23 12:03 ` jcgruenhage
2020-12-23 12:19 ` jcgruenhage
2020-12-23 13:22 ` ericonr
2020-12-23 13:23 ` [PR REVIEW] " ericonr
2020-12-23 14:08 ` jcgruenhage
2020-12-23 14:10 ` ericonr
2021-04-18  5:26 ` [PR REVIEW] " ericonr
2021-04-25  9:29 ` [PR PATCH] [Updated] ansible: update to 3.2.0 jcgruenhage
2021-04-26 17:06 ` [PR REVIEW] " ericonr
2021-04-26 17:31 ` jcgruenhage
2021-04-26 19:06 ` [PR PATCH] [Merged]: " ericonr

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