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:           Fri Oct 14 11:08:51 UTC 2022

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

Log Message:
ansible-core: updated to 2.13.5

v2.13.5
=======

Bugfixes
--------
- ``ansible-galaxy`` - remove extra server api call during dependency resolution for requirements and dependencies that are already satisfied (https://github.com/ansible/ansible/issues/77443).
- ansible-test - Allow disabled, unsupported, unstable and destructive integration test targets to be selected using their respective prefixes.
- ansible-test - Allow unstable tests to run when targeted changes are made and the ``--allow-unstable-changed`` option is specified (resolves https://github.com/ansible/ansible/issues/74213).
- apt - Fix module failure when a package is not installed and only_upgrade=True. Skip that package and check the remaining requested packages for upgrades. 
(https://github.com/ansible/ansible/issues/78762)
- apt module should not traceback on invalid type given as package. issue 78663.
- known_hosts - do not return changed status when a non-existing key is removed (https://github.com/ansible/ansible/issues/78598)
- paramiko - Add back support for ``ssh_args``, ``ssh_common_args``, and ``ssh_extra_args`` for parsing the ``ProxyCommand`` (https://github.com/ansible/ansible/issues/78750)
- plugin loader, fix detection for existing configuration before initializing for a plugin


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/sysutils/ansible-core/Makefile:1.8
--- pkgsrc/sysutils/ansible-core/Makefile:1.7   Wed Sep 14 06:46:01 2022
+++ pkgsrc/sysutils/ansible-core/Makefile       Fri Oct 14 11:08:50 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2022/09/14 06:46:01 adam Exp $
+# $NetBSD: Makefile,v 1.8 2022/10/14 11:08:50 adam Exp $
 
-DISTNAME=      ansible-core-2.13.4
+DISTNAME=      ansible-core-2.13.5
 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.6 pkgsrc/sysutils/ansible-core/distinfo:1.7
--- pkgsrc/sysutils/ansible-core/distinfo:1.6   Wed Sep 14 06:46:01 2022
+++ pkgsrc/sysutils/ansible-core/distinfo       Fri Oct 14 11:08:50 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2022/09/14 06:46:01 adam Exp $
+$NetBSD: distinfo,v 1.7 2022/10/14 11:08:50 adam Exp $
 
-BLAKE2s (ansible-core-2.13.4.tar.gz) = 451272c6370339a4c43ce3873cd3a4375ea951c19329434bd93fc7d6cc07b032
-SHA512 (ansible-core-2.13.4.tar.gz) = 62678ad80b2073552070f154c55707c1b89bcb9d2d56235d76bb4701344e387d250590a931340cb676a605677cf69ab56b1b15b30d75859de4b294662dc50ee0
-Size (ansible-core-2.13.4.tar.gz) = 13929408 bytes
+BLAKE2s (ansible-core-2.13.5.tar.gz) = 412a912c726b22c7ca6bbee47e8597f1a1d36fb5437d4eb3699d4c819698accd
+SHA512 (ansible-core-2.13.5.tar.gz) = e57dca7d457cfbf8a805442dd274499e3a6e4652303dc9e838b46c7dba9a36f2262e548bf9b6ff66f4e4bed5fa648abf9bb9a881047d4c6c0d6efbc91269eca2
+Size (ansible-core-2.13.5.tar.gz) = 13934317 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index