Date: Mon, 29 Sep 2025 15:57:49 GMT From: Dave Cottlehuber <dch@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: db7ac3f32364 - main - sysutils/py-mitogen: update to 0.3.27 Message-ID: <202509291557.58TFvn5j070500@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=db7ac3f323647d8ea0c78a8ce5f7dad57676a3d6 commit db7ac3f323647d8ea0c78a8ce5f7dad57676a3d6 Author: Dave Cottlehuber <dch@FreeBSD.org> AuthorDate: 2025-09-29 15:48:03 +0000 Commit: Dave Cottlehuber <dch@FreeBSD.org> CommitDate: 2025-09-29 15:57:14 +0000 sysutils/py-mitogen: update to 0.3.27 Ansible 12 has deprecated third-party strategy plugins. This is currently how Mitogen integrates with Ansible (e.g. ANSIBLE_STRATEGY=mitogen_linear). Running Ansible 12 + Mitogen will currently print a deprecation warning Changelog: https://github.com/mitogen-hq/mitogen/blob/master/docs/changelog.rst#v0327-2025-08-20 Sponsored by: SkunkWerks, GmbH --- UPDATING | 8 ++++++++ sysutils/py-mitogen/Makefile | 3 +-- sysutils/py-mitogen/distinfo | 6 +++--- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/UPDATING b/UPDATING index 2b00594ba611..4d6900e24ef2 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,14 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20250918: + AFFECTS: users of sysutils/py-mitogen + AUTHOR: dch@FreeBSD.org + + Ansible 12 is soft deprecating the ANSIBLE_STRATEGY functionality that + mitogen uses to integrate with Ansible. A future version of ansible-core + may remove this. See https://github.com/mitogen-hq/mitogen/issues/1278 + 20250917: AFFECTS: users of mail/pflogsumm AUTHOR: flo@FreeBSD.org diff --git a/sysutils/py-mitogen/Makefile b/sysutils/py-mitogen/Makefile index 981f468c3d9e..0c96083db80a 100644 --- a/sysutils/py-mitogen/Makefile +++ b/sysutils/py-mitogen/Makefile @@ -1,6 +1,5 @@ PORTNAME= mitogen -DISTVERSION= 0.3.22 -PORTREVISION= 1 +DISTVERSION= 0.3.27 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-mitogen/distinfo b/sysutils/py-mitogen/distinfo index 913765267c59..7dfc561dc60e 100644 --- a/sysutils/py-mitogen/distinfo +++ b/sysutils/py-mitogen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740403021 -SHA256 (mitogen-0.3.22.tar.gz) = 5cf403069c2477145072e77273a2d2da3e6962db8bcde1f02ae9d723738167be -SIZE (mitogen-0.3.22.tar.gz) = 226296 +TIMESTAMP = 1756031277 +SHA256 (mitogen-0.3.27.tar.gz) = b558ed41fb24b3db4f3a8b696ec3c96a2c58006d1fa0801841c44562f43f22dd +SIZE (mitogen-0.3.27.tar.gz) = 228860home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509291557.58TFvn5j070500>
