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 Sep 10 06:59:42 UTC 2024

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

Log Message:
ansible-core: updated to 2.17.4

v2.17.4

Bugfixes

- Fix ``SemanticVersion.parse()`` to store the version string so that ``__repr__`` reports it instead of ``None`` (https://github.com/ansible/ansible/pull/83831).
- Fix an issue where registered variable was not available for templating in ``loop_control.label`` on skipped looped tasks (https://github.com/ansible/ansible/issues/83619)
- Fix for ``meta`` tasks breaking host/fork affinity with ``host_pinned`` strategy (https://github.com/ansible/ansible/issues/83294)
- Fix using the current task's directory for looking up relative paths within roles (https://github.com/ansible/ansible/issues/82695).
- atomic_move - fix using the setgid bit on the parent directory when creating files (https://github.com/ansible/ansible/issues/46742, https://github.com/ansible/ansible/issues/67177).
- connection plugins using the 'extras' option feature would need variables to match the plugin's loaded name, sometimes requiring fqcn, which is not the same as the documented/declared/expected 
variables. Now we fall back to the 'basename' of the fqcn, but plugin authors can still set the expected value directly.
- csvfile lookup - give an error when no search term is provided using modern config syntax (https://github.com/ansible/ansible/issues/83689).
- include_tasks - Display location when attempting to load a task list where ``include_*`` did not specify any value - https://github.com/ansible/ansible/issues/83874
- powershell - Improve CLIXML decoding to decode all control characters and unicode characters that are encoded as surrogate pairs.
- psrp - Fix bug when attempting to fetch a file path that contains special glob characters like ``[]``
- runtime-metadata sanity test - do not crash on deprecations if ``galaxy.yml`` contains an empty ``version`` field (https://github.com/ansible/ansible/pull/83831).
- ssh - Fix bug when attempting to fetch a file path with characters that should be quoted when using the ``piped`` transfer method


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.31 -r1.32 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.35 pkgsrc/sysutils/ansible-core/Makefile:1.36
--- pkgsrc/sysutils/ansible-core/Makefile:1.35  Mon Aug 19 11:16:23 2024
+++ pkgsrc/sysutils/ansible-core/Makefile       Tue Sep 10 06:59:42 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2024/08/19 11:16:23 adam Exp $
+# $NetBSD: Makefile,v 1.36 2024/09/10 06:59:42 adam Exp $
 
-DISTNAME=      ansible_core-2.17.3
+DISTNAME=      ansible_core-2.17.4
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/ansible-core/}
@@ -22,7 +22,7 @@ DEPENDS+=     ${PYPKGPREFIX}-yaml>=5.1:../..
 
 USE_TOOLS+=    gmake
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  38
 
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 310

Index: pkgsrc/sysutils/ansible-core/distinfo
diff -u pkgsrc/sysutils/ansible-core/distinfo:1.31 pkgsrc/sysutils/ansible-core/distinfo:1.32
--- pkgsrc/sysutils/ansible-core/distinfo:1.31  Mon Aug 19 11:16:23 2024
+++ pkgsrc/sysutils/ansible-core/distinfo       Tue Sep 10 06:59:42 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2024/08/19 11:16:23 adam Exp $
+$NetBSD: distinfo,v 1.32 2024/09/10 06:59:42 adam Exp $
 
-BLAKE2s (ansible_core-2.17.3.tar.gz) = 2ee37c0db5ef015f265b6034dbce5e8e8d398004655d48957fd412b5a3a63365
-SHA512 (ansible_core-2.17.3.tar.gz) = d8e2cde9e638bb259739de95c01b011be6ab74c54b7856ea87c3fb8aa82190d8cd0ad35310c225db63e7984febe3307d2088f39d6d8813c4a004907cfd59ae1c
-Size (ansible_core-2.17.3.tar.gz) = 3089778 bytes
+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
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index