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 Mar 28 15:11:16 UTC 2023

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

Log Message:
ansible-core: updated to 2.14.4

v2.14.4
=======

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

- ansible-test - Moved git handling out of the validate-modules sanity test and into ansible-test.
- ansible-test - Removed the ``--keep-git`` sanity test option, which was limited to testing ansible-core itself.
- ansible-test - Updated the Azure Pipelines CI plugin to work with newer versions of git.

Breaking Changes / Porting Guide
--------------------------------

- ansible-test - Integration tests which depend on specific file permissions when running in an ansible-test managed host environment may require changes. Tests that require permissions other than 
``755`` or ``644`` may need to be updated to set the necessary permissions as part of the test run.

Bugfixes
--------

- Fix ``MANIFEST.in`` to exclude unwanted files in the ``packaging/`` directory.
- Fix ``MANIFEST.in`` to include ``*.md`` files in the ``test/support/`` directory.
- Fix an issue where the value of ``become`` was ignored when used on a role used as a dependency in ``main/meta.yml`` (https://github.com/ansible/ansible/issues/79777)
- ``ansible_eval_concat`` - avoid redundant unsafe wrapping of templated strings converted to Python types
- ansible-galaxy role info - fix unhandled AttributeError by catching the correct exception.
- ansible-test - Always indicate the Python version being used before installing requirements. Resolves issue https://github.com/ansible/ansible/issues/72855
- ansible-test - Exclude ansible-core vendored Python packages from ansible-test payloads.
- ansible-test - Integration test target prefixes defined in a ``tests/integration/target-prefixes.{group}`` file can now contain an underscore (``_``) character. Resolves issue 
https://github.com/ansible/ansible/issues/79225
- ansible-test - Removed pointless comparison in diff evaluation logic.
- ansible-test - Set ``PYLINTHOME`` for the ``pylint`` sanity test to prevent failures due to ``pylint`` checking for the existence of an obsolete home directory.
- ansible-test - Support loading of vendored Python packages from ansible-core.
- ansible-test - Use consistent file permissions when delegating tests to a container or remote host. Files with any execute bit set will use permissions ``755``. All other files will use permissions 
``644``. (Resolves issue https://github.com/ansible/ansible/issues/75079)
- copy - fix creating the dest directory in check mode with remote_src=True (https://github.com/ansible/ansible/issues/78611).
- copy - fix reporting changes to file attributes in check mode with remote_src=True (https://github.com/ansible/ansible/issues/77957).


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.12 -r1.13 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.14 pkgsrc/sysutils/ansible-core/Makefile:1.15
--- pkgsrc/sysutils/ansible-core/Makefile:1.14  Thu Mar  2 11:57:59 2023
+++ pkgsrc/sysutils/ansible-core/Makefile       Tue Mar 28 15:11:16 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2023/03/02 11:57:59 adam Exp $
+# $NetBSD: Makefile,v 1.15 2023/03/28 15:11:16 adam Exp $
 
-DISTNAME=      ansible-core-2.14.3
+DISTNAME=      ansible-core-2.14.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.12 pkgsrc/sysutils/ansible-core/distinfo:1.13
--- pkgsrc/sysutils/ansible-core/distinfo:1.12  Thu Mar  2 11:57:59 2023
+++ pkgsrc/sysutils/ansible-core/distinfo       Tue Mar 28 15:11:16 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2023/03/02 11:57:59 adam Exp $
+$NetBSD: distinfo,v 1.13 2023/03/28 15:11:16 adam Exp $
 
-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
+BLAKE2s (ansible-core-2.14.4.tar.gz) = d92f1e1c39bda017ca8c004a85fb5ef8a9a0be84ff8ed3da8a27d57185533c8e
+SHA512 (ansible-core-2.14.4.tar.gz) = 86164dfded15232174e4f11140a71b91ef5b0d93b40a2df9588930b4b955f20feb419258c2bbf9d6735d298ec626c88c5e9b1c933a51e3273a28b85fac7a3762
+Size (ansible-core-2.14.4.tar.gz) = 11589961 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