diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 12:31:23 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 12:59:47 +0000 |
commit | bdf33514029a0b6b7ccc86c152675c94cb67d32a (patch) | |
tree | dc5d2b7502c33716c4874a5430fe4de2bbdd7f60 | |
parent | 8b6f38739d2f582a2f8a0d3702e35fbf1bb1b630 (diff) | |
download | ports-bdf33514029a0b6b7ccc86c152675c94cb67d32a.tar.gz ports-bdf33514029a0b6b7ccc86c152675c94cb67d32a.zip |
devel/py-hypothesis: Update to 6.62.1
Changes: https://github.com/HypothesisWorks/hypothesis/releases
https://hypothesis.readthedocs.io/en/latest/changes.html
-rw-r--r-- | devel/py-hypothesis/Makefile | 4 | ||||
-rw-r--r-- | devel/py-hypothesis/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index 34752bee6283..690a1ae3588f 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,5 +1,5 @@ PORTNAME= hypothesis -PORTVERSION= 6.58.0 +PORTVERSION= 6.62.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -42,7 +42,7 @@ DATEUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:devel/py-dateutil@${P DJANGO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${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>=0.6.5:devel/py-lark@${PY_FLAVOR} +LARK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark>=0.10.1:devel/py-lark@${PY_FLAVOR} NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.0,1:math/py-numpy@${PY_FLAVOR} PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=0.25,1:math/py-pandas@${PY_FLAVOR} PYTEST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.6:devel/py-pytest@${PY_FLAVOR} diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index 7a472858d256..0e913039719b 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669057755 -SHA256 (hypothesis-6.58.0.tar.gz) = 89d9aa676dac7275755371d42d65fc81366ff0e0289ab525aa2bb3dcf7c98b9f -SIZE (hypothesis-6.58.0.tar.gz) = 334635 +TIMESTAMP = 1674589798 +SHA256 (hypothesis-6.62.1.tar.gz) = 7d1e2f9871e6509662da317adf9b4aabd6b38280fb6c7930aa4f574d2ed25150 +SIZE (hypothesis-6.62.1.tar.gz) = 337440 |