diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-24 00:07:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-24 00:07:55 +0000 |
commit | ffb6eb642a86dc4e4d15595c163af9563fa37734 (patch) | |
tree | e52a14cb5c80e0ffd582a6ae2166a6b4064af656 /devel/py-hypothesis | |
parent | e89192a5082f4b9a2d3b9d1131b5b1bc7e2680a8 (diff) | |
download | ports-ffb6eb642a86dc4e4d15595c163af9563fa37734.tar.gz ports-ffb6eb642a86dc4e4d15595c163af9563fa37734.zip |
Update to 4.33.1
Changes: https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst
Notes
Notes:
svn path=/head/; revision=509670
Diffstat (limited to 'devel/py-hypothesis')
-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 1fee221c5e39..32effa6d063a 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hypothesis -PORTVERSION= 4.33.0 +PORTVERSION= 4.33.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,7 @@ COMMENT= Library for property based testing LICENSE= MPL20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=16.0.0:devel/py-attrs@${PY_FLAVOR} \ - ${PY_ENUM34} \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} + ${PY_ENUM34} USES= python USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index b91ad905bc4f..ac530df5004b 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1566324261 -SHA256 (hypothesis-4.33.0.tar.gz) = 61f92cacd307d5d1a97f893cfd45091361e5fa286f22479ec7afdccfb7d160d9 -SIZE (hypothesis-4.33.0.tar.gz) = 208820 +TIMESTAMP = 1566486934 +SHA256 (hypothesis-4.33.1.tar.gz) = 55c2f7488fa6b055882a2b217a22dfa2cb0ea5cadea5221bc2478ab98571e718 +SIZE (hypothesis-4.33.1.tar.gz) = 208929 |