Wed Sep 14 06:46:01 2022 UTC ()
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)


(adam)
diff -r1.6 -r1.7 pkgsrc/sysutils/ansible-core/Makefile
diff -r1.5 -r1.6 pkgsrc/sysutils/ansible-core/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/sysutils/ansible-core/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/ansible-core/Makefile 2022/08/26 09:47:24 1.6
+++ pkgsrc/sysutils/ansible-core/Makefile 2022/09/14 06:46:01 1.7
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2022/08/26 09:47:24 adam Exp $ 1# $NetBSD: Makefile,v 1.7 2022/09/14 06:46:01 adam Exp $
2 2
3DISTNAME= ansible-core-2.13.3 3DISTNAME= ansible-core-2.13.4
4CATEGORIES= sysutils python 4CATEGORIES= sysutils python
5MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-core/} 5MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-core/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ansible.com/ 8HOMEPAGE= https://ansible.com/
9COMMENT= SSH-based configuration management, deployment, and task execution 9COMMENT= SSH-based configuration management, deployment, and task execution
10LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
11 11
12CONFLICTS+= ansible<2.10 12CONFLICTS+= ansible<2.10
13 13
14DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography 14DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
15DEPENDS+= ${PYPKGPREFIX}-jinja2>=3.0.0:../../textproc/py-jinja2 15DEPENDS+= ${PYPKGPREFIX}-jinja2>=3.0.0:../../textproc/py-jinja2
16DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging 16DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging

cvs diff -r1.5 -r1.6 pkgsrc/sysutils/ansible-core/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/ansible-core/distinfo 2022/08/26 09:47:24 1.5
+++ pkgsrc/sysutils/ansible-core/distinfo 2022/09/14 06:46:01 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2022/08/26 09:47:24 adam Exp $ 1$NetBSD: distinfo,v 1.6 2022/09/14 06:46:01 adam Exp $
2 2
3BLAKE2s (ansible-core-2.13.3.tar.gz) = 7615f09dc21437f2b7b3a79ec30a836d4236be26087c10f3797f4b246139e012 3BLAKE2s (ansible-core-2.13.4.tar.gz) = 451272c6370339a4c43ce3873cd3a4375ea951c19329434bd93fc7d6cc07b032
4SHA512 (ansible-core-2.13.3.tar.gz) = 9be80d0dcd10d012c871b5c95b2357430dfa6809bff794158a4ae06a40761c01db60a966115d7a9141028c96d79a1d99d6bfb191788dc1c467dd0107dba7058c 4SHA512 (ansible-core-2.13.4.tar.gz) = 62678ad80b2073552070f154c55707c1b89bcb9d2d56235d76bb4701344e387d250590a931340cb676a605677cf69ab56b1b15b30d75859de4b294662dc50ee0
5Size (ansible-core-2.13.3.tar.gz) = 13924100 bytes 5Size (ansible-core-2.13.4.tar.gz) = 13929408 bytes
6SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2 6SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2