Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ansible: update to 4.1.0.
@ 2021-06-22 20:10 jcgruenhage
  2021-06-22 20:11 ` [PR REVIEW] " jcgruenhage
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: jcgruenhage @ 2021-06-22 20:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages ansible-4.1.0_1
https://github.com/void-linux/void-packages/pull/31618

ansible: update to 4.1.0.
<!-- 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/31618.patch is attached

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

From ce2310f61c66c37fb46579259a4a475a1b1571b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 22 Jun 2021 22:08:02 +0200
Subject: [PATCH 1/3] New package: python3-resolvelib-0.7.1

---
 srcpkgs/python3-resolvelib/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/python3-resolvelib/template

diff --git a/srcpkgs/python3-resolvelib/template b/srcpkgs/python3-resolvelib/template
new file mode 100644
index 000000000000..086be6f1922d
--- /dev/null
+++ b/srcpkgs/python3-resolvelib/template
@@ -0,0 +1,22 @@
+# Template file for 'python3-resolvelib'
+pkgname=python3-resolvelib
+version=0.7.1
+revision=1
+#archs="i686 x86_64"
+wrksrc="${pkgname/python3-/}-${version}"
+#create_wrksrc=yes
+build_style=python3-module
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="python3-setuptools"
+makedepends=""
+depends=""
+short_desc="Resolve abstract dependencies into concrete ones"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="ISC"
+homepage="https://github.com/sarugaku/resolvelib"
+distfiles="https://github.com/sarugaku/resolvelib/archive/refs/tags/${version}.tar.gz"
+checksum=fe09a918c04172656e5edc33ca62166ff7e557d8c22e0bf60cc9981220ac51cf

From 8277102f4deaf0f1563fc00d9a678dbed28b6a34 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 22 Jun 2021 22:08:12 +0200
Subject: [PATCH 2/3] ansible-core: update to 2.11.2.

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

diff --git a/srcpkgs/ansible-core/template b/srcpkgs/ansible-core/template
index 3b67e5ec03df..397118d5d692 100644
--- a/srcpkgs/ansible-core/template
+++ b/srcpkgs/ansible-core/template
@@ -1,17 +1,17 @@
 # Template file for 'ansible-core'
 pkgname=ansible-core
-version=2.11.0
+version=2.11.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
- python3-yaml python3-packaging"
+ python3-yaml python3-packaging python3-resolvelib"
 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-core/ansible-core-${version}.tar.gz"
-checksum=9470ceb710711eacd75f1bcae802af036ab2a6c2cd5a13bfcb50b2d89667c9c5
+checksum=5ae4c3da765df08ce23f6315a6d48121c0090324fe0a9d305c85f362ff6bcaeb
 conflicts="ansible<2.10.1_1"
 replaces="ansible-base<2.11.0_1"
 make_check=no

From 40af21b604fa199be335f92c3defdaafc9d1d0d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 22 Jun 2021 22:08:17 +0200
Subject: [PATCH 3/3] ansible: update to 4.1.0.

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

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 6b44a5c7ea22..41123332a2a0 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,6 +1,6 @@
 # Template file for 'ansible'
 pkgname=ansible
-version=4.0.0
+version=4.1.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,5 +10,5 @@ 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=6f67ca5c634e4721d1f8e206dc71d60d1a114d147945355bfc902bd37eb07080
+checksum=f561cca7fbc4daa14d98e18cd0cb74bd8b173f1501b8fa11543f6ef002de3167
 make_check=no

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

* Re: [PR REVIEW] ansible: update to 4.1.0.
  2021-06-22 20:10 [PR PATCH] ansible: update to 4.1.0 jcgruenhage
@ 2021-06-22 20:11 ` jcgruenhage
  2021-06-22 20:13 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jcgruenhage @ 2021-06-22 20:11 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/31618#discussion_r656545542

Comment:
turns out, ansible-galaxy wasn't working without resolvelib, so it's been packaged and added as a dependency now

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

* Re: [PR PATCH] [Updated] ansible: update to 4.1.0.
  2021-06-22 20:10 [PR PATCH] ansible: update to 4.1.0 jcgruenhage
  2021-06-22 20:11 ` [PR REVIEW] " jcgruenhage
@ 2021-06-22 20:13 ` jcgruenhage
  2021-06-22 20:15 ` jcgruenhage
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jcgruenhage @ 2021-06-22 20:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages ansible-4.1.0_1
https://github.com/void-linux/void-packages/pull/31618

ansible: update to 4.1.0.
<!-- 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/31618.patch is attached

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

From 0ba147b79c29b674572ef36d80375ba7cf0a5a05 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 22 Jun 2021 22:08:02 +0200
Subject: [PATCH 1/3] New package: python3-resolvelib-0.7.1

---
 srcpkgs/python3-resolvelib/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/python3-resolvelib/template

diff --git a/srcpkgs/python3-resolvelib/template b/srcpkgs/python3-resolvelib/template
new file mode 100644
index 000000000000..4a655793f626
--- /dev/null
+++ b/srcpkgs/python3-resolvelib/template
@@ -0,0 +1,13 @@
+# Template file for 'python3-resolvelib'
+pkgname=python3-resolvelib
+version=0.7.1
+revision=1
+wrksrc="${pkgname/python3-/}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Resolve abstract dependencies into concrete ones"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="ISC"
+homepage="https://github.com/sarugaku/resolvelib"
+distfiles="https://github.com/sarugaku/resolvelib/archive/refs/tags/${version}.tar.gz"
+checksum=fe09a918c04172656e5edc33ca62166ff7e557d8c22e0bf60cc9981220ac51cf

From d4be900a42babf48c32a68ce2270a9d013c7bee3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 22 Jun 2021 22:08:12 +0200
Subject: [PATCH 2/3] ansible-core: update to 2.11.2.

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

diff --git a/srcpkgs/ansible-core/template b/srcpkgs/ansible-core/template
index 3b67e5ec03df..397118d5d692 100644
--- a/srcpkgs/ansible-core/template
+++ b/srcpkgs/ansible-core/template
@@ -1,17 +1,17 @@
 # Template file for 'ansible-core'
 pkgname=ansible-core
-version=2.11.0
+version=2.11.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
- python3-yaml python3-packaging"
+ python3-yaml python3-packaging python3-resolvelib"
 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-core/ansible-core-${version}.tar.gz"
-checksum=9470ceb710711eacd75f1bcae802af036ab2a6c2cd5a13bfcb50b2d89667c9c5
+checksum=5ae4c3da765df08ce23f6315a6d48121c0090324fe0a9d305c85f362ff6bcaeb
 conflicts="ansible<2.10.1_1"
 replaces="ansible-base<2.11.0_1"
 make_check=no

From 9541e8567d58632f266ceff6745c7fc82348c5d7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 22 Jun 2021 22:08:17 +0200
Subject: [PATCH 3/3] ansible: update to 4.1.0.

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

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 6b44a5c7ea22..41123332a2a0 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,6 +1,6 @@
 # Template file for 'ansible'
 pkgname=ansible
-version=4.0.0
+version=4.1.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,5 +10,5 @@ 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=6f67ca5c634e4721d1f8e206dc71d60d1a114d147945355bfc902bd37eb07080
+checksum=f561cca7fbc4daa14d98e18cd0cb74bd8b173f1501b8fa11543f6ef002de3167
 make_check=no

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

* Re: [PR PATCH] [Updated] ansible: update to 4.1.0.
  2021-06-22 20:10 [PR PATCH] ansible: update to 4.1.0 jcgruenhage
  2021-06-22 20:11 ` [PR REVIEW] " jcgruenhage
  2021-06-22 20:13 ` [PR PATCH] [Updated] " jcgruenhage
@ 2021-06-22 20:15 ` jcgruenhage
  2021-06-24  2:41 ` [PR REVIEW] " ahesford
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jcgruenhage @ 2021-06-22 20:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages ansible-4.1.0_1
https://github.com/void-linux/void-packages/pull/31618

ansible: update to 4.1.0.
<!-- 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/31618.patch is attached

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

From 6e4d7ef249761d8865ec2597431b53e21c840df4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 22 Jun 2021 22:08:02 +0200
Subject: [PATCH 1/3] New package: python3-resolvelib-0.7.1

---
 srcpkgs/python3-resolvelib/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-resolvelib/template

diff --git a/srcpkgs/python3-resolvelib/template b/srcpkgs/python3-resolvelib/template
new file mode 100644
index 000000000000..2363b1f56011
--- /dev/null
+++ b/srcpkgs/python3-resolvelib/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-resolvelib'
+pkgname=python3-resolvelib
+version=0.7.1
+revision=1
+wrksrc="${pkgname/python3-/}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Resolve abstract dependencies into concrete ones"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="ISC"
+homepage="https://github.com/sarugaku/resolvelib"
+distfiles="https://github.com/sarugaku/resolvelib/archive/refs/tags/${version}.tar.gz"
+checksum=fe09a918c04172656e5edc33ca62166ff7e557d8c22e0bf60cc9981220ac51cf
+
+post_install() {
+	vlicense LICENSE
+}

From 65ad233b0dd0fa4dbb1677931601d7106a157d94 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 22 Jun 2021 22:08:12 +0200
Subject: [PATCH 2/3] ansible-core: update to 2.11.2.

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

diff --git a/srcpkgs/ansible-core/template b/srcpkgs/ansible-core/template
index 3b67e5ec03df..397118d5d692 100644
--- a/srcpkgs/ansible-core/template
+++ b/srcpkgs/ansible-core/template
@@ -1,17 +1,17 @@
 # Template file for 'ansible-core'
 pkgname=ansible-core
-version=2.11.0
+version=2.11.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
- python3-yaml python3-packaging"
+ python3-yaml python3-packaging python3-resolvelib"
 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-core/ansible-core-${version}.tar.gz"
-checksum=9470ceb710711eacd75f1bcae802af036ab2a6c2cd5a13bfcb50b2d89667c9c5
+checksum=5ae4c3da765df08ce23f6315a6d48121c0090324fe0a9d305c85f362ff6bcaeb
 conflicts="ansible<2.10.1_1"
 replaces="ansible-base<2.11.0_1"
 make_check=no

From 39ac0e8ea0c4c3a0e5405a67eee13ffdd94a792e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 22 Jun 2021 22:08:17 +0200
Subject: [PATCH 3/3] ansible: update to 4.1.0.

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

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 6b44a5c7ea22..41123332a2a0 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,6 +1,6 @@
 # Template file for 'ansible'
 pkgname=ansible
-version=4.0.0
+version=4.1.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,5 +10,5 @@ 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=6f67ca5c634e4721d1f8e206dc71d60d1a114d147945355bfc902bd37eb07080
+checksum=f561cca7fbc4daa14d98e18cd0cb74bd8b173f1501b8fa11543f6ef002de3167
 make_check=no

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

* Re: [PR REVIEW] ansible: update to 4.1.0.
  2021-06-22 20:10 [PR PATCH] ansible: update to 4.1.0 jcgruenhage
                   ` (2 preceding siblings ...)
  2021-06-22 20:15 ` jcgruenhage
@ 2021-06-24  2:41 ` ahesford
  2021-06-24 13:00 ` jcgruenhage
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ahesford @ 2021-06-24  2:41 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/31618#discussion_r657584164

Comment:
This should have `depends="python3"` since it does not depend on any other python package. Also please try adding `checkdepends="python3-pytest"` to see if we can get tests to run successfully.

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

* Re: [PR REVIEW] ansible: update to 4.1.0.
  2021-06-22 20:10 [PR PATCH] ansible: update to 4.1.0 jcgruenhage
                   ` (3 preceding siblings ...)
  2021-06-24  2:41 ` [PR REVIEW] " ahesford
@ 2021-06-24 13:00 ` jcgruenhage
  2021-06-24 14:06 ` ahesford
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jcgruenhage @ 2021-06-24 13:00 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/31618#discussion_r657924824

Comment:
it has more unpackaged test dependencies, do we need to block this on that? I can package them as well, but I'm not sure when I'd get to that.

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

* Re: [PR REVIEW] ansible: update to 4.1.0.
  2021-06-22 20:10 [PR PATCH] ansible: update to 4.1.0 jcgruenhage
                   ` (4 preceding siblings ...)
  2021-06-24 13:00 ` jcgruenhage
@ 2021-06-24 14:06 ` ahesford
  2021-06-27  8:29 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ahesford @ 2021-06-24 14:06 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/31618#discussion_r657980132

Comment:
In that case, just omit `checkdepends` and add `make_check=no` with a comment about why checks are disabled.

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

* Re: [PR PATCH] [Updated] ansible: update to 4.1.0.
  2021-06-22 20:10 [PR PATCH] ansible: update to 4.1.0 jcgruenhage
                   ` (5 preceding siblings ...)
  2021-06-24 14:06 ` ahesford
@ 2021-06-27  8:29 ` jcgruenhage
  2021-06-27  8:29 ` [PR REVIEW] " jcgruenhage
  2021-06-28 13:39 ` [PR PATCH] [Merged]: " ahesford
  8 siblings, 0 replies; 10+ messages in thread
From: jcgruenhage @ 2021-06-27  8:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages ansible-4.1.0_1
https://github.com/void-linux/void-packages/pull/31618

ansible: update to 4.1.0.
<!-- 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/31618.patch is attached

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

From 041eb4380a65f548aeac2cbf8fd7024a73a2a238 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 22 Jun 2021 22:08:02 +0200
Subject: [PATCH 1/3] New package: python3-resolvelib-0.7.1

---
 srcpkgs/python3-resolvelib/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-resolvelib/template

diff --git a/srcpkgs/python3-resolvelib/template b/srcpkgs/python3-resolvelib/template
new file mode 100644
index 000000000000..204cc0186510
--- /dev/null
+++ b/srcpkgs/python3-resolvelib/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-resolvelib'
+pkgname=python3-resolvelib
+version=0.7.1
+revision=1
+wrksrc="${pkgname/python3-/}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Resolve abstract dependencies into concrete ones"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="ISC"
+homepage="https://github.com/sarugaku/resolvelib"
+distfiles="https://github.com/sarugaku/resolvelib/archive/refs/tags/${version}.tar.gz"
+checksum=fe09a918c04172656e5edc33ca62166ff7e557d8c22e0bf60cc9981220ac51cf
+# Check depends on unpackaged python modules
+make_check=no
+
+post_install() {
+	vlicense LICENSE
+}

From 409a907b016fc5949739a83db5a5b4d6ceb8815f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 22 Jun 2021 22:08:12 +0200
Subject: [PATCH 2/3] ansible-core: update to 2.11.2.

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

diff --git a/srcpkgs/ansible-core/template b/srcpkgs/ansible-core/template
index 3b67e5ec03df..397118d5d692 100644
--- a/srcpkgs/ansible-core/template
+++ b/srcpkgs/ansible-core/template
@@ -1,17 +1,17 @@
 # Template file for 'ansible-core'
 pkgname=ansible-core
-version=2.11.0
+version=2.11.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
- python3-yaml python3-packaging"
+ python3-yaml python3-packaging python3-resolvelib"
 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-core/ansible-core-${version}.tar.gz"
-checksum=9470ceb710711eacd75f1bcae802af036ab2a6c2cd5a13bfcb50b2d89667c9c5
+checksum=5ae4c3da765df08ce23f6315a6d48121c0090324fe0a9d305c85f362ff6bcaeb
 conflicts="ansible<2.10.1_1"
 replaces="ansible-base<2.11.0_1"
 make_check=no

From eadb7b890f663ea8e5e008652b7e4b87d65820e6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 22 Jun 2021 22:08:17 +0200
Subject: [PATCH 3/3] ansible: update to 4.1.0.

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

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 6b44a5c7ea22..41123332a2a0 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,6 +1,6 @@
 # Template file for 'ansible'
 pkgname=ansible
-version=4.0.0
+version=4.1.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,5 +10,5 @@ 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=6f67ca5c634e4721d1f8e206dc71d60d1a114d147945355bfc902bd37eb07080
+checksum=f561cca7fbc4daa14d98e18cd0cb74bd8b173f1501b8fa11543f6ef002de3167
 make_check=no

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

* Re: [PR REVIEW] ansible: update to 4.1.0.
  2021-06-22 20:10 [PR PATCH] ansible: update to 4.1.0 jcgruenhage
                   ` (6 preceding siblings ...)
  2021-06-27  8:29 ` [PR PATCH] [Updated] " jcgruenhage
@ 2021-06-27  8:29 ` jcgruenhage
  2021-06-28 13:39 ` [PR PATCH] [Merged]: " ahesford
  8 siblings, 0 replies; 10+ messages in thread
From: jcgruenhage @ 2021-06-27  8:29 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/31618#discussion_r659284417

Comment:
Done

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

* Re: [PR PATCH] [Merged]: ansible: update to 4.1.0.
  2021-06-22 20:10 [PR PATCH] ansible: update to 4.1.0 jcgruenhage
                   ` (7 preceding siblings ...)
  2021-06-27  8:29 ` [PR REVIEW] " jcgruenhage
@ 2021-06-28 13:39 ` ahesford
  8 siblings, 0 replies; 10+ messages in thread
From: ahesford @ 2021-06-28 13:39 UTC (permalink / raw)
  To: ml

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

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

ansible: update to 4.1.0.
https://github.com/void-linux/void-packages/pull/31618

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

end of thread, other threads:[~2021-06-28 13:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22 20:10 [PR PATCH] ansible: update to 4.1.0 jcgruenhage
2021-06-22 20:11 ` [PR REVIEW] " jcgruenhage
2021-06-22 20:13 ` [PR PATCH] [Updated] " jcgruenhage
2021-06-22 20:15 ` jcgruenhage
2021-06-24  2:41 ` [PR REVIEW] " ahesford
2021-06-24 13:00 ` jcgruenhage
2021-06-24 14:06 ` ahesford
2021-06-27  8:29 ` [PR PATCH] [Updated] " jcgruenhage
2021-06-27  8:29 ` [PR REVIEW] " jcgruenhage
2021-06-28 13:39 ` [PR PATCH] [Merged]: " ahesford

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