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 Aug 19 11:16:23 UTC 2024

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

Log Message:
ansible-core: updated to 2.17.3

v2.17.3
=======

Release Summary
---------------

| Release Date: 2024-08-12
| `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__

Minor Changes
-------------

- ansible-test - Improve the error message shown when an unknown ``--remote`` or ``--docker`` option is given.
- ansible-test - Removed the ``vyos/1.1.8`` network remote as it is no longer functional.

Bugfixes
--------

- Warning now includes filename and line number of variable when specifying a list of dictionaries for vars (https://github.com/ansible/ansible/issues/82528).
- config, restored the ability to set module compression via a variable
- debconf - fix normalization of value representation for boolean vtypes in new packages (https://github.com/ansible/ansible/issues/83594)
- linear strategy: fix handlers included via ``include_tasks`` handler to be executed in lockstep (https://github.com/ansible/ansible/issues/83019)


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.30 -r1.31 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.34 pkgsrc/sysutils/ansible-core/Makefile:1.35
--- pkgsrc/sysutils/ansible-core/Makefile:1.34  Wed Jul 17 08:16:18 2024
+++ pkgsrc/sysutils/ansible-core/Makefile       Mon Aug 19 11:16:23 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2024/07/17 08:16:18 adam Exp $
+# $NetBSD: Makefile,v 1.35 2024/08/19 11:16:23 adam Exp $
 
-DISTNAME=      ansible_core-2.17.2
+DISTNAME=      ansible_core-2.17.3
 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.30 pkgsrc/sysutils/ansible-core/distinfo:1.31
--- pkgsrc/sysutils/ansible-core/distinfo:1.30  Wed Jul 17 08:16:18 2024
+++ pkgsrc/sysutils/ansible-core/distinfo       Mon Aug 19 11:16:23 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2024/07/17 08:16:18 adam Exp $
+$NetBSD: distinfo,v 1.31 2024/08/19 11:16:23 adam Exp $
 
-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
+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
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index