Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2023 08:20:38 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7fde532066cc - main - devel/py-circuitbreaker: update to 2.0.0
Message-ID:  <202305180820.34I8Kcdp056598@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7fde532066cc70adbbb2908a7568c13faceccfc7

commit 7fde532066cc70adbbb2908a7568c13faceccfc7
Author:     Alessandro Sagratini <ale_sagra@hotmail.com>
AuthorDate: 2023-05-16 10:34:40 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-05-18 08:19:46 +0000

    devel/py-circuitbreaker: update to 2.0.0
    
    Changelog: https://github.com/fabfuel/circuitbreaker/releases/tag/2.0.0
    
    PR:             271448
---
 devel/py-circuitbreaker/Makefile | 10 +++++++---
 devel/py-circuitbreaker/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/devel/py-circuitbreaker/Makefile b/devel/py-circuitbreaker/Makefile
index 2a62b53312e1..01f96e18faf6 100644
--- a/devel/py-circuitbreaker/Makefile
+++ b/devel/py-circuitbreaker/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	circuitbreaker
-DISTVERSION=	1.4.0
+DISTVERSION=	2.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +12,13 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${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:3.6-3.9
+USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
 
 TEST_TARGET=	test
diff --git a/devel/py-circuitbreaker/distinfo b/devel/py-circuitbreaker/distinfo
index 922604c10732..b9ce8954829b 100644
--- a/devel/py-circuitbreaker/distinfo
+++ b/devel/py-circuitbreaker/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1658301619
-SHA256 (circuitbreaker-1.4.0.tar.gz) = 80b7bda803d9a20e568453eb26f3530cd9bf602d6414f6ff6a74c611603396d2
-SIZE (circuitbreaker-1.4.0.tar.gz) = 9727
+TIMESTAMP = 1684226359
+SHA256 (circuitbreaker-2.0.0.tar.gz) = 28110761ca81a2accbd6b33186bc8c433e69b0933d85e89f280028dbb8c1dd14
+SIZE (circuitbreaker-2.0.0.tar.gz) = 10736



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305180820.34I8Kcdp056598>