diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-16 13:59:40 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-16 13:59:40 +0000 |
commit | 496cd4960e8e872ab7994bf688fa7e418fd3678f (patch) | |
tree | b6780b18f5c908705ddb2e11d1c7371b2336c2fb | |
parent | 3ecf700d29f97a48972b9659038ffdeb9f0b3262 (diff) | |
download | ports-496cd4960e8e872ab7994bf688fa7e418fd3678f.tar.gz ports-496cd4960e8e872ab7994bf688fa7e418fd3678f.zip |
devel/py-hypothesis: Update to 6.47.1
- Update USES=python: math/py-numpy requires Python 3.8+
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 7f26a1e7e28e..6746a2513d0a 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,8 +1,7 @@ # Created by: Brendan Molloy <brendan+freebsd@bbqsrc.net> PORTNAME= hypothesis -PORTVERSION= 6.47.0 -PORTREVISION= 1 +PORTVERSION= 6.47.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=9.0.0:textproc/py-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.1.0<3.0.0:devel/py-sortedcontainers@${PY_FLAVOR} -USES= python:3.7+ +USES= python:3.8+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index e75ee6556b08..ec3af9029dde 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654774082 -SHA256 (hypothesis-6.47.0.tar.gz) = dd88c57f45032fc3d84596e426d8e3d67f88eda2d8a2d96a5697def036a7e0c7 -SIZE (hypothesis-6.47.0.tar.gz) = 326539 +TIMESTAMP = 1655208262 +SHA256 (hypothesis-6.47.1.tar.gz) = 4ad26c5d434171ffc02aba569dd52255573d615554c062bc30734dbe6f318c61 +SIZE (hypothesis-6.47.1.tar.gz) = 326462 |