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 Jul 18 04:36:31 UTC 2023

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

Log Message:
ansible-core: updated to 2.15.2

v2.15.2
=======

Minor Changes
-------------
- Utilize gpg check provided internally by the ``transaction.run`` method as oppose to calling it manually.
- ansible-test - Add Fedora 38 remote.
- ansible-test - Use a context manager to perform cleanup at exit instead of using the built-in ``atexit`` module.
- dnf5 - enable environment groups installation testing in CI as its support was added.
- dnf5 - enable now implemented ``cacheonly`` functionality

Bugfixes
--------
- From issue https://github.com/ansible/ansible/issues/80880, when notifying a handler from another handler, handler notifications must be registered immediately as the flush_handler call is not 
recursive.
- ansible-galaxy - Fix issue installing collections containing directories with more than 100 characters on python versions before 3.10.6
- paramiko_ssh, psrp, and ssh connection plugins - ensure that all values for options that should be strings are actually converted to strings (https://github.com/ansible/ansible/pull/81029).
- templating - In the template action and lookup, use local jinja2 environment overlay overrides instead of mutating the templars environment

Known Issues
------------
- ansible-test - The Fedora 37 remote is known to occasionally hang during boot. It is no longer routinely tested as a result. If possible, use the Fedora 38 remote instead.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/ansible-core/Makefile
cvs rdiff -u -r1.16 -r1.17 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.18 pkgsrc/sysutils/ansible-core/Makefile:1.19
--- pkgsrc/sysutils/ansible-core/Makefile:1.18  Mon Jun 26 16:15:29 2023
+++ pkgsrc/sysutils/ansible-core/Makefile       Tue Jul 18 04:36:31 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2023/06/26 16:15:29 adam Exp $
+# $NetBSD: Makefile,v 1.19 2023/07/18 04:36:31 adam Exp $
 
-DISTNAME=      ansible-core-2.15.1
+DISTNAME=      ansible-core-2.15.2
 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.16 pkgsrc/sysutils/ansible-core/distinfo:1.17
--- pkgsrc/sysutils/ansible-core/distinfo:1.16  Mon Jun 26 16:15:29 2023
+++ pkgsrc/sysutils/ansible-core/distinfo       Tue Jul 18 04:36:31 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2023/06/26 16:15:29 adam Exp $
+$NetBSD: distinfo,v 1.17 2023/07/18 04:36:31 adam Exp $
 
-BLAKE2s (ansible-core-2.15.1.tar.gz) = d18754e48954eb9c963fdd51b6a13e5cba1be76df860de07afa061f81f7fa66f
-SHA512 (ansible-core-2.15.1.tar.gz) = a0febdf13fbc70b8a4a5b670c8812fd8cbee7c02118f0087d453194d74f3b0c56b3659d9d763787c0d0e65bf82399f4ff00d355ec0243771986444f9880ee09e
-Size (ansible-core-2.15.1.tar.gz) = 10811279 bytes
+BLAKE2s (ansible-core-2.15.2.tar.gz) = 1c4366dc09984ce02513e910ace9529770b8d66c7d90ffe91cfd5bc0415a4b42
+SHA512 (ansible-core-2.15.2.tar.gz) = 75cfc9a5f104d15a83ea464e34b9b2d351fcddc23b7bc4e86a1975d2aef22a336c865a4bd25cee58ba64b67eebfc2553ca55ea581ffcfc4e5261af46fbdf7e55
+Size (ansible-core-2.15.2.tar.gz) = 10814159 bytes
 SHA1 (patch-lib_ansible_module__utils_facts_hardware_netbsd.py) = cdc41b104bffab7badd00446a9d0cdecba32cca2



Home | Main Index | Thread Index | Old Index