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 Jun 18 12:19:04 UTC 2024

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

Log Message:
ansible-core: updated to 2.17.1

v2.17.1
=======

Minor Changes
-------------
- ansible-test - Update ``pypi-test-container`` to version 3.1.0.

Bugfixes
--------
- Fix rapid memory usage growth when notifying handlers using the ``listen`` keyword (https://github.com/ansible/ansible/issues/83392)
- Fix the task attribute ``resolved_action`` to show the FQCN instead of ``None`` when ``action`` or ``local_action`` is used in the playbook.
- Fix using ``module_defaults`` with ``local_action``/``action`` (https://github.com/ansible/ansible/issues/81905).
- fixed unit test test_borken_cowsay to address mock not been properly applied when existing unix system already have cowsay installed.
- powershell - Implement more robust deletion mechanism for C# code compilation temporary files. This should avoid scenarios where the underlying temporary directory may be temporarily locked by 
antivirus tools or other IO problems. A failure to delete one of these temporary directories will result in a warning rather than an outright failure.
- shell plugin - properly quote all needed components of shell commands (https://github.com/ansible/ansible/issues/82535)


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.28 -r1.29 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.32 pkgsrc/sysutils/ansible-core/Makefile:1.33
--- pkgsrc/sysutils/ansible-core/Makefile:1.32  Wed May 22 04:57:28 2024
+++ pkgsrc/sysutils/ansible-core/Makefile       Tue Jun 18 12:19:04 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2024/05/22 04:57:28 adam Exp $
+# $NetBSD: Makefile,v 1.33 2024/06/18 12:19:04 adam Exp $
 
-DISTNAME=      ansible_core-2.17.0
+DISTNAME=      ansible_core-2.17.1
 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.28 pkgsrc/sysutils/ansible-core/distinfo:1.29
--- pkgsrc/sysutils/ansible-core/distinfo:1.28  Wed May 22 04:57:28 2024
+++ pkgsrc/sysutils/ansible-core/distinfo       Tue Jun 18 12:19:04 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2024/05/22 04:57:28 adam Exp $
+$NetBSD: distinfo,v 1.29 2024/06/18 12:19:04 adam Exp $
 
-BLAKE2s (ansible_core-2.17.0.tar.gz) = b815658b1787919b16a7c5f6571d51360f1069987ec64ee93a47a0aa5e2a77e1
-SHA512 (ansible_core-2.17.0.tar.gz) = 32206982158c060254c3b2d470e96c67b3cd91dae83f9888ac236395f540fa3b15bafa7a56e355e3bedbcc9726d78a8fc78a84468805acc8c06c6c3af7abf9aa
-Size (ansible_core-2.17.0.tar.gz) = 3120288 bytes
+BLAKE2s (ansible_core-2.17.1.tar.gz) = 36d4f45d92a8ae37960a96246442d4ba724fc664dc0500684f3ff620555b9831
+SHA512 (ansible_core-2.17.1.tar.gz) = 4690b41d000e62deb5b41b407d53e43e05e6bcf3a92e073411317264fabaea10b7ee737f798df20e12c4afaccf39807ed446570c9cfb0c58e7c5f45840b541a7
+Size (ansible_core-2.17.1.tar.gz) = 3123697 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index