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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 10 20:27:11 UTC 2018


Author: sunpoet
Date: Mon Sep 10 20:27:09 2018
New Revision: 479460
URL: https://svnweb.freebsd.org/changeset/ports/479460

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

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

Modified: head/devel/py-hypothesis/Makefile
==============================================================================
--- head/devel/py-hypothesis/Makefile	Mon Sep 10 20:27:04 2018	(r479459)
+++ head/devel/py-hypothesis/Makefile	Mon Sep 10 20:27:09 2018	(r479460)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hypothesis
-PORTVERSION=	3.70.3
+PORTVERSION=	3.71.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,6 @@ COMMENT=	Library for property based testing
 LICENSE=	MPL20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=16.0.0:devel/py-attrs@${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	Mon Sep 10 20:27:04 2018	(r479459)
+++ head/devel/py-hypothesis/distinfo	Mon Sep 10 20:27:09 2018	(r479460)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536362634
-SHA256 (hypothesis-3.70.3.tar.gz) = 2b35192cd3562e478715fc604ba139587cf220c1337b94b27abcbaab64d050e7
-SIZE (hypothesis-3.70.3.tar.gz) = 176788
+TIMESTAMP = 1536517517
+SHA256 (hypothesis-3.71.0.tar.gz) = 0302f2588ed8ebcebbd166bb11c5d028de383f969b5e162e80ee378eda0fb1cf
+SIZE (hypothesis-3.71.0.tar.gz) = 172436


More information about the svn-ports-head mailing list