Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2018 20:27:09 +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: r479460 - head/devel/py-hypothesis
Message-ID:  <201809102027.w8AKR93l003464@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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