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.14.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/7f4eee5020d9
branches: trunk
changeset: 389711:7f4eee5020d9
user: adam <adam%pkgsrc.org@localhost>
date: Thu Dec 08 14:11:04 2022 +0000
description:
ansible-core: updated to 2.14.1
v2.14.1
=======
Minor Changes
-------------
- ansible-test - Improve consistency of executed ``pylint`` commands by making the plugins ordered.
Bugfixes
--------
- Fixes leftover _valid_attrs usage.
- ansible-galaxy - make initial call to Galaxy server on-demand only when installing, getting info about, and listing roles.
- copy module will no longer move 'non files' set as src when remote_src=true.
- display - reduce risk of post-fork output deadlocks (https://github.com/ansible/ansible/pull/79522)
- jinja2_native: preserve quotes in strings (https://github.com/ansible/ansible/issues/79083)
- updated error messages to include 'acl' and not just mode changes when failing to set required permissions on remote.
diffstat:
sysutils/ansible-core/Makefile | 6 +++---
sysutils/ansible-core/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (35 lines):
diff -r ec3a9ecc7067 -r 7f4eee5020d9 sysutils/ansible-core/Makefile
--- a/sysutils/ansible-core/Makefile Thu Dec 08 13:18:51 2022 +0000
+++ b/sysutils/ansible-core/Makefile Thu Dec 08 14:11:04 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2022/11/14 09:33:51 adam Exp $
+# $NetBSD: Makefile,v 1.11 2022/12/08 14:11:04 adam Exp $
-DISTNAME= ansible-core-2.14.0
+DISTNAME= ansible-core-2.14.1
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-core/}
@@ -15,7 +15,7 @@
DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
DEPENDS+= ${PYPKGPREFIX}-resolvelib>=0.5.3:../../devel/py-resolvelib
-DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+DEPENDS+= ${PYPKGPREFIX}-yaml>=5.1:../../textproc/py-yaml
USE_TOOLS+= gmake
diff -r ec3a9ecc7067 -r 7f4eee5020d9 sysutils/ansible-core/distinfo
--- a/sysutils/ansible-core/distinfo Thu Dec 08 13:18:51 2022 +0000
+++ b/sysutils/ansible-core/distinfo Thu Dec 08 14:11:04 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2022/11/14 09:33:51 adam Exp $
+$NetBSD: distinfo,v 1.9 2022/12/08 14:11:04 adam Exp $
-BLAKE2s (ansible-core-2.14.0.tar.gz) = fb285b2cf48646eb25e1c95ff6721bd5a91719815649cd6a60a4a331edf18dbd
-SHA512 (ansible-core-2.14.0.tar.gz) = 09e5b45608f7e1f341100dd89a6277a71a5ff0a45244cd6862a10d0f35a993c3cf649a5f9936ac726f7e903269f98a975804418516e602b8dd983bfca23c66cb
-Size (ansible-core-2.14.0.tar.gz) = 13988948 bytes
+BLAKE2s (ansible-core-2.14.1.tar.gz) = 704ecb941b8724d3b7de98cfc6e1ad688a41943182148e4e2f301b06a137b1df
+SHA512 (ansible-core-2.14.1.tar.gz) = d3710aff1dbb04746b663b7c987c3597005dd8633df82f645312e20ddb9c679e7315968c0cf2876ae22ba91d17e4c54ef9cbdb6b825ee1d6f4229e887f8b4571
+Size (ansible-core-2.14.1.tar.gz) = 14000906 bytes
SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2
Home |
Main Index |
Thread Index |
Old Index