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: Thu Mar 2 11:57:59 UTC 2023
Modified Files:
pkgsrc/sysutils/ansible-core: Makefile distinfo
Log Message:
ansible-core: updated to 2.14.3
v2.14.3
=======
Minor Changes
-------------
- Make using blocks as handlers a parser error (https://github.com/ansible/ansible/issues/79968)
- ansible-test - Specify the configuration file location required by test plugins when the config file is not found. This resolves issue: https://github.com/ansible/ansible/issues/79411
- ansible-test - Update error handling code to use Python 3.x constructs, avoiding direct use of ``errno``.
- ansible-test acme test container - update version to update used Pebble version, underlying Python and Go base containers, and Python requirements (https://github.com/ansible/ansible/pull/79783).
Bugfixes
--------
- Ansible.Basic.cs - Ignore compiler warning (reported as an error) when running under PowerShell 7.3.x.
- Fix conditionally notifying ``include_tasks` handlers when ``force_handlers`` is used (https://github.com/ansible/ansible/issues/79776)
- TaskExecutor - don't ignore templated _raw_params that k=v parser failed to parse (https://github.com/ansible/ansible/issues/79862)
- ansible-galaxy - fix installing collections in git repositories/directories which contain a MANIFEST.json file (https://github.com/ansible/ansible/issues/79796).
- ansible-test - Support Podman 4.4.0+ by adding the ``SYS_CHROOT`` capability when running containers.
- ansible-test - fix warning message about failing to run an image to include the image name
- strategy plugins now correctly identify bad registered variables, even on skip.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.11 -r1.12 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.13 pkgsrc/sysutils/ansible-core/Makefile:1.14
--- pkgsrc/sysutils/ansible-core/Makefile:1.13 Thu Feb 9 09:59:37 2023
+++ pkgsrc/sysutils/ansible-core/Makefile Thu Mar 2 11:57:59 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2023/02/09 09:59:37 adam Exp $
+# $NetBSD: Makefile,v 1.14 2023/03/02 11:57:59 adam Exp $
-DISTNAME= ansible-core-2.14.2
+DISTNAME= ansible-core-2.14.3
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.11 pkgsrc/sysutils/ansible-core/distinfo:1.12
--- pkgsrc/sysutils/ansible-core/distinfo:1.11 Thu Feb 9 09:59:37 2023
+++ pkgsrc/sysutils/ansible-core/distinfo Thu Mar 2 11:57:59 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2023/02/09 09:59:37 adam Exp $
+$NetBSD: distinfo,v 1.12 2023/03/02 11:57:59 adam Exp $
-BLAKE2s (ansible-core-2.14.2.tar.gz) = dad18f28eb29bf9bd1600e272ab1c35096c4296ec355d1c46d3a3f62a992d928
-SHA512 (ansible-core-2.14.2.tar.gz) = 210dcd32b3a7faa50028200cc7f2ef4b8a8c5ee90fdfdf31cb61d2bc6d03c86aeb644a751e0c14aea3c1a95ea9e18703de1de304beeedcda4a98780f3e79cfec
-Size (ansible-core-2.14.2.tar.gz) = 11514103 bytes
+BLAKE2s (ansible-core-2.14.3.tar.gz) = 849022fb75e8c8737385477a53a36faf4cd64860f70558feb5f6ed84162576cc
+SHA512 (ansible-core-2.14.3.tar.gz) = 95278d9c55d3eef2f66db1ee62648b5493e138f19513c32780684c55631c1ec49f94988a8d0f5eede44dbcceca7b4dd34aca10fa67d17dbe90ef8cf37051581d
+Size (ansible-core-2.14.3.tar.gz) = 11516886 bytes
SHA1 (patch-lib_ansible_galaxy_dependency__resolution_providers.py) = 9b56e9be39607ac7566f659f6a93f5b060dbd7ac
SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2
SHA1 (patch-requirements.txt) = e0bdb2f2128aaba0e26930ef11b138a2424b4e7f
Home |
Main Index |
Thread Index |
Old Index