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  8 10:42:03 UTC 2024

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

Log Message:
ansible-core: updated to 2.17.5

v2.17.5

Bugfixes

- Add descriptions for ``ansible-galaxy install --help` and ``ansible-galaxy role|collection install --help``.
- Errors now preserve stacked error messages even when YAML is involved.
- ``ansible-galaxy install --help`` - Fix the usage text and document that the requirements file passed to ``-r`` can include collections and roles.
- copy - mtime/atime not updated. Fix now update mtime/atime(https://github.com/ansible/ansible/issues/83013)
- delay keyword is now a float, matching the underlying 'time' API and user expectations.
- dnf5 - re-introduce the ``state: installed`` alias to ``state: present`` (https://github.com/ansible/ansible/issues/83960)
- module_utils atomic_move (used by most file based modules), now correctly handles permission copy and setting mtime correctly across all paths


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.32 -r1.33 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.36 pkgsrc/sysutils/ansible-core/Makefile:1.37
--- pkgsrc/sysutils/ansible-core/Makefile:1.36  Tue Sep 10 06:59:42 2024
+++ pkgsrc/sysutils/ansible-core/Makefile       Tue Oct  8 10:42:03 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2024/09/10 06:59:42 adam Exp $
+# $NetBSD: Makefile,v 1.37 2024/10/08 10:42:03 adam Exp $
 
-DISTNAME=      ansible_core-2.17.4
+DISTNAME=      ansible_core-2.17.5
 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.32 pkgsrc/sysutils/ansible-core/distinfo:1.33
--- pkgsrc/sysutils/ansible-core/distinfo:1.32  Tue Sep 10 06:59:42 2024
+++ pkgsrc/sysutils/ansible-core/distinfo       Tue Oct  8 10:42:03 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2024/09/10 06:59:42 adam Exp $
+$NetBSD: distinfo,v 1.33 2024/10/08 10:42:03 adam Exp $
 
-BLAKE2s (ansible_core-2.17.4.tar.gz) = 891cc7f2f28bb6b5fb855beb7f2607de0aee0deed2aadefc9578ccd2a5e85d1f
-SHA512 (ansible_core-2.17.4.tar.gz) = 435376f5b050b8e1d8c65d5090020c7d89c780e3d5c738d52bfdb73b66eabd9280fbdec1bba44b90d875077f1f66c039adb799e17005d4899c484939d037ba8b
-Size (ansible_core-2.17.4.tar.gz) = 3096630 bytes
+BLAKE2s (ansible_core-2.17.5.tar.gz) = 6cb6b2efb39aa7c357a15813b54c834ba20b46eccac813b6b9295ba41e849027
+SHA512 (ansible_core-2.17.5.tar.gz) = 944bab7e731f7c8dc8ea26a7792ac9a84ea51376755650ea4850885735324442581e1736a2f3d66c3304f115757d0f773e922abb15b1b9b9cd591a3adb940822
+Size (ansible_core-2.17.5.tar.gz) = 3097858 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index