diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-11-21 13:22:20 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-11-21 13:38:17 +0000 |
commit | 038a552c21c465707589376127c4a38e36c25df5 (patch) | |
tree | 7d3d1ecc874007db7d93b3e8b747247df2b8f820 | |
parent | 903bc9c6011fe800fa287286f62bb30af8cb0fd8 (diff) |
devel/py-taskflow: Update to 5.10.0
-rw-r--r-- | devel/py-taskflow/Makefile | 4 | ||||
-rw-r--r-- | devel/py-taskflow/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-taskflow/Makefile b/devel/py-taskflow/Makefile index 36b02cd9f2e2..d6baceab5ade 100644 --- a/devel/py-taskflow/Makefile +++ b/devel/py-taskflow/Makefile @@ -1,5 +1,5 @@ PORTNAME= taskflow -PORTVERSION= 5.9.1 +PORTVERSION= 5.10.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -28,7 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}automaton>=1.9.0:devel/py-automaton@${PY_FLA ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tenacity>=6.0.0:devel/py-tenacity@${PY_FLAVOR} -USES= python +USES= python:3.9+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-taskflow/distinfo b/devel/py-taskflow/distinfo index 83e2c6737010..5e6934c0dce6 100644 --- a/devel/py-taskflow/distinfo +++ b/devel/py-taskflow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725559817 -SHA256 (taskflow-5.9.1.tar.gz) = 17f8ba6fc46bf4c264bf653c9671ce709417415dddf0c622160d35781ff14aee -SIZE (taskflow-5.9.1.tar.gz) = 1088803 +TIMESTAMP = 1731679306 +SHA256 (taskflow-5.10.0.tar.gz) = f42fc330ebac8814cd8c3f1b243ae0f46a599c783f37247da236b35947e8dfb8 +SIZE (taskflow-5.10.0.tar.gz) = 1089026 |