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:           Mon Sep 18 12:32:24 UTC 2023

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

Log Message:
ansible-core: updated to 2.15.4

v2.15.4
=======

Deprecated Features
-------------------
- vault and unfault filters - the undocumented ``vaultid`` parameter is deprecated and will be removed in ansible-core 2.20. Use ``vault_id`` instead.

Bugfixes
--------
- PowerShell - Remove some code which is no longer valid for dotnet 5+
- Prompting - add a short sleep between polling for user input to reduce CPU consumption (https://github.com/ansible/ansible/issues/81516).
- ansible-galaxy - Enabled the ``data`` tarfile filter during role installation for Python versions that support it. A probing mechanism is used to avoid Python versions with a broken implementation.
- ansible-test - Always use ansible-test managed entry points for ansible-core CLI tools when not running from source. This fixes issues where CLI entry points created during install are not 
compatible with ansible-test.
- first found lookup has been updated to use the normalized argument parsing (pythonic) matching the documented examples.
- handlers - the ``listen`` keyword can affect only one handler with the same name, the last one defined as it is a case with the ``notify`` keyword (https://github.com/ansible/ansible/issues/81013)
- include_role - expose variables from parent roles to role's handlers (https://github.com/ansible/ansible/issues/80459)
- tarfile - handle data filter deprecation warning message for extract and extractall (https://github.com/ansible/ansible/issues/80832).
- vault and unvault filters now properly take ``vault_id`` parameter.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.18 -r1.19 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.22 pkgsrc/sysutils/ansible-core/Makefile:1.23
--- pkgsrc/sysutils/ansible-core/Makefile:1.22  Wed Aug 23 07:22:06 2023
+++ pkgsrc/sysutils/ansible-core/Makefile       Mon Sep 18 12:32:23 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2023/08/23 07:22:06 adam Exp $
+# $NetBSD: Makefile,v 1.23 2023/09/18 12:32:23 adam Exp $
 
-DISTNAME=      ansible-core-2.15.3
+DISTNAME=      ansible-core-2.15.4
 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.18 pkgsrc/sysutils/ansible-core/distinfo:1.19
--- pkgsrc/sysutils/ansible-core/distinfo:1.18  Wed Aug 23 07:22:06 2023
+++ pkgsrc/sysutils/ansible-core/distinfo       Mon Sep 18 12:32:23 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2023/08/23 07:22:06 adam Exp $
+$NetBSD: distinfo,v 1.19 2023/09/18 12:32:23 adam Exp $
 
-BLAKE2s (ansible-core-2.15.3.tar.gz) = eca01dfb3819ce83bf5aa42d0cecac10322a28f84caa911f3579479264618692
-SHA512 (ansible-core-2.15.3.tar.gz) = ba91faef7ace83adf8c6f98ee8eb0186c1fef03657e595857f2255b697e91bfa2df716e9b733d23567f78228281a57940c9a0243d94b54bc7a1d2c0845f19d26
-Size (ansible-core-2.15.3.tar.gz) = 3144403 bytes
+BLAKE2s (ansible-core-2.15.4.tar.gz) = e1fd5538b3240eaf10a1ad1882c60e91a50e8c2e27e302bfc1e6c000d5cdc154
+SHA512 (ansible-core-2.15.4.tar.gz) = 2db03dca53ff7ce99068afba97150f00e4b1c3a7b80e34b90f515baa3b745342d8e483849265e7fcf3dfee31de7a24352a1320c64ce719d31f43be96030b663c
+Size (ansible-core-2.15.4.tar.gz) = 3148213 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index