Index | Thread | Search

From:
Mikolaj Kucharski <mikolaj@kucharski.name>
Subject:
Re: UPDATE: ansible-runner 2.4.3
To:
ports@openbsd.org
Date:
Mon, 13 Apr 2026 19:15:12 +0000

Download raw body.

Thread
Hi.

Ping.

On Thu, Apr 09, 2026 at 06:33:49PM +0000, Mikolaj Kucharski wrote:
> Hi.
> 
> Kind reminder.
> 
> Raw message at:
> https://marc.info/?l=openbsd-ports&m=177507749930597&q=mbox
> 
> 

What's Changed:

- Use get_option api from callback plugins (#1488). This fixes some
  problems around using custom callback plugins.

- Fix container --tty detection in subprocess mode (#1489)


Full Changelog: https://github.com/ansible/ansible-runner/compare/2.4.2...2.4.3


Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/ansible-runner/Makefile,v
diff -u -p -u -r1.2 Makefile
--- Makefile	17 Oct 2025 19:50:51 -0000	1.2
+++ Makefile	1 Apr 2026 17:52:40 -0000
@@ -1,6 +1,6 @@
 COMMENT =	interface for controlling and interacting with Ansible
 
-MODPY_DISTV =	2.4.2
+MODPY_DISTV =	2.4.3
 
 DISTNAME =	ansible_runner-${MODPY_DISTV}
 PKGNAME =	${DISTNAME:S/_/-/}
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/ansible-runner/distinfo,v
diff -u -p -u -r1.2 distinfo
--- distinfo	17 Oct 2025 19:50:51 -0000	1.2
+++ distinfo	1 Apr 2026 17:52:40 -0000
@@ -1,2 +1,2 @@
-SHA256 (ansible_runner-2.4.2.tar.gz) = Mx1NqNeE5adqqTVpgcAlX0uxumQHNu/oSwvXxzpMpCA=
-SIZE (ansible_runner-2.4.2.tar.gz) = 152047
+SHA256 (ansible_runner-2.4.3.tar.gz) = XzAlUpu5aP3DtidFfdjUGNv51TvHNzXVDmnChUTVMDE=
+SIZE (ansible_runner-2.4.3.tar.gz) = 154148


-- 
Regards,
 Mikolaj