Index | Thread | Search

From:
Mikolaj Kucharski <mikolaj@kucharski.name>
Subject:
UPDATE: ansible-runner 2.4.2, take maintainership
To:
ports@openbsd.org
Date:
Fri, 17 Oct 2025 08:15:40 +0000

Download raw body.

Thread
  • Mikolaj Kucharski:

    UPDATE: ansible-runner 2.4.2, take maintainership

Hi.

- take maintainership
- update from 2.4.1 to 2.4.2

from https://github.com/ansible/ansible-runner/releases

What's Changed
- Short circuit display wrapper of the callback plugin within forks (#1414)
- Improve EOF log messages when streaming (#1458)

https://github.com/ansible/ansible-runner/compare/2.4.1...2.4.2


Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/ansible-runner/Makefile,v
diff -u -p -u -r1.1.1.1 Makefile
--- Makefile	30 Jul 2025 08:34:38 -0000	1.1.1.1
+++ Makefile	17 Oct 2025 08:04:25 -0000
@@ -1,9 +1,11 @@
 COMMENT =	interface for controlling and interacting with Ansible
 
-MODPY_DISTV =	2.4.1
+MODPY_DISTV =	2.4.2
 
 DISTNAME =	ansible_runner-${MODPY_DISTV}
 PKGNAME =	${DISTNAME:S/_/-/}
+
+MAINTAINER =	Mikolaj Kucharski <mikolaj@kucharski.name>
 
 CATEGORIES =	sysutils
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/ansible-runner/distinfo,v
diff -u -p -u -r1.1.1.1 distinfo
--- distinfo	30 Jul 2025 08:34:38 -0000	1.1.1.1
+++ distinfo	17 Oct 2025 08:04:25 -0000
@@ -1,2 +1,2 @@
-SHA256 (ansible_runner-2.4.1.tar.gz) = EdcX2k3Y2T1WcDpKmOXyFUAmp+0bRtmTCQK4KY3GfQk=
-SIZE (ansible_runner-2.4.1.tar.gz) = 149599
+SHA256 (ansible_runner-2.4.2.tar.gz) = Mx1NqNeE5adqqTVpgcAlX0uxumQHNu/oSwvXxzpMpCA=
+SIZE (ansible_runner-2.4.2.tar.gz) = 152047

-- 
Regards,
 Mikolaj