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 Jul 17 08:16:18 UTC 2024

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

Log Message:
ansible-core: updated to 2.17.2

v2.17.2

Bugfixes

- Fix a traceback when an environment variable contains certain special characters (https://github.com/ansible/ansible/issues/83498)
- dnf - reverted incomplete fix from 2.17.2rc1 (https://github.com/ansible/ansible/pull/83504)
- dnf, dnf5 - fix for installing a set of packages by specifying them using a wildcard character (https://github.com/ansible/ansible/issues/83373)
- linear strategy now provides a properly templated task name to the v2_runner_on_started callback event.
- package_facts - ignore warnings sent by apk on stderr (https://github.com/ansible/ansible/issues/83501).
- replace - Updated before/after example (https://github.com/ansible/ansible/issues/83390).
- templating hostvars under native jinja will not cause serialization errors anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.29 -r1.30 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.33 pkgsrc/sysutils/ansible-core/Makefile:1.34
--- pkgsrc/sysutils/ansible-core/Makefile:1.33  Tue Jun 18 12:19:04 2024
+++ pkgsrc/sysutils/ansible-core/Makefile       Wed Jul 17 08:16:18 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2024/06/18 12:19:04 adam Exp $
+# $NetBSD: Makefile,v 1.34 2024/07/17 08:16:18 adam Exp $
 
-DISTNAME=      ansible_core-2.17.1
+DISTNAME=      ansible_core-2.17.2
 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.29 pkgsrc/sysutils/ansible-core/distinfo:1.30
--- pkgsrc/sysutils/ansible-core/distinfo:1.29  Tue Jun 18 12:19:04 2024
+++ pkgsrc/sysutils/ansible-core/distinfo       Wed Jul 17 08:16:18 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2024/06/18 12:19:04 adam Exp $
+$NetBSD: distinfo,v 1.30 2024/07/17 08:16:18 adam Exp $
 
-BLAKE2s (ansible_core-2.17.1.tar.gz) = 36d4f45d92a8ae37960a96246442d4ba724fc664dc0500684f3ff620555b9831
-SHA512 (ansible_core-2.17.1.tar.gz) = 4690b41d000e62deb5b41b407d53e43e05e6bcf3a92e073411317264fabaea10b7ee737f798df20e12c4afaccf39807ed446570c9cfb0c58e7c5f45840b541a7
-Size (ansible_core-2.17.1.tar.gz) = 3123697 bytes
+BLAKE2s (ansible_core-2.17.2.tar.gz) = d1f91e3fd6d0000eeda319a75b6efeb20e52321edfda9762ecf50f5bb672c35a
+SHA512 (ansible_core-2.17.2.tar.gz) = 34c0630798d2c4ae4e426a7feb29f7d88738fa89df2abd36b825cbf010709c5c3ba4feaa5590d2841535d2b367d04dce9a817e9076cec791c7e9fcb47853249f
+Size (ansible_core-2.17.2.tar.gz) = 3125313 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index