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  2 05:47:18 UTC 2024

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

Log Message:
ansible-core: updated to 2.16.5

v2.16.5
=======

Minor Changes
-------------

- ansible-test - Add a work-around for permission denied errors when using ``pytest >= 8`` on multi-user systems with an installed version of ``ansible-test``.

Bugfixes
--------

- Fix an issue when setting a plugin name from an unsafe source resulted in ``ValueError: unmarshallable object`` (https://github.com/ansible/ansible/issues/82708)
- Harden python templates for respawn and ansiballz around str literal quoting
- ansible-test - The ``libexpat`` package is automatically upgraded during remote bootstrapping to maintain compatibility with newer Python packages.
- template - Fix error when templating an unsafe string which corresponds to an invalid type in Python (https://github.com/ansible/ansible/issues/82600).
- winrm - does not hang when attempting to get process output when stdin write failed


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.25 -r1.26 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.29 pkgsrc/sysutils/ansible-core/Makefile:1.30
--- pkgsrc/sysutils/ansible-core/Makefile:1.29  Tue Feb 27 09:01:18 2024
+++ pkgsrc/sysutils/ansible-core/Makefile       Tue Apr  2 05:47:18 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2024/02/27 09:01:18 adam Exp $
+# $NetBSD: Makefile,v 1.30 2024/04/02 05:47:18 adam Exp $
 
-DISTNAME=      ansible-core-2.16.4
+DISTNAME=      ansible-core-2.16.5
 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.25 pkgsrc/sysutils/ansible-core/distinfo:1.26
--- pkgsrc/sysutils/ansible-core/distinfo:1.25  Tue Feb 27 09:01:18 2024
+++ pkgsrc/sysutils/ansible-core/distinfo       Tue Apr  2 05:47:18 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2024/02/27 09:01:18 adam Exp $
+$NetBSD: distinfo,v 1.26 2024/04/02 05:47:18 adam Exp $
 
-BLAKE2s (ansible-core-2.16.4.tar.gz) = 242253d7006c254d56186b5d84f57675b0faaa7594e0528e48549d93c239c95d
-SHA512 (ansible-core-2.16.4.tar.gz) = d05737eec9a6a0e71891821acd4540576b3a993f59d88c12c2da8e7f075bc11c712e0eba850b3f7a2643e3c970f51938267fed6fa7f99f2c4c205b64f9b13259
-Size (ansible-core-2.16.4.tar.gz) = 3170397 bytes
+BLAKE2s (ansible-core-2.16.5.tar.gz) = f2f023c4de4ec5a985de26d96e04d41d4022d9a499970bee83b4fa7451eb78c2
+SHA512 (ansible-core-2.16.5.tar.gz) = dbe5d68fbc3a0ef611791d6995297bca5bba6aed1f4871964136ea81810458646bc78c2146739f887de3c2e3017cf4e6d4d09652e41c2ca046c4bc88eca6c5d8
+Size (ansible-core-2.16.5.tar.gz) = 3171617 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index