Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Aug 2018 19:09:19 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478384 - head/devel/py-hypothesis
Message-ID:  <201808291909.w7TJ9JlT066854@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Aug 29 19:09:19 2018
New Revision: 478384
URL: https://svnweb.freebsd.org/changeset/ports/478384

Log:
  Update to 3.69.5
  
  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	Wed Aug 29 19:09:14 2018	(r478383)
+++ head/devel/py-hypothesis/Makefile	Wed Aug 29 19:09:19 2018	(r478384)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hypothesis
-PORTVERSION=	3.56.10
+PORTVERSION=	3.69.5
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ COMMENT=	Library for property based testing
 LICENSE=	MPL20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=16.0.0:devel/py-attrs@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}coverage>=4.0:devel/py-coverage@${PY_FLAVOR} \
 		${PY_ENUM34} \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
 

Modified: head/devel/py-hypothesis/distinfo
==============================================================================
--- head/devel/py-hypothesis/distinfo	Wed Aug 29 19:09:14 2018	(r478383)
+++ head/devel/py-hypothesis/distinfo	Wed Aug 29 19:09:19 2018	(r478384)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1526504824
-SHA256 (hypothesis-3.56.10.tar.gz) = 0a7839861fb6a43182a0afe475317e38322b489d226c53558e55f61bd5a05ace
-SIZE (hypothesis-3.56.10.tar.gz) = 156611
+TIMESTAMP = 1535388571
+SHA256 (hypothesis-3.69.5.tar.gz) = c447260357f61db7c5ec2d706ca38c685b4635dcaae4733204f370afcde07ac4
+SIZE (hypothesis-3.69.5.tar.gz) = 170205



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