Github messages for voidlinux
 help / color / mirror / Atom feed
From: jcgruenhage <jcgruenhage@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] ansible: update to 2.10.1.
Date: Wed, 21 Oct 2020 21:40:40 +0200	[thread overview]
Message-ID: <20201021194040.PCN5qGz4_BYXBeSvTcTo-BZs8_d0-URgrJNouCkOoEM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25774@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 641 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.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: 3747 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 47a0ea613b17671d238acc85d97d5dbae794beed 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-base/template |  2 +-
 srcpkgs/ansible/template      | 21 ++++++---------------
 2 files changed, 7 insertions(+), 16 deletions(-)

diff --git a/srcpkgs/ansible-base/template b/srcpkgs/ansible-base/template
index 508ebb4e551..39d43e3e3dc 100644
--- a/srcpkgs/ansible-base/template
+++ b/srcpkgs/ansible-base/template
@@ -11,9 +11,9 @@ 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
+conflicts="ansible<2.10.1_2"
 
 post_install() {
 	vsconf examples/ansible.cfg
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

  parent reply	other threads:[~2020-10-21 19:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-21 18:42 [PR PATCH] " 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 ` jcgruenhage [this message]
2020-10-22 22:12 ` 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201021194040.PCN5qGz4_BYXBeSvTcTo-BZs8_d0-URgrJNouCkOoEM@z \
    --to=jcgruenhage@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).