py-mitogen: update to a newer git checkout and adjust version check to

permit newer ansible (which still seems to work)
This commit is contained in:
sthen 2022-11-17 14:36:51 +00:00
parent c103d4c372
commit 653d7bc2a0
3 changed files with 16 additions and 5 deletions

View File

@ -2,12 +2,11 @@ COMMENT= write distributed self-replicating programs in Python
GH_ACCOUNT= mitogen-hq
GH_PROJECT= mitogen
GH_COMMIT= 572636a9d3c5a4ac4e8591c42f29763cb56fe602
GH_COMMIT= a47b9f3631ba3c37bf0410c6a4960c3eec152454
MODPY_EGG_VERSION= 0.3.4
DISTNAME= mitogen-${MODPY_EGG_VERSION}pre0
DISTNAME= mitogen-${MODPY_EGG_VERSION}pre1
PKGNAME= py-${DISTNAME}
REVISION= 0
CATEGORIES= sysutils

View File

@ -1,2 +1,2 @@
SHA256 (mitogen-0.3.4pre0-572636a9.tar.gz) = MTQX8ydq/AatW+px4IivjIYRxv5E3V6a1vwsTu8pYf4=
SIZE (mitogen-0.3.4pre0-572636a9.tar.gz) = 1243309
SHA256 (mitogen-0.3.4pre1-a47b9f36.tar.gz) = 94dhXqM9N7nxkhyg01onvFZboekhRHuSxX7RebB8QUI=
SIZE (mitogen-0.3.4pre1-a47b9f36.tar.gz) = 1244444

View File

@ -0,0 +1,12 @@
Index: ansible_mitogen/loaders.py
--- ansible_mitogen/loaders.py.orig
+++ ansible_mitogen/loaders.py
@@ -49,7 +49,7 @@ __all__ = [
ANSIBLE_VERSION_MIN = (2, 10)
-ANSIBLE_VERSION_MAX = (2, 13)
+ANSIBLE_VERSION_MAX = (2, 14)
NEW_VERSION_MSG = (
"Your Ansible version (%s) is too recent. The most recent version\n"