Github messages for voidlinux
 help / color / mirror / Atom feed
From: PaperMountainStudio <PaperMountainStudio@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] ansible: update to 2.9.14
Date: Thu, 15 Oct 2020 22:58:18 +0200	[thread overview]
Message-ID: <20201015205818.wAu80ZvlqimMEr_ccrTZKFqEDmvayaSH2ru2JjA168g@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25475@inbox.vuxu.org>

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

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

https://github.com/PaperMountainStudio/void-packages 0001-ansible-update-to-2.9.14.patch
https://github.com/void-linux/void-packages/pull/25475

ansible: update to 2.9.14
I tried added some dependencies to checkdepends, thanks to which, the tests don't fail, but... there is 0 of them.

```
...
warning: no previously-included files matching '*.pyc' found under directory 'docs/docsite/_extensions'
warning: no previously-included files matching '*.pyo' found under directory 'docs/docsite/_extensions'
warning: no previously-included files found matching 'test/sanity/code-smell/botmeta.*'
writing manifest file 'lib/ansible.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
```

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-0001-ansible-update-to-2.9.14.patch-25475.patch --]
[-- Type: text/x-diff, Size: 1854 bytes --]

From bbe414665ef4e087066d8cdf8b84b7cfd3cd3f9a Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Fri, 9 Oct 2020 19:26:46 +0200
Subject: [PATCH] ansible: update to 2.9.14

---
 srcpkgs/ansible/template | 14 +++++++++-----
 srcpkgs/ansible/update   |  1 +
 2 files changed, 10 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/ansible/update

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 4c607951d2c..52f2cc7629e 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,23 +1,27 @@
 # Template file for 'ansible'
 pkgname=ansible
-version=2.9.13
-revision=2
+version=2.9.14
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
  python3-yaml"
-checkdepends="python3-pytest"
+checkdepends="python3-pytest python3-devel python3-wheel python3-pip python3-mock python3-requests python3-Jinja2 python3-pytz python3-yaml python3-pexpect"
 short_desc="Simple deployment, configuration management and execution framework"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.ansible.com/"
 distfiles="https://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
-checksum=3ab21588992fbfe9de3173aefd63da1267dc12892a60f5cfdc055fe19c549644
+checksum=efe7183e08f0c9dd9efd9124efa8978be62851b1e8eb856593a073538bfc6fb5
 
 post_install() {
 	vsconf examples/ansible.cfg
 	vsconf examples/hosts
-	for m in docs/man/man1/*.1; do
+	for m in docs/man/man*/*.1; do
 		vman ${m}
 	done
 }
+
+do_check() {
+	PYTHONPATH=$(pwd)/build/lib python3 -m pytest
+}
diff --git a/srcpkgs/ansible/update b/srcpkgs/ansible/update
new file mode 100644
index 00000000000..e299d00ea67
--- /dev/null
+++ b/srcpkgs/ansible/update
@@ -0,0 +1 @@
+ignore="*rc*"

  parent reply	other threads:[~2020-10-15 20:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-09 19:38 [PR PATCH] " PaperMountainStudio
2020-10-11  9:13 ` [PR PATCH] [Updated] " PaperMountainStudio
2020-10-11  9:15 ` PaperMountainStudio
2020-10-15 20:58 ` PaperMountainStudio [this message]
2020-10-15 20:58 ` PaperMountainStudio
2020-10-16  9:21 ` Piraty
2020-10-25  8:37 ` PaperMountainStudio
2020-10-25  8:37 ` [PR PATCH] [Closed]: " PaperMountainStudio

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=20201015205818.wAu80ZvlqimMEr_ccrTZKFqEDmvayaSH2ru2JjA168g@z \
    --to=papermountainstudio@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).