Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ansible: update to 2.9.14
@ 2020-10-09 19:38 PaperMountainStudio
  2020-10-11  9:13 ` [PR PATCH] [Updated] " PaperMountainStudio
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: PaperMountainStudio @ 2020-10-09 19:38 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1694 bytes --]

From 1e9be2b130bc44f22b340a4703dc7f4fd6894873 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 | 9 ++++-----
 srcpkgs/ansible/update   | 1 +
 2 files changed, 5 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/ansible/update

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 77356f8404a..9f5052b7579 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,24 +1,23 @@
 # Template file for 'ansible'
 pkgname=ansible
-version=2.9.13
+version=2.9.14
 revision=1
-archs=noarch
 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"
 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
 }
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*"

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

* Re: [PR PATCH] [Updated] ansible: update to 2.9.14
  2020-10-09 19:38 [PR PATCH] ansible: update to 2.9.14 PaperMountainStudio
@ 2020-10-11  9:13 ` PaperMountainStudio
  2020-10-11  9:15 ` PaperMountainStudio
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: PaperMountainStudio @ 2020-10-11  9:13 UTC (permalink / raw)
  To: ml

[-- 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: 1694 bytes --]

From 1e9be2b130bc44f22b340a4703dc7f4fd6894873 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 | 9 ++++-----
 srcpkgs/ansible/update   | 1 +
 2 files changed, 5 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/ansible/update

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 77356f8404a..9f5052b7579 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,24 +1,23 @@
 # Template file for 'ansible'
 pkgname=ansible
-version=2.9.13
+version=2.9.14
 revision=1
-archs=noarch
 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"
 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
 }
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*"

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

* Re: [PR PATCH] [Updated] ansible: update to 2.9.14
  2020-10-09 19:38 [PR PATCH] ansible: update to 2.9.14 PaperMountainStudio
  2020-10-11  9:13 ` [PR PATCH] [Updated] " PaperMountainStudio
@ 2020-10-11  9:15 ` PaperMountainStudio
  2020-10-15 20:58 ` PaperMountainStudio
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: PaperMountainStudio @ 2020-10-11  9:15 UTC (permalink / raw)
  To: ml

[-- 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: 1695 bytes --]

From e8563aee99da0588620f0ebfcd347213eac50064 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 | 10 +++++-----
 srcpkgs/ansible/update   |  1 +
 2 files changed, 6 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/ansible/update

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 4c607951d2c..9f5052b7579 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,23 +1,23 @@
 # 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"
 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
 }
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*"

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

* Re: [PR PATCH] [Updated] ansible: update to 2.9.14
  2020-10-09 19:38 [PR PATCH] ansible: update to 2.9.14 PaperMountainStudio
  2020-10-11  9:13 ` [PR PATCH] [Updated] " PaperMountainStudio
  2020-10-11  9:15 ` PaperMountainStudio
@ 2020-10-15 20:58 ` PaperMountainStudio
  2020-10-15 20:58 ` PaperMountainStudio
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: PaperMountainStudio @ 2020-10-15 20:58 UTC (permalink / raw)
  To: ml

[-- 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*"

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

* Re: ansible: update to 2.9.14
  2020-10-09 19:38 [PR PATCH] ansible: update to 2.9.14 PaperMountainStudio
                   ` (2 preceding siblings ...)
  2020-10-15 20:58 ` PaperMountainStudio
@ 2020-10-15 20:58 ` PaperMountainStudio
  2020-10-16  9:21 ` Piraty
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: PaperMountainStudio @ 2020-10-15 20:58 UTC (permalink / raw)
  To: ml

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

New comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/25475#issuecomment-709586417

Comment:
@Piraty thank you for your help, but it keeps failing. If you want to fix the tests, feel free to open a new issue replacing this one, otherwise I think I will have to disable the tests again.
```
=> ansible-2.9.14_1: running do_check ...
============================= test session starts ==============================
platform linux -- Python 3.9.0, pytest-6.0.2, py-1.9.0, pluggy-0.13.1
rootdir: /builddir/ansible-2.9.14
collected 10924 items / 11 errors / 22 skipped / 10891 selected

==================================== ERRORS ====================================
_ ERROR collecting test/ansible_test/validate-modules-unit/test_validate_modules_regex.py _
ImportError while importing test module '/builddir/ansible-2.9.14/test/ansible_test/validate-modules-unit/test_validate_modules_regex.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
test/ansible_test/validate-modules-unit/test_validate_modules_regex.py:7: in <module>
    from validate_modules.main import TYPE_REGEX
E   ModuleNotFoundError: No module named 'validate_modules'
____ ERROR collecting test/integration/targets/async/library/async_test.py _____
test/integration/targets/async/library/async_test.py:43: in <module>
    main()
test/integration/targets/async/library/async_test.py:16: in main
    module = AnsibleModule(
build/lib/ansible/module_utils/basic.py:728: in __init__
    self._load_params()
build/lib/ansible/module_utils/basic.py:1962: in _load_params
    self.params = _load_params()
build/lib/ansible/module_utils/basic.py:621: in _load_params
    buffer = sys.stdin.buffer.read()
/usr/lib/python3.9/site-packages/_pytest/capture.py:216: in read
    raise OSError(
E   OSError: pytest: reading from stdin while output is captured!  Consider using `-s`.
__ ERROR collecting test/integration/targets/async_fail/library/async_test.py __
test/integration/targets/async_fail/library/async_test.py:50: in <module>
    main()
test/integration/targets/async_fail/library/async_test.py:17: in main
    module = AnsibleModule(
build/lib/ansible/module_utils/basic.py:728: in __init__
    self._load_params()
build/lib/ansible/module_utils/basic.py:1962: in _load_params
    self.params = _load_params()
build/lib/ansible/module_utils/basic.py:621: in _load_params
    buffer = sys.stdin.buffer.read()
/usr/lib/python3.9/site-packages/_pytest/capture.py:216: in read
    raise OSError(
E   OSError: pytest: reading from stdin while output is captured!  Consider using `-s`.
________ ERROR collecting test/integration/targets/cli/test_k_and_K.py _________
test/integration/targets/cli/test_k_and_K.py:17: in <module>
    '-m command -a whoami -Kkb --become-user cliuser2 localhost'.format(sys.argv[1]),
E   IndexError: list index out of range
____ ERROR collecting test/integration/targets/expect/files/test_command.py ____
test/integration/targets/expect/files/test_command.py:11: in <module>
    user_input = input_function(prompt)
/usr/lib/python3.9/site-packages/_pytest/capture.py:216: in read
    raise OSError(
E   OSError: pytest: reading from stdin while output is captured!  Consider using `-s`.
------------------------------- Captured stdout --------------------------------
foo
_ ERROR collecting test/integration/targets/module_utils/library/test_env_override.py _
ImportError while importing test module '/builddir/ansible-2.9.14/test/integration/targets/module_utils/library/test_env_override.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
test/integration/targets/module_utils/library/test_env_override.py:6: in <module>
    from ansible.module_utils.json_utils import data
E   ImportError: cannot import name 'data' from 'ansible.module_utils.json_utils' (/builddir/ansible-2.9.14/build/lib/ansible/module_utils/json_utils.py)
_ ERROR collecting test/integration/targets/module_utils/library/test_failure.py _
test/integration/targets/module_utils/library/test_failure.py:14: in <module>
    AnsibleModule(argument_spec=dict()).exit_json(**results)
build/lib/ansible/module_utils/basic.py:728: in __init__
    self._load_params()
build/lib/ansible/module_utils/basic.py:1962: in _load_params
    self.params = _load_params()
build/lib/ansible/module_utils/basic.py:621: in _load_params
    buffer = sys.stdin.buffer.read()
/usr/lib/python3.9/site-packages/_pytest/capture.py:216: in read
    raise OSError(
E   OSError: pytest: reading from stdin while output is captured!  Consider using `-s`.
_ ERROR collecting test/integration/targets/module_utils/library/test_override.py _
ImportError while importing test module '/builddir/ansible-2.9.14/test/integration/targets/module_utils/library/test_override.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
test/integration/targets/module_utils/library/test_override.py:3: in <module>
    from ansible.module_utils.facts import data
E   ImportError: cannot import name 'data' from 'ansible.module_utils.facts' (/builddir/ansible-2.9.14/build/lib/ansible/module_utils/facts/__init__.py)
_ ERROR collecting test/integration/targets/plugin_namespace/filter_plugins/test_filter.py _
import file mismatch:
imported module 'test_filter' has this __file__ attribute:
  /builddir/ansible-2.9.14/test/integration/targets/collections_plugin_namespace/collection_root/ansible_collections/my_ns/my_col/plugins/filter/test_filter.py
which is not the same as the test file we want to collect:
  /builddir/ansible-2.9.14/test/integration/targets/plugin_namespace/filter_plugins/test_filter.py
HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules
_ ERROR collecting test/integration/targets/plugin_namespace/test_plugins/test_test.py _
import file mismatch:
imported module 'test_test' has this __file__ attribute:
  /builddir/ansible-2.9.14/test/integration/targets/collections_plugin_namespace/collection_root/ansible_collections/my_ns/my_col/plugins/test/test_test.py
which is not the same as the test file we want to collect:
  /builddir/ansible-2.9.14/test/integration/targets/plugin_namespace/test_plugins/test_test.py
HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules
_____ ERROR collecting test/integration/targets/throttle/test_throttle.py ______
test/integration/targets/throttle/test_throttle.py:11: in <module>
    throttledir, inventory_hostname, max_throttle = sys.argv[1:]
E   ValueError: not enough values to unpack (expected 3, got 0)
=========================== short test summary info ============================
ERROR test/ansible_test/validate-modules-unit/test_validate_modules_regex.py
ERROR test/integration/targets/async/library/async_test.py - OSError: pytest:...
ERROR test/integration/targets/async_fail/library/async_test.py - OSError: py...
ERROR test/integration/targets/cli/test_k_and_K.py - IndexError: list index o...
ERROR test/integration/targets/expect/files/test_command.py - OSError: pytest...
ERROR test/integration/targets/module_utils/library/test_env_override.py
ERROR test/integration/targets/module_utils/library/test_failure.py - OSError...
ERROR test/integration/targets/module_utils/library/test_override.py
ERROR test/integration/targets/plugin_namespace/filter_plugins/test_filter.py
ERROR test/integration/targets/plugin_namespace/test_plugins/test_test.py
ERROR test/integration/targets/throttle/test_throttle.py - ValueError: not en...
!!!!!!!!!!!!!!!!!!! Interrupted: 11 errors during collection !!!!!!!!!!!!!!!!!!!
======================= 22 skipped, 11 errors in 48.26s ========================
=> ERROR: ansible-2.9.14_1: do_check: 'PYTHONPATH=$(pwd)/build/lib python3 -m pytest' exited with 2
=> ERROR:   in do_check() at srcpkgs/ansible/template:26
```

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

* Re: ansible: update to 2.9.14
  2020-10-09 19:38 [PR PATCH] ansible: update to 2.9.14 PaperMountainStudio
                   ` (3 preceding siblings ...)
  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
  6 siblings, 0 replies; 8+ messages in thread
From: Piraty @ 2020-10-16  9:21 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/25475#issuecomment-709932511

Comment:
@the-maldridge 

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

* Re: ansible: update to 2.9.14
  2020-10-09 19:38 [PR PATCH] ansible: update to 2.9.14 PaperMountainStudio
                   ` (4 preceding siblings ...)
  2020-10-16  9:21 ` Piraty
@ 2020-10-25  8:37 ` PaperMountainStudio
  2020-10-25  8:37 ` [PR PATCH] [Closed]: " PaperMountainStudio
  6 siblings, 0 replies; 8+ messages in thread
From: PaperMountainStudio @ 2020-10-25  8:37 UTC (permalink / raw)
  To: ml

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

New comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/25475#issuecomment-716112491

Comment:
superseeded by #25774 

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

* Re: [PR PATCH] [Closed]: ansible: update to 2.9.14
  2020-10-09 19:38 [PR PATCH] ansible: update to 2.9.14 PaperMountainStudio
                   ` (5 preceding siblings ...)
  2020-10-25  8:37 ` PaperMountainStudio
@ 2020-10-25  8:37 ` PaperMountainStudio
  6 siblings, 0 replies; 8+ messages in thread
From: PaperMountainStudio @ 2020-10-25  8:37 UTC (permalink / raw)
  To: ml

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

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

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

Description:
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
```

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

end of thread, other threads:[~2020-10-25  8:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-09 19:38 [PR PATCH] ansible: update to 2.9.14 PaperMountainStudio
2020-10-11  9:13 ` [PR PATCH] [Updated] " PaperMountainStudio
2020-10-11  9:15 ` PaperMountainStudio
2020-10-15 20:58 ` PaperMountainStudio
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

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