Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ansible: update to 2.10.1.
@ 2020-10-21 18:42 jcgruenhage
  2020-10-21 18:43 ` [PR REVIEW] " jcgruenhage
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: jcgruenhage @ 2020-10-21 18:42 UTC (permalink / raw)
  To: ml

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

ansible: update to 2.10.1.
Ansible has been split into ansible-base and ansible, where ansible just contains modules and depends on ansible-base. There's still some warnings (both during build and install) I'd like to have someone with more python knowledge look over, but I've already deployed this on my workstation, works just fine.

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

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

From 9db07b6de3eeb220597a12c3c525a3a094d8a7f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 21 Oct 2020 20:33:42 +0200
Subject: [PATCH 1/2] New package: ansible-base-2.10.2

---
 srcpkgs/ansible-base/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/ansible-base/template

diff --git a/srcpkgs/ansible-base/template b/srcpkgs/ansible-base/template
new file mode 100644
index 00000000000..508ebb4e551
--- /dev/null
+++ b/srcpkgs/ansible-base/template
@@ -0,0 +1,24 @@
+# Template file for 'ansible-base'
+pkgname=ansible-base
+version=2.10.2
+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/"
+conflicts="ansible<2.10.1_2"
+distfiles="https://pypi.python.org/packages/source/a/ansible-base/ansible-base-${version}.tar.gz"
+checksum=c79fe108e13b286bad21734208624aaef9dabb49bb4211b13bc96d88829e22ab
+
+post_install() {
+	vsconf examples/ansible.cfg
+	vsconf examples/hosts
+	for m in docs/man/man1/*.1; do
+		vman ${m}
+	done
+}

From ef5d02567541ae6bae1ab7ad9dacd549c88c74e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 21 Oct 2020 20:33:53 +0200
Subject: [PATCH 2/2] ansible: update to 2.10.1.

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

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 4c607951d2c..fe36b2030d3 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,23 +1,14 @@
 # Template file for 'ansible'
 pkgname=ansible
-version=2.9.13
-revision=2
+version=2.10.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
- python3-yaml"
+depends="python3 ansible-base"
 checkdepends="python3-pytest"
 short_desc="Simple deployment, configuration management and execution framework"
-maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-or-later"
 homepage="https://www.ansible.com/"
-distfiles="https://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
-checksum=3ab21588992fbfe9de3173aefd63da1267dc12892a60f5cfdc055fe19c549644
-
-post_install() {
-	vsconf examples/ansible.cfg
-	vsconf examples/hosts
-	for m in docs/man/man1/*.1; do
-		vman ${m}
-	done
-}
+distfiles="https://pypi.python.org/packages/source/a/ansible/ansible-${version}.tar.gz"
+checksum=75708c67e2ac926cea42856af72cbc9494bf8008197652f9609089f7b4c2515a

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

end of thread, other threads:[~2020-10-28 18:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-21 18:42 [PR PATCH] ansible: update to 2.10.1 jcgruenhage
2020-10-21 18:43 ` [PR REVIEW] " jcgruenhage
2020-10-21 18:44 ` jcgruenhage
2020-10-21 18:44 ` the-maldridge
2020-10-21 19:40 ` [PR PATCH] [Updated] " jcgruenhage
2020-10-22 22:12 ` [PR REVIEW] " PaperMountainStudio
2020-10-23 10:41 ` [PR PATCH] [Updated] " jcgruenhage
2020-10-24 12:08 ` [PR REVIEW] " jcgruenhage
2020-10-25 13:57 ` [PR PATCH] [Updated] " jcgruenhage
2020-10-28 18:50 ` [PR PATCH] [Closed]: " Piraty

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