Received: by mail.netbsd.org (Postfix, from userid 605) id 4480284E7F; Fri, 26 Aug 2022 09:47:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7B06B84CEF for ; Fri, 26 Aug 2022 09:47:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id MSD7IB0G6Qrk for ; Fri, 26 Aug 2022 09:47:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 923F084E57 for ; Fri, 26 Aug 2022 09:47:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8C0DFF9EC; Fri, 26 Aug 2022 09:47:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1661507244202360" MIME-Version: 1.0 Date: Fri, 26 Aug 2022 09:47:24 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/sysutils/ansible-core To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220826094724.8C0DFF9EC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1661507244202360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Aug 26 09:47:24 UTC 2022 Modified Files: pkgsrc/sysutils/ansible-core: Makefile distinfo Log Message: ansible-core: updated to 2.13.3 v2.13.3 ======= Bugfixes -------- - Avoid 'unreachable' error when chmod on AIX has 255 as return code. - Fix PluginLoader to mimic Python import machinery by adding module to sys.modules before exec - Fix dnf module documentation to indicate that comparison operators for package version require spaces around them (https://github.com/ansible/ansible/issues/78295) - ansible-connection - decrypt vaulted parameters before sending over the socket, as vault secrets are not available on the other side. - ansible-galaxy - Fix reinitializing the whole collection directory with ``ansible-galaxy collection init ns.coll --force``. Now directories and files that are not included in the collection skeleton will be removed. - ansible-galaxy - do not require mandatory keys in the ``galaxy.yml`` of source collections when listing them (https://github.com/ansible/ansible/issues/70180). - ansible-galaxy - fix listing collections that contains metadata but the namespace or name are not strings. - ansible-galaxy - fix setting the cache for paginated responses from Galaxy NG/AH (https://github.com/ansible/ansible/issues/77911). - ansible-test - Delegation for commands which generate output for programmatic consumption no longer redirect all output to stdout. The affected commands and options are ``shell``, ``sanity --lint``, ``sanity --list-tests``, ``integration --list-targets``, ``coverage analyze`` - ansible-test - Delegation now properly handles arguments given after ``--`` on the command line. - ansible-test - Test configuration for collections is now parsed only once, prior to delegation. Fixes issue: https://github.com/ansible/ansible/issues/78334 - ansible-test - The ``shell`` command no longer redirects all output to stdout when running a provided command. Any command output written to stderr will be mixed with the stderr output from ansible-test. - ansible-test - The ``shell`` command no longer requests a TTY when using delegation unless an interactive shell is being used. An interactive shell is the default behavior when no command is given to pass to the shell. - dnf - fix output parsing on systems with ``LANGUAGE`` set to a language other than English (https://github.com/ansible/ansible/issues/78193) - if a config setting prevents running ansible it should at least show it's "origin". - prevent type annotation shim failures from causing runtime failures (https://github.com/ansible/ansible/pull/77860) - template module/lookup - fix ``convert_data`` option that was effectively always set to True for Jinja macros (https://github.com/ansible/ansible/issues/78141) - uri - properly use uri parameter use_proxy (https://github.com/ansible/ansible/issues/58632) - yum - fix traceback when ``releasever`` is specified with ``latest`` (https://github.com/ansible/ansible/issues/78058) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/ansible-core/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/ansible-core/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1661507244202360 Content-Disposition: inline Content-Length: 1736 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/ansible-core/Makefile diff -u pkgsrc/sysutils/ansible-core/Makefile:1.5 pkgsrc/sysutils/ansible-core/Makefile:1.6 --- pkgsrc/sysutils/ansible-core/Makefile:1.5 Mon Jul 25 06:29:57 2022 +++ pkgsrc/sysutils/ansible-core/Makefile Fri Aug 26 09:47:24 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2022/07/25 06:29:57 adam Exp $ +# $NetBSD: Makefile,v 1.6 2022/08/26 09:47:24 adam Exp $ -DISTNAME= ansible-core-2.13.2 +DISTNAME= ansible-core-2.13.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.4 pkgsrc/sysutils/ansible-core/distinfo:1.5 --- pkgsrc/sysutils/ansible-core/distinfo:1.4 Mon Jul 25 06:29:57 2022 +++ pkgsrc/sysutils/ansible-core/distinfo Fri Aug 26 09:47:24 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2022/07/25 06:29:57 adam Exp $ +$NetBSD: distinfo,v 1.5 2022/08/26 09:47:24 adam Exp $ -BLAKE2s (ansible-core-2.13.2.tar.gz) = 1e6b74f07e3c7b13d7c97d501bcc337529e030150b950ee35b62b3cea2e1d1fb -SHA512 (ansible-core-2.13.2.tar.gz) = a57cf0388c0866b30513a84733208b85b5d352755e884021ec5120f32b5b76d751f9f03320336744d925f69f6b35064eb58081029f49f7987b9a877913c3c29b -Size (ansible-core-2.13.2.tar.gz) = 13332205 bytes +BLAKE2s (ansible-core-2.13.3.tar.gz) = 7615f09dc21437f2b7b3a79ec30a836d4236be26087c10f3797f4b246139e012 +SHA512 (ansible-core-2.13.3.tar.gz) = 9be80d0dcd10d012c871b5c95b2357430dfa6809bff794158a4ae06a40761c01db60a966115d7a9141028c96d79a1d99d6bfb191788dc1c467dd0107dba7058c +Size (ansible-core-2.13.3.tar.gz) = 13924100 bytes SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2 --_----------=_1661507244202360--