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:           Wed Apr 26 08:47:34 UTC 2023

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

Log Message:
ansible-core: updated to 2.14.5

v2.14.5
=======

Bugfixes

- Windows - Display a warning if the module failed to cleanup any temporary files rather than failing the task. The warning contains a brief description of what failed to be deleted.
- Windows - Ensure the module temp directory contains more unique values to avoid conflicts with concurrent runs - https://github.com/ansible/ansible/issues/80294
- Windows - Improve temporary file cleanup used by modules. Will use a more reliable delete operation on Windows Server 2016 and newer to delete files that might still be open by other software like 
Anti Virus scanners. There are still scenarios where a file or directory cannot be deleted but the new method should work in more scenarios.
- ansible-doc - stop generating wrong module URLs for module see-alsos. The URLs for modules in ansible.builtin do now work, and URLs for modules outside ansible.builtin are no longer added 
(https://github.com/ansible/ansible/pull/80280).
- ansible-galaxy - Improve retries for collection installs, to properly retry, and extend retry logic to common URL related connection errors (https://github.com/ansible/ansible/issues/80170 
https://github.com/ansible/ansible/issues/80174)
- ansible-galaxy - reduce API calls to servers by fetching signatures only for final candidates.
- ansible-test - Add support for ``argcomplete`` version 3.
- jinja2_native - fix intermittent 'could not find job' failures when a value of ``ansible_job_id`` from a result of an async task was inadvertently changed during execution; to prevent this a format 
of ``ansible_job_id`` was changed.
- password lookup now correctly reads stored ident fields.
- pep517 build backend - Use the documented ``import_module`` import from ``importlib``.
- roles - Fix templating ``public``, ``allow_duplicates`` and ``rolespec_validate`` (https://github.com/ansible/ansible/issues/80304).
- syntax check - Limit ``--syntax-check`` to ``ansible-playbook`` only, as that is the only CLI affected by this argument (https://github.com/ansible/ansible/issues/80506)


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.13 -r1.14 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.15 pkgsrc/sysutils/ansible-core/Makefile:1.16
--- pkgsrc/sysutils/ansible-core/Makefile:1.15  Tue Mar 28 15:11:16 2023
+++ pkgsrc/sysutils/ansible-core/Makefile       Wed Apr 26 08:47:34 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2023/03/28 15:11:16 adam Exp $
+# $NetBSD: Makefile,v 1.16 2023/04/26 08:47:34 adam Exp $
 
-DISTNAME=      ansible-core-2.14.4
+DISTNAME=      ansible-core-2.14.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.13 pkgsrc/sysutils/ansible-core/distinfo:1.14
--- pkgsrc/sysutils/ansible-core/distinfo:1.13  Tue Mar 28 15:11:16 2023
+++ pkgsrc/sysutils/ansible-core/distinfo       Wed Apr 26 08:47:34 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2023/03/28 15:11:16 adam Exp $
+$NetBSD: distinfo,v 1.14 2023/04/26 08:47:34 adam Exp $
 
-BLAKE2s (ansible-core-2.14.4.tar.gz) = d92f1e1c39bda017ca8c004a85fb5ef8a9a0be84ff8ed3da8a27d57185533c8e
-SHA512 (ansible-core-2.14.4.tar.gz) = 86164dfded15232174e4f11140a71b91ef5b0d93b40a2df9588930b4b955f20feb419258c2bbf9d6735d298ec626c88c5e9b1c933a51e3273a28b85fac7a3762
-Size (ansible-core-2.14.4.tar.gz) = 11589961 bytes
+BLAKE2s (ansible-core-2.14.5.tar.gz) = 96a220d1e9af96b4d38598f75f43784b764900793e487c40fb3b505d2e13b959
+SHA512 (ansible-core-2.14.5.tar.gz) = 130a0de925c7229dee350ddbf4382d87802d86aab4817ed595105db8ed5071153847dac0478f20a994670e59e53a07b77d0bf35855d309ebc222fbb61233b7db
+Size (ansible-core-2.14.5.tar.gz) = 11620295 bytes
 SHA1 (patch-lib_ansible_galaxy_dependency__resolution_providers.py) = 9b56e9be39607ac7566f659f6a93f5b060dbd7ac
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2
 SHA1 (patch-requirements.txt) = e0bdb2f2128aaba0e26930ef11b138a2424b4e7f



Home | Main Index | Thread Index | Old Index