git: 475bb2ea495d - main - devel/py-futurist: Update to 2.4.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 May 2022 11:45:43 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=475bb2ea495d00dfaaf19726e4332594cd8cf6c1 commit 475bb2ea495d00dfaaf19726e4332594cd8cf6c1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-13 11:30:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-13 11:39:27 +0000 devel/py-futurist: Update to 2.4.1 - Update WWW Changes: https://docs.openstack.org/futurist/latest/user/history.html --- devel/py-futurist/Makefile | 3 +-- devel/py-futurist/distinfo | 6 +++--- devel/py-futurist/pkg-descr | 3 ++- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-futurist/Makefile b/devel/py-futurist/Makefile index a838bd15cdab..607d335e6ee1 100644 --- a/devel/py-futurist/Makefile +++ b/devel/py-futurist/Makefile @@ -1,7 +1,7 @@ # Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> PORTNAME= futurist -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-futurist/distinfo b/devel/py-futurist/distinfo index 4925603cb81c..0af2e2d389fc 100644 --- a/devel/py-futurist/distinfo +++ b/devel/py-futurist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037070 -SHA256 (futurist-2.4.0.tar.gz) = 1c7452e2e8cc542c40c066c7d2be266a7029d9de391055613b4f069caa10a90b -SIZE (futurist-2.4.0.tar.gz) = 45047 +TIMESTAMP = 1652122637 +SHA256 (futurist-2.4.1.tar.gz) = 9c1760a877c0fe3260d04b6a6d4352a6d25ac58e483f1d6cd495e33dc3740ff7 +SIZE (futurist-2.4.1.tar.gz) = 44796 diff --git a/devel/py-futurist/pkg-descr b/devel/py-futurist/pkg-descr index e365771ecc04..d6e64ac90355 100644 --- a/devel/py-futurist/pkg-descr +++ b/devel/py-futurist/pkg-descr @@ -4,4 +4,5 @@ allows for providing a level of transparency in how asynchronous work gets executed. This library currently adds statistics gathering, an eventlet executor, a synchronous executor etc. -WWW: https://pypi.org/project/futurist/ +WWW: https://docs.openstack.org/futurist/latest/ +WWW: https://github.com/openstack/futurist