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 Aug 11 09:21:56 UTC 2026

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

Log Message:
ansible-core: updated to 2.21.3

v2.21.3

Bugfixes

- Add deprecation status to the tree and oneline callback DOCUMENTATION. (https://github.com/ansible/ansible/issues/87020)
- ansible-galaxy - Fix attempting to download the collection again if the response from the server is shorter than expected, instead of failing due to the mismatched artifact hash on the first 
attempt. (https://github.com/ansible/ansible/pull/86025)
- ansible-test - Fix target filtering to preserve user-specified versions that are not in the completion configuration.
- collection loader - Fix the collection loader logic to correctly return Python module when calling ``pkgutil.iter_modules`` with a package that is inside a collection path and contains compiled 
Python extension modules.
- powershell exec_wrapper - fix handling when multiple pwsh executables match by selecting the first result (https://github.com/ansible/ansible/issues/87228).
- rpm_key - ensure a trailing newline is present on PGP armor data before passing it to librpm for parsing, fixing failures on systems where ``pgpParsePkts`` requires it 
(https://github.com/ansible/ansible/issues/87303).


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.54 -r1.55 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.63 pkgsrc/sysutils/ansible-core/Makefile:1.64
--- pkgsrc/sysutils/ansible-core/Makefile:1.63  Tue Jul 14 09:29:06 2026
+++ pkgsrc/sysutils/ansible-core/Makefile       Tue Aug 11 09:21:56 2026
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.63 2026/07/14 09:29:06 adam Exp $
+# $NetBSD: Makefile,v 1.64 2026/08/11 09:21:56 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.21.2
+DISTNAME=      ansible_core-2.21.3
 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.54 pkgsrc/sysutils/ansible-core/distinfo:1.55
--- pkgsrc/sysutils/ansible-core/distinfo:1.54  Tue Jul 14 09:29:06 2026
+++ pkgsrc/sysutils/ansible-core/distinfo       Tue Aug 11 09:21:56 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.54 2026/07/14 09:29:06 adam Exp $
+$NetBSD: distinfo,v 1.55 2026/08/11 09:21:56 adam Exp $
 
-BLAKE2s (ansible_core-2.21.2.tar.gz) = 190f4cbdeb95218c62808811187a20ef20e0f025240660a82cea0bea2ded654e
-SHA512 (ansible_core-2.21.2.tar.gz) = b246cfd0dff64e8a4ceda2ab9f2116d5c0b77135cb2804a9d002294f719230e78f944eef5145e3b1cbb35ee38d42653c2a4cfcdc64a80eb83fe992b7cf8fafec
-Size (ansible_core-2.21.2.tar.gz) = 3388984 bytes
+BLAKE2s (ansible_core-2.21.3.tar.gz) = b478a423dbd214202a41e190048f8e15f35820cec4d91c812e42297d025bac73
+SHA512 (ansible_core-2.21.3.tar.gz) = a06a9cf817ee7fabff6fb03ab66965fedf18dd84d96a281b6493b4fddd45163dcb46202cbb6389098cd88dda97c1759cf2772c002d94959a3d0ab912d460d541
+Size (ansible_core-2.21.3.tar.gz) = 3397615 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index