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: Fri, 23 Oct 2020 12:41:21 +0200	[thread overview]
Message-ID: <20201023104121.fN1g1r4TRJEVbGSyFi2POX_ucsIxQm531fXbZLK_wio@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: 2979 bytes --]

From 43abb091bc82a3bc3f84f12a6d1be5476476fb05 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..0a3bd652ea4
--- /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/"
+distfiles="${PYPI_SITE}/packages/source/a/ansible-base/ansible-base-${version}.tar.gz"
+checksum=c79fe108e13b286bad21734208624aaef9dabb49bb4211b13bc96d88829e22ab
+conflicts="ansible<2.10.1_1"
+
+post_install() {
+	vsconf examples/ansible.cfg
+	vsconf examples/hosts
+	for m in docs/man/man1/*.1; do
+		vman ${m}
+	done
+}

From 08775cca9b933ef74f0e97d4cd4a4180355dfae0 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..3aa842b0d94 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="${PYPI_SITE}/packages/source/a/ansible/ansible-${version}.tar.gz"
+checksum=75708c67e2ac926cea42856af72cbc9494bf8008197652f9609089f7b4c2515a

  parent reply	other threads:[~2020-10-23 10:41 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 ` [PR PATCH] [Updated] " jcgruenhage
2020-10-22 22:12 ` [PR REVIEW] " PaperMountainStudio
2020-10-23 10:41 ` jcgruenhage [this message]
2020-10-24 12:08 ` 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=20201023104121.fN1g1r4TRJEVbGSyFi2POX_ucsIxQm531fXbZLK_wio@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).