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 Oct 7 10:42:53 UTC 2025
Modified Files:
pkgsrc/sysutils/ansible-core: Makefile PLIST distinfo
Log Message:
ansible-core: updated to 2.19.3
v2.19.3
Minor Changes
- fetch_file - add ca_path and cookies parameter arguments (https://github.com/ansible/ansible/issues/85172).
Bugfixes
- Windows async - Handle running PowerShell modules with trailing data after the module result
- ansible-doc --list/--list_files/--metadata-dump - fixed relative imports in nested filter/test plugin files (https://github.com/ansible/ansible/issues/85753).
- display - Fixed reference to undefined `_DeferredWarningContext` when issuing early warnings during startup. (https://github.com/ansible/ansible/issues/85886)
- run_command - Fixed premature selector unregistration on empty read from stdout/stderr that caused truncated output or hangs in rare situations.
- script inventory plugin will now show correct 'incorrect' type when doing implicit conversions on groups.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/ansible-core/PLIST
cvs rdiff -u -r1.44 -r1.45 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.52 pkgsrc/sysutils/ansible-core/Makefile:1.53
--- pkgsrc/sysutils/ansible-core/Makefile:1.52 Tue Sep 30 08:06:13 2025
+++ pkgsrc/sysutils/ansible-core/Makefile Tue Oct 7 10:42:53 2025
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.52 2025/09/30 08:06:13 adam Exp $
+# $NetBSD: Makefile,v 1.53 2025/10/07 10:42:53 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.19.2
+DISTNAME= ansible_core-2.19.3
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-core/}
Index: pkgsrc/sysutils/ansible-core/PLIST
diff -u pkgsrc/sysutils/ansible-core/PLIST:1.14 pkgsrc/sysutils/ansible-core/PLIST:1.15
--- pkgsrc/sysutils/ansible-core/PLIST:1.14 Tue Sep 30 08:06:13 2025
+++ pkgsrc/sysutils/ansible-core/PLIST Tue Oct 7 10:42:53 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2025/09/30 08:06:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2025/10/07 10:42:53 adam Exp $
bin/ansible
bin/ansible-config
bin/ansible-console
@@ -54,6 +54,9 @@ ${PYSITELIB}/ansible/_internal/_datatag/
${PYSITELIB}/ansible/_internal/_datatag/_wrappers.py
${PYSITELIB}/ansible/_internal/_datatag/_wrappers.pyc
${PYSITELIB}/ansible/_internal/_datatag/_wrappers.pyo
+${PYSITELIB}/ansible/_internal/_display_utils.py
+${PYSITELIB}/ansible/_internal/_display_utils.pyc
+${PYSITELIB}/ansible/_internal/_display_utils.pyo
${PYSITELIB}/ansible/_internal/_errors/__init__.py
${PYSITELIB}/ansible/_internal/_errors/__init__.pyc
${PYSITELIB}/ansible/_internal/_errors/__init__.pyo
Index: pkgsrc/sysutils/ansible-core/distinfo
diff -u pkgsrc/sysutils/ansible-core/distinfo:1.44 pkgsrc/sysutils/ansible-core/distinfo:1.45
--- pkgsrc/sysutils/ansible-core/distinfo:1.44 Tue Sep 30 08:06:13 2025
+++ pkgsrc/sysutils/ansible-core/distinfo Tue Oct 7 10:42:53 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.44 2025/09/30 08:06:13 adam Exp $
+$NetBSD: distinfo,v 1.45 2025/10/07 10:42:53 adam Exp $
-BLAKE2s (ansible_core-2.19.2.tar.gz) = 5fc50770c752d456cb9ea9d4b7f32c69aba058a4ea5a3e74ffa46899be732454
-SHA512 (ansible_core-2.19.2.tar.gz) = f349e2ae8c226b82d1a92069cab681f356db6b985bf5d034c92c687fb611f52dacc54106b68bbdcb6bd5b155396eeea410b80a7e136b3962bbeb223af6486977
-Size (ansible_core-2.19.2.tar.gz) = 3408325 bytes
+BLAKE2s (ansible_core-2.19.3.tar.gz) = 39e8c1a5167a835ca3f649274cc10db88071caf2dad6d1ee8876bee16ca3540f
+SHA512 (ansible_core-2.19.3.tar.gz) = 9d81bedcdddee19a4a76fe4bf01369241b62213c8e7af88c5eb8d55b9cfa776704651538144776012d947b267901d0221e38405f3c20c65e30f99c3c50b3b5f3
+Size (ansible_core-2.19.3.tar.gz) = 3404578 bytes
SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2
Home |
Main Index |
Thread Index |
Old Index