pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ansible-base



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr 13 09:16:34 UTC 2021

Modified Files:
        pkgsrc/sysutils/ansible-base: Makefile distinfo

Log Message:
ansible-base: updated to 2.10.8

v2.10.8
=======

Minor Changes
-------------
- module payload builder - module_utils imports in any nested block (eg, ``try``, ``if``) are treated as optional during module payload builds; this allows modules to implement runtime fallback 
behavior for module_utils that do not exist in older versions of Ansible.

Bugfixes
--------
- Fix adding unrelated candidate names to the plugin loader redirect list.
- Strategy - When building the task in the Strategy from the Worker, ensure it is properly marked as finalized and squashed. Addresses an issue with ``ansible_failed_task``. 
(https://github.com/ansible/ansible/issues/57399)
- ansible-test - The ``--export`` option for ``ansible-test coverage`` is now limited to the ``combine`` command. It was previously available for reporting commands on which it had no effect.
- ansible-test - The ``ansible-test coverage combine`` option ``--export`` now exports relative paths. This avoids loss of coverage data when aggregating across systems with different absolute paths. 
Paths will be converted back to absolute when generating reports.
- ansible-test - ensure unit test paths for connection and inventory plugins are correctly identified for collections (https://github.com/ansible/ansible/issues/73876).
- apt - fix policy_rc_d parameter throwing an exception when restoring original file (https://github.com/ansible/ansible/issues/66211)
- debug action - prevent setting facts when displaying ansible_facts (https://github.com/ansible/ansible/issues/74060).
- find - fix default pattern when use_regex is true (https://github.com/ansible/ansible/issues/50067).
- restrict module valid JSON parsed output to objects as lists are not valid responses.
- setup - fix error handling on bad subset given.
- setup, don't give up on all local facts gathering if one script file fails.
- su become plugin - ensure correct type for localization option (https://github.com/ansible/ansible/issues/73837).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/ansible-base/Makefile \
    pkgsrc/sysutils/ansible-base/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/ansible-base/Makefile
diff -u pkgsrc/sysutils/ansible-base/Makefile:1.2 pkgsrc/sysutils/ansible-base/Makefile:1.3
--- pkgsrc/sysutils/ansible-base/Makefile:1.2   Tue Mar 16 08:19:47 2021
+++ pkgsrc/sysutils/ansible-base/Makefile       Tue Apr 13 09:16:34 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2021/03/16 08:19:47 adam Exp $
+# $NetBSD: Makefile,v 1.3 2021/04/13 09:16:34 adam Exp $
 
-DISTNAME=      ansible-base-2.10.7
+DISTNAME=      ansible-base-2.10.8
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/ansible-base/}
 
Index: pkgsrc/sysutils/ansible-base/distinfo
diff -u pkgsrc/sysutils/ansible-base/distinfo:1.2 pkgsrc/sysutils/ansible-base/distinfo:1.3
--- pkgsrc/sysutils/ansible-base/distinfo:1.2   Tue Mar 16 08:19:47 2021
+++ pkgsrc/sysutils/ansible-base/distinfo       Tue Apr 13 09:16:34 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2021/03/16 08:19:47 adam Exp $
+$NetBSD: distinfo,v 1.3 2021/04/13 09:16:34 adam Exp $
 
-SHA1 (ansible-base-2.10.7.tar.gz) = ffcd8e5a1eaf6e95c4b4cb3836953b996d4131cd
-RMD160 (ansible-base-2.10.7.tar.gz) = 9c013ec9b57eb07696cd69a25d219ab84eb8f7b0
-SHA512 (ansible-base-2.10.7.tar.gz) = 170a159956b577e122421d016ed81fbeda34de8036a6294e70999a8f0c1eebb2406e6f5766b7f2e00fbf06e01d45ee343c98dd74d667f9bedfa8a88c84c805a0
-Size (ansible-base-2.10.7.tar.gz) = 5737915 bytes
+SHA1 (ansible-base-2.10.8.tar.gz) = 1d79b0332b5667e15a039b0a0800c4e3dc6e7b4d
+RMD160 (ansible-base-2.10.8.tar.gz) = 4dfc5021d6f1030b2a85d176cf2ed77bb5ea4007
+SHA512 (ansible-base-2.10.8.tar.gz) = 282c04bdac3a35e1f9a758839fe617c39cd0a340e06a1d86252a84a4967b47baae6425cb3889a9c56c50ac6f925c362fdc452facbd4c71d254708bf825c74692
+Size (ansible-base-2.10.8.tar.gz) = 5742041 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index