pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/ansible-base ansible-base: updated to 2.10.13



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27d7e30cabd2
branches:  trunk
changeset: 457493:27d7e30cabd2
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Aug 27 08:00:25 2021 +0000

description:
ansible-base: updated to 2.10.13

v2.10.13
========

Minor Changes
-------------
- Allow unsafe_writes to be set on target via env var, for those targets that need a blanket setting.

Bugfixes
--------
- Setup virtualization_facts - add RHV and oVirt type. This change will fully work for VMs in clusters at cluster level 4.4 or newer (https://github.com/ansible/ansible/pull/72876).
- ansible-test - allow to ignore ``rstcheck`` errors (https://github.com/ansible/ansible/pull/75272).
- callback default, now uses task delegate_to instead of delegate vars to display delegate to host
- callbacks, restores missing delegate_vars
- dnf module - Use all components of a package name to determine if it's installed (https://github.com/ansible/ansible/issues/75311).

diffstat:

 sysutils/ansible-base/Makefile |   4 ++--
 sysutils/ansible-base/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r adbd09f8952d -r 27d7e30cabd2 sysutils/ansible-base/Makefile
--- a/sysutils/ansible-base/Makefile    Fri Aug 27 07:55:36 2021 +0000
+++ b/sysutils/ansible-base/Makefile    Fri Aug 27 08:00:25 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2021/07/26 17:51:15 adam Exp $
+# $NetBSD: Makefile,v 1.8 2021/08/27 08:00:25 adam Exp $
 
-DISTNAME=      ansible-base-2.10.12
+DISTNAME=      ansible-base-2.10.13
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/ansible-base/}
 
diff -r adbd09f8952d -r 27d7e30cabd2 sysutils/ansible-base/distinfo
--- a/sysutils/ansible-base/distinfo    Fri Aug 27 07:55:36 2021 +0000
+++ b/sysutils/ansible-base/distinfo    Fri Aug 27 08:00:25 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2021/07/26 17:51:15 adam Exp $
+$NetBSD: distinfo,v 1.8 2021/08/27 08:00:25 adam Exp $
 
-SHA1 (ansible-base-2.10.12.tar.gz) = 7ce022f080cd7db483fb7f96d71271b5959016b3
-RMD160 (ansible-base-2.10.12.tar.gz) = 0864a6018519e2dcde33f94e9b7e310cfe1abd19
-SHA512 (ansible-base-2.10.12.tar.gz) = 5770888fc4e47954ff5f0dc490b080c6b5bfce50fbd73cfcc661e131467dfcdee29de017c6253d99fcff5e02e98eeb73f5c6a3468ff31017e39d97704e5797a6
-Size (ansible-base-2.10.12.tar.gz) = 5988437 bytes
+SHA1 (ansible-base-2.10.13.tar.gz) = 635c10279d9420520b2eb56ccd5e8327cdcdc39f
+RMD160 (ansible-base-2.10.13.tar.gz) = d15350c92ae244090a21d110a97ebb89308c3fcd
+SHA512 (ansible-base-2.10.13.tar.gz) = 564ffcef0912c902952871edf21b6061158ddcf6d67c0cc3a686434279db967e788fe6afba9da669fa9104e14e94d98b16a7b60f91b3a4df3018d399ec029352
+Size (ansible-base-2.10.13.tar.gz) = 5989726 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index