Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 2021 21:52:20 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 934bee034560 - main - devel/py-hypothesis: Update to 6.12.0
Message-ID:  <202105112152.14BLqKQm099034@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=934bee03456017dce22dcbc0cbdcbda98d2b18bc

commit 934bee03456017dce22dcbc0cbdcbda98d2b18bc
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-11 21:15:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-05-11 21:47:09 +0000

    devel/py-hypothesis: Update to 6.12.0
    
    - Update WWW
    
    Changes:        https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst
---
 devel/py-hypothesis/Makefile  | 5 +++--
 devel/py-hypothesis/distinfo  | 6 +++---
 devel/py-hypothesis/pkg-descr | 1 +
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile
index 2109a741ec1a..2d62d7eaac44 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=	5.49.0
+PORTVERSION=	6.12.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +13,7 @@ LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 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+
@@ -45,7 +46,7 @@ GHOSTWRITER_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}black>=19.10b0:devel/py-black@${P
 LARK_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lark-parser>=0.6.5:devel/py-lark-parser@${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.3:devel/py-pytest@${PY_FLAVOR}
+PYTEST_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=4.6:devel/py-pytest@${PY_FLAVOR}
 PYTZ_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>=2014.1,1:devel/py-pytz@${PY_FLAVOR}
 REDIS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}redis>=3.0.0:databases/py-redis@${PY_FLAVOR}
 
diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo
index cd8031b1d72c..248e1fc792e7 100644
--- a/devel/py-hypothesis/distinfo
+++ b/devel/py-hypothesis/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1612101582
-SHA256 (hypothesis-5.49.0.tar.gz) = 36a4d5587c34193125d654b61bf9284e24a227d1edd339c49143378658a10c7d
-SIZE (hypothesis-5.49.0.tar.gz) = 289948
+TIMESTAMP = 1620405405
+SHA256 (hypothesis-6.12.0.tar.gz) = a24b2ccb7b84860762df3fabb8faa196bf627cbee62917a5095f3de8ff71050b
+SIZE (hypothesis-6.12.0.tar.gz) = 298804
diff --git a/devel/py-hypothesis/pkg-descr b/devel/py-hypothesis/pkg-descr
index b8ecd7f4016b..ae0b5d4f4107 100644
--- a/devel/py-hypothesis/pkg-descr
+++ b/devel/py-hypothesis/pkg-descr
@@ -3,4 +3,5 @@ which are parametrized by a source of examples, and then generates simple and
 comprehensible examples that make your tests fail. This lets you find more bugs
 in your code with less work.
 
+WWW: https://hypothesis.works/
 WWW: https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105112152.14BLqKQm099034>