pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/ansible-core ansible-core: updated to 2.13.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2bb5349a29f6
branches:  trunk
changeset: 382307:2bb5349a29f6
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 25 06:29:57 2022 +0000

description:
ansible-core: updated to 2.13.2

v2.13.2
=======

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

- ansible-test - An improved error message is shown when the download of a pip bootstrap script fails. The download now uses ``urllib2`` instead of ``urllib`` on Python 2.

Bugfixes
--------

- Move undefined check from concat to finalize (https://github.com/ansible/ansible/issues/78156)
- ansible-doc - no longer list module and plugin aliases that are created with symlinks (https://github.com/ansible/ansible/pull/78137).
- ansible-doc - when listing modules in collections, proceed recursively. This fixes module listing for community.general 5.x.y and community.network 4.x.y 
(https://github.com/ansible/ansible/pull/78137).
- ansible-doc will not add 'website for' in ":ref:" substitutions as it made them confusing.
- file backed cache plugins now handle concurrent access by making atomic updates to the files.
- password lookup does not ignore k=v arguments anymore.
- user - Fix error "Permission denied" in user module while generating SSH keys (https://github.com/ansible/ansible/issues/78017).

diffstat:

 sysutils/ansible-core/Makefile |  4 ++--
 sysutils/ansible-core/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 7d1d7c0894e7 -r 2bb5349a29f6 sysutils/ansible-core/Makefile
--- a/sysutils/ansible-core/Makefile    Mon Jul 25 05:57:18 2022 +0000
+++ b/sysutils/ansible-core/Makefile    Mon Jul 25 06:29:57 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/07/11 09:28:41 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/07/25 06:29:57 adam Exp $
 
-DISTNAME=      ansible-core-2.13.1
+DISTNAME=      ansible-core-2.13.2
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/ansible-core/}
 
diff -r 7d1d7c0894e7 -r 2bb5349a29f6 sysutils/ansible-core/distinfo
--- a/sysutils/ansible-core/distinfo    Mon Jul 25 05:57:18 2022 +0000
+++ b/sysutils/ansible-core/distinfo    Mon Jul 25 06:29:57 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2022/07/11 09:28:41 adam Exp $
+$NetBSD: distinfo,v 1.4 2022/07/25 06:29:57 adam Exp $
 
-BLAKE2s (ansible-core-2.13.1.tar.gz) = 1715e4fd650b9a25b45816af461b87b0489c15b0a0c2ff457c2ac7c1f5c2ff49
-SHA512 (ansible-core-2.13.1.tar.gz) = f40ec5c8fdcc1e3f2ed78f398561aca5bfd4793a5f4d9240930f7aaf96233f05c7177304c30c06115943b5b9e9944286f01545cedd378e9c3e7f93c3ebce7c78
-Size (ansible-core-2.13.1.tar.gz) = 7407801 bytes
+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
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index