diff --git a/devel/py-circuitbreaker/Makefile b/devel/py-circuitbreaker/Makefile index 953de02304a2..59e1db8a0027 100644 --- a/devel/py-circuitbreaker/Makefile +++ b/devel/py-circuitbreaker/Makefile @@ -1,32 +1,31 @@ PORTNAME= circuitbreaker -DISTVERSION= 2.0.0 -PORTREVISION= 1 +DISTVERSION= 2.1.3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ale_sagra@hotmail.com COMMENT= Python Circuit Breaker pattern implementation WWW= https://github.com/fabfuel/circuitbreaker LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>0:devel/py-twisted@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>0:devel/py-pytest-asyncio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-twisted>0:devel/py-pytest-twisted@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils TEST_TARGET= test NO_ARCH= yes do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v -o addopts= .include diff --git a/devel/py-circuitbreaker/distinfo b/devel/py-circuitbreaker/distinfo index b9ce8954829b..675a2bcb9df4 100644 --- a/devel/py-circuitbreaker/distinfo +++ b/devel/py-circuitbreaker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684226359 -SHA256 (circuitbreaker-2.0.0.tar.gz) = 28110761ca81a2accbd6b33186bc8c433e69b0933d85e89f280028dbb8c1dd14 -SIZE (circuitbreaker-2.0.0.tar.gz) = 10736 +TIMESTAMP = 1745429559 +SHA256 (circuitbreaker-2.1.3.tar.gz) = 1a4baee510f7bea3c91b194dcce7c07805fe96c4423ed5594b75af438531d084 +SIZE (circuitbreaker-2.1.3.tar.gz) = 10787