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 Feb 24 07:42:50 UTC 2026

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

Log Message:
ansible-core: updated to 2.20.3

v2.20.3

Minor Changes

- ansible-test - Update URL used to download FreeBSD wheels for managed remotes.
- ansible-test - Use the new API endpoint for the Ansible Core CI service.

Bugfixes

- Fix interpreter discovery on delegated ``async`` tasks (https://github.com/ansible/ansible/issues/86491)
- Fix up the Action plugin ``_make_tmp_path`` error to only include the command run rather than the shell's dataclass repr from ``mkdtemp``.
- local connection - Pass correct type to become plugins when checking password (https://github.com/ansible/ansible/issues/86458)


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.47 -r1.48 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.56 pkgsrc/sysutils/ansible-core/Makefile:1.57
--- pkgsrc/sysutils/ansible-core/Makefile:1.56  Fri Jan 30 13:51:44 2026
+++ pkgsrc/sysutils/ansible-core/Makefile       Tue Feb 24 07:42:50 2026
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.56 2026/01/30 13:51:44 adam Exp $
+# $NetBSD: Makefile,v 1.57 2026/02/24 07:42:50 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.2
+DISTNAME=      ansible_core-2.20.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.47 pkgsrc/sysutils/ansible-core/distinfo:1.48
--- pkgsrc/sysutils/ansible-core/distinfo:1.47  Fri Jan 30 13:51:44 2026
+++ pkgsrc/sysutils/ansible-core/distinfo       Tue Feb 24 07:42:50 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.47 2026/01/30 13:51:44 adam Exp $
+$NetBSD: distinfo,v 1.48 2026/02/24 07:42:50 adam Exp $
 
-BLAKE2s (ansible_core-2.20.2.tar.gz) = c88d167d7f813982e0343435879f05c5206e167d1bea458b701991acfcf0450d
-SHA512 (ansible_core-2.20.2.tar.gz) = 889caa74f999417564b3dd0c0360a47a8d59dc65c5aeb62ee6f18143edd0019bbfd3d5738cc27526e10ae784db080d0e335d5682db8c55bc4c0fea4c0ac66336
-Size (ansible_core-2.20.2.tar.gz) = 3317427 bytes
+BLAKE2s (ansible_core-2.20.3.tar.gz) = 6b02fd1af1999cb3647753f29b3da8a44cc572b2b1c6da287345c3b90c5d0bd0
+SHA512 (ansible_core-2.20.3.tar.gz) = f9281aa0d7a32ed81a548e26d035877efffe847673df4f8293f2ef101881a9eb64ff116a90d7291b627e0eeb488abdf297add67fccaaaa801c339dbc9218284a
+Size (ansible_core-2.20.3.tar.gz) = 3325132 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index