svn commit: r522099 - head/devel/py-hypothesis

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 5 04:08:21 UTC 2020


Author: sunpoet
Date: Sun Jan  5 04:08:20 2020
New Revision: 522099
URL: https://svnweb.freebsd.org/changeset/ports/522099

Log:
  Update to 4.57.1
  
  Changes:	https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst

Modified:
  head/devel/py-hypothesis/Makefile
  head/devel/py-hypothesis/distinfo

Modified: head/devel/py-hypothesis/Makefile
==============================================================================
--- head/devel/py-hypothesis/Makefile	Sun Jan  5 04:08:14 2020	(r522098)
+++ head/devel/py-hypothesis/Makefile	Sun Jan  5 04:08:20 2020	(r522099)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hypothesis
-PORTVERSION=	4.38.1
+PORTVERSION=	4.57.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,9 @@ COMMENT=	Library for property based testing
 
 LICENSE=	MPL20
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=16.0.0:devel/py-attrs@${PY_FLAVOR} \
-		${PY_ENUM34}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \
+		${PY_ENUM34} \
+		${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.1.0<3.0.0:devel/py-sortedcontainers@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/devel/py-hypothesis/distinfo
==============================================================================
--- head/devel/py-hypothesis/distinfo	Sun Jan  5 04:08:14 2020	(r522098)
+++ head/devel/py-hypothesis/distinfo	Sun Jan  5 04:08:20 2020	(r522099)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571483857
-SHA256 (hypothesis-4.38.1.tar.gz) = 2d0f5c69d939da4c2d6e1e686623c26a91087f3fc9077cd865013f532583dc05
-SIZE (hypothesis-4.38.1.tar.gz) = 212269
+TIMESTAMP = 1578125699
+SHA256 (hypothesis-4.57.1.tar.gz) = 3c4369a4b0a1348561048bcda5f1db951a1b8e2a514ea8e8c70d36e656bf6fa0
+SIZE (hypothesis-4.57.1.tar.gz) = 233528


More information about the svn-ports-all mailing list