diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-11 17:15:14 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-11 18:44:24 +0000 |
commit | 814c5ae1f27d16b4635620ea700e4382688fde29 (patch) | |
tree | 35f795f70f0fdd25dcfb6eb00ef9689e83d0df97 | |
parent | db9d865f964c472c18ae5969e5943a76d0f104f2 (diff) | |
download | ports-814c5ae1f27d16b4635620ea700e4382688fde29.tar.gz ports-814c5ae1f27d16b4635620ea700e4382688fde29.zip |
devel/py-hypothesis: Update to 6.32.1
Changes: https://github.com/HypothesisWorks/hypothesis/releases
https://hypothesis.readthedocs.io/en/latest/changes.html
-rw-r--r-- | devel/py-hypothesis/Makefile | 5 | ||||
-rw-r--r-- | devel/py-hypothesis/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index 558a2be9b640..399d4d386308 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,7 +1,7 @@ # Created by: Brendan Molloy <brendan+freebsd@bbqsrc.net> PORTNAME= hypothesis -PORTVERSION= 6.28.0 +PORTVERSION= 6.32.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -39,8 +39,7 @@ CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>=19.10b0:devel/py-black@${PY_FLAVO ${PYTHON_PKGNAMEPREFIX}click>=7.0:devel/py-click@${PY_FLAVOR} CODEMODS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>=0.3.16:devel/py-libcst@${PY_FLAVOR} DATEUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:devel/py-dateutil@${PY_FLAVOR} -DJANGO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytz>=2014.1,1:devel/py-pytz@${PY_FLAVOR} +DJANGO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR} DPCONTRACTS_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}dpcontracts>=0.4:devel/py-dpcontracts@${PY_FLAVOR} GHOSTWRITER_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}black>=19.10b0:devel/py-black@${PY_FLAVOR} LARK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark-parser>=0.6.5:devel/py-lark-parser@${PY_FLAVOR} diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index 60e0ce8e3969..c47e0f03eda1 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638556570 -SHA256 (hypothesis-6.28.0.tar.gz) = 9abc3d81be9ba6db8ece4ac7c25e6bbb8cd04bb0e0029c9928f6062af506139c -SIZE (hypothesis-6.28.0.tar.gz) = 315238 +TIMESTAMP = 1641045926 +SHA256 (hypothesis-6.32.1.tar.gz) = 7cbd02e78807208a56dce822d39d0d0b43cc3603258d175d22c8b7875683a742 +SIZE (hypothesis-6.32.1.tar.gz) = 315095 |