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:           Tue Apr 21 06:36:46 UTC 2026

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

Log Message:
ansible-core: updated to 2.20.5

2.20.5

Minor Changes

- ansible-test - Generate ``dist_info`` when running tests.
- ansible-test - Replace the ``parallels`` managed macOS provider with a new ``mac`` provider.
- ansible-test - Switch managed macOS remotes from x86_64 to aarch64.

Bugfixes

- Fix ``validate_argspec`` when tags are defined on the play. The ``always`` tag is only added if the play has no tags.
- ``--start-at-task`` - fix starting at the requested task instead of starting at the next block or play. Play level tasks run first. (https://github.com/ansible/ansible/issues/86268)
- ansible-galaxy collection - Fix using the server configuration for ``validate_certs`` when downloading collections. (https://github.com/ansible/ansible/issues/86694)
- ansible_facts[os_*] - Contained wrong information, if ClearLinux parsing was tried before falling back to general os-release parsing
- templating - Fix traceback when using ``deepcopy`` on an imported template (https://github.com/ansible/ansible/issues/86723).


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.49 -r1.50 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.58 pkgsrc/sysutils/ansible-core/Makefile:1.59
--- pkgsrc/sysutils/ansible-core/Makefile:1.58  Tue Mar 31 04:43:22 2026
+++ pkgsrc/sysutils/ansible-core/Makefile       Tue Apr 21 06:36:46 2026
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.58 2026/03/31 04:43:22 adam Exp $
+# $NetBSD: Makefile,v 1.59 2026/04/21 06:36:46 adam Exp $
 
 # When upgrading ansible-core, please also upgrade the ansible package
 # to a version that supports the new version of ansible-core.  At times
 # this may mean not upgrading ansible-core to its latest release branch.
 
-DISTNAME=      ansible_core-2.20.4
+DISTNAME=      ansible_core-2.20.5
 PKGNAME=       ${DISTNAME:S/_/-/}
 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.49 pkgsrc/sysutils/ansible-core/distinfo:1.50
--- pkgsrc/sysutils/ansible-core/distinfo:1.49  Tue Mar 31 04:43:22 2026
+++ pkgsrc/sysutils/ansible-core/distinfo       Tue Apr 21 06:36:46 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.49 2026/03/31 04:43:22 adam Exp $
+$NetBSD: distinfo,v 1.50 2026/04/21 06:36:46 adam Exp $
 
-BLAKE2s (ansible_core-2.20.4.tar.gz) = 58f12849119fbcb06568347932d4bd57d78907676de15d89ce2d7e5039f392f3
-SHA512 (ansible_core-2.20.4.tar.gz) = 68248b2780ef7e1804c55fefc1c19644cc095745893c48cb9b065d3ea275964bfc1f82498cbb00c038fc85e8425a182a2effa80606e90bfbf68abace663ec2fb
-Size (ansible_core-2.20.4.tar.gz) = 3334074 bytes
+BLAKE2s (ansible_core-2.20.5.tar.gz) = 739a85b344a2bbff4780025e01ba97a175ab87a23bbb9f00b39e77bbe3d848d4
+SHA512 (ansible_core-2.20.5.tar.gz) = 90c6bfdac03f303df70d9653a6beda53bac413c877ce360020e4f646b415207a26c40d8861dbe246ca5d7d5fb8bc91ec4c31c1544feceba4b62b8b7078e194a0
+Size (ansible_core-2.20.5.tar.gz) = 3339511 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index