Update to 4.57.1
Changes: https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst
This commit is contained in:
parent
a91700a010
commit
ec63eda092
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522099
2 changed files with 7 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hypothesis
|
||||
PORTVERSION= 4.38.1
|
||||
PORTVERSION= 4.57.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,8 +12,9 @@ COMMENT= Library for property based testing
|
|||
|
||||
LICENSE= MPL20
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=16.0.0:devel/py-attrs@${PY_FLAVOR} \
|
||||
${PY_ENUM34}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \
|
||||
${PY_ENUM34} \
|
||||
${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.1.0<3.0.0:devel/py-sortedcontainers@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1571483857
|
||||
SHA256 (hypothesis-4.38.1.tar.gz) = 2d0f5c69d939da4c2d6e1e686623c26a91087f3fc9077cd865013f532583dc05
|
||||
SIZE (hypothesis-4.38.1.tar.gz) = 212269
|
||||
TIMESTAMP = 1578125699
|
||||
SHA256 (hypothesis-4.57.1.tar.gz) = 3c4369a4b0a1348561048bcda5f1db951a1b8e2a514ea8e8c70d36e656bf6fa0
|
||||
SIZE (hypothesis-4.57.1.tar.gz) = 233528
|
||||
|
|
Loading…
Reference in a new issue