diff options
| author | Dave Cottlehuber <dch@FreeBSD.org> | 2025-09-29 15:48:03 +0000 |
|---|---|---|
| committer | Dave Cottlehuber <dch@FreeBSD.org> | 2025-09-29 15:57:14 +0000 |
| commit | db7ac3f323647d8ea0c78a8ce5f7dad57676a3d6 (patch) | |
| tree | e174bf3e2f45db9c800852823f29ea33a08977e7 | |
| parent | 9aa2f643851a9fad4ba6ac6a9234ca002217ceb6 (diff) | |
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
| -rw-r--r-- | UPDATING | 8 | ||||
| -rw-r--r-- | sysutils/py-mitogen/Makefile | 3 | ||||
| -rw-r--r-- | sysutils/py-mitogen/distinfo | 6 |
3 files changed, 12 insertions, 5 deletions
@@ -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) = 228860 |
