pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/ansible-core ansible-core: updated to 2.13.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/440e372ff0c3
branches:  trunk
changeset: 385304:440e372ff0c3
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 14 06:46:01 2022 +0000

description:
ansible-core: updated to 2.13.4

v2.13.4
=======

Bugfixes
--------
- Fix for network_cli not getting all relevant connection options
- ansible-galaxy - Fix detection of ``--role-file`` in arguments for implicit role invocation (https://github.com/ansible/ansible/issues/78204)
- ansible-galaxy - Fix exit codes for role search and delete (https://github.com/ansible/ansible/issues/78516)
- ansible-test - Fix change detection for ansible-test's own integration tests.
- ansible-test - ansible-doc sanity test - Correctly determine the fully-qualified collection name for plugins in subdirectories, resolving https://github.com/ansible/ansible/issues/78490.
- apt - don't actually update the cache in check mode with update_cache=true.
- apt - don't mark existing packages as manually installed in check mode (https://github.com/ansible/ansible/issues/66413).
- apt - fix package selection to include /etc/apt/preferences(.d) (https://github.com/ansible/ansible/issues/77969)
- urls - Guard imports of ``urllib3`` by catching ``Exception`` instead of ``ImportError`` to prevent exceptions in the import process of optional dependencies from preventing use of ``urls.py`` 
(https://github.com/ansible/ansible/issues/78648)
- wait_for - Read file and perform comparisons using bytes to avoid decode errors (https://github.com/ansible/ansible/issues/78214)

diffstat:

 sysutils/ansible-core/Makefile |  4 ++--
 sysutils/ansible-core/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r e966ab22b9c0 -r 440e372ff0c3 sysutils/ansible-core/Makefile
--- a/sysutils/ansible-core/Makefile    Wed Sep 14 05:35:32 2022 +0000
+++ b/sysutils/ansible-core/Makefile    Wed Sep 14 06:46:01 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/08/26 09:47:24 adam Exp $
+# $NetBSD: Makefile,v 1.7 2022/09/14 06:46:01 adam Exp $
 
-DISTNAME=      ansible-core-2.13.3
+DISTNAME=      ansible-core-2.13.4
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/ansible-core/}
 
diff -r e966ab22b9c0 -r 440e372ff0c3 sysutils/ansible-core/distinfo
--- a/sysutils/ansible-core/distinfo    Wed Sep 14 05:35:32 2022 +0000
+++ b/sysutils/ansible-core/distinfo    Wed Sep 14 06:46:01 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2022/08/26 09:47:24 adam Exp $
+$NetBSD: distinfo,v 1.6 2022/09/14 06:46:01 adam Exp $
 
-BLAKE2s (ansible-core-2.13.3.tar.gz) = 7615f09dc21437f2b7b3a79ec30a836d4236be26087c10f3797f4b246139e012
-SHA512 (ansible-core-2.13.3.tar.gz) = 9be80d0dcd10d012c871b5c95b2357430dfa6809bff794158a4ae06a40761c01db60a966115d7a9141028c96d79a1d99d6bfb191788dc1c467dd0107dba7058c
-Size (ansible-core-2.13.3.tar.gz) = 13924100 bytes
+BLAKE2s (ansible-core-2.13.4.tar.gz) = 451272c6370339a4c43ce3873cd3a4375ea951c19329434bd93fc7d6cc07b032
+SHA512 (ansible-core-2.13.4.tar.gz) = 62678ad80b2073552070f154c55707c1b89bcb9d2d56235d76bb4701344e387d250590a931340cb676a605677cf69ab56b1b15b30d75859de4b294662dc50ee0
+Size (ansible-core-2.13.4.tar.gz) = 13929408 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index