pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ansible-core



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep 14 06:46:01 UTC 2022

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

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/ansible-core/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-core/Makefile
diff -u pkgsrc/sysutils/ansible-core/Makefile:1.6 pkgsrc/sysutils/ansible-core/Makefile:1.7
--- pkgsrc/sysutils/ansible-core/Makefile:1.6   Fri Aug 26 09:47:24 2022
+++ pkgsrc/sysutils/ansible-core/Makefile       Wed Sep 14 06:46:01 2022
@@ -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/}
 

Index: pkgsrc/sysutils/ansible-core/distinfo
diff -u pkgsrc/sysutils/ansible-core/distinfo:1.5 pkgsrc/sysutils/ansible-core/distinfo:1.6
--- pkgsrc/sysutils/ansible-core/distinfo:1.5   Fri Aug 26 09:47:24 2022
+++ pkgsrc/sysutils/ansible-core/distinfo       Wed Sep 14 06:46:01 2022
@@ -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