devel/py-hypothesis: Update to 6.47.3
Changes: https://github.com/HypothesisWorks/hypothesis/releases https://hypothesis.readthedocs.io/en/latest/changes.html
This commit is contained in:
parent
ae13e1dbe0
commit
0f4aa68571
2 changed files with 11 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
|
||||
|
||||
PORTNAME= hypothesis
|
||||
PORTVERSION= 6.47.1
|
||||
PORTVERSION= 6.47.3
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -49,4 +49,10 @@ PYTEST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.6:devel/py-pytest@${PY_FLAV
|
|||
PYTZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=2014.1,1:devel/py-pytz@${PY_FLAVOR}
|
||||
REDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=3.0.0:databases/py-redis@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 31100
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}exceptiongroup>=1.0.0rc8:devel/py-exceptiongroup@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1655208262
|
||||
SHA256 (hypothesis-6.47.1.tar.gz) = 4ad26c5d434171ffc02aba569dd52255573d615554c062bc30734dbe6f318c61
|
||||
SIZE (hypothesis-6.47.1.tar.gz) = 326462
|
||||
TIMESTAMP = 1655398672
|
||||
SHA256 (hypothesis-6.47.3.tar.gz) = 3c6d99cd7540a64c37d88f86a7509c0ca29cda37a82a957340fba11388dfb9ce
|
||||
SIZE (hypothesis-6.47.3.tar.gz) = 326501
|
||||
|
|
Loading…
Reference in a new issue